page
The page command generates a new page for your Octopress site. You specify the name of your page as the argument for this command.
Usage
oc page <page name>
Arguments
Argument | Description |
---|---|
page name | the name of your site page |
Options
None
Examples
To create a page with the path yourdomain.com/cool-page.html, use a command like this:
oc page "cool page"
To create a page in a subdirectory with the path yourdomain.com/cool-page/index.html, use a command like this:
oc page "cool-page/index.html"