powered by
Create a basic skeleton for a Distill website or blog. Use the create_website() function for a website and the create_blog() function for a blog.
create_website()
create_blog()
create_website(dir, title, gh_pages = FALSE, edit = interactive())create_blog(dir, title, gh_pages = FALSE, edit = interactive())
create_blog(dir, title, gh_pages = FALSE, edit = interactive())
Directory for website
Title of website
Configure the site for publishing using GitHub Pages
Open site index file or welcome post in an editor.
if (FALSE) { library(distill) create_website("mysite", "My Site") }
Run the code above in your browser using DataLab