create_website: Create a Radix website

Description Usage Arguments Note Examples

View source: R/create.R

Description

Create a basic skeleton for a Radix website or blog. Use the create_website() function for a website and the create_blog() function for a blog.

Usage

1
2
3

Arguments

dir

Directory for website

title

Title of website

gh_pages

Configure the site for publishing using GitHub Pages

edit

Open site index file or welcome post in an editor.

Note

The dir and title parameters are required (they will be prompted for interatively if they are not specified).

Examples

1
2
3
4
5
## Not run: 
library(radix)
create_website("mysite", "My Site")

## End(Not run)

radix documentation built on May 1, 2019, 8:05 p.m.

Related to create_website in radix...