Setup
Sets up the blog environment.
Command
Options/flags
--route
alias-r
(Default: "blog")The route at which the blog controller serves the blog.
E.g.
posts
would route the blog to/posts
.
Examples
$ eucalypt blog setup
Sets up the blog environment at the default route
/blog
.$ eucalypt blog setup -r posts
Sets up the blog environment at the route
/posts
.
Last updated