New Site
DescriptionThis is the first command you'll want to run for a new project. It creates the default folders and files for your website.
UsageYou can create a new project by running plenti new site YOUR_SITE_NAME
.
Long | Short | Description |
---|---|---|
--bare | -b | Creates a minimalist site scaffolding with less default content. |
--theme="git@github.com:user/repo.git" | -t="git@github.com:user/repo.git" | (Coming Soon) Point to a Git repository to use a base theme for your site. |