Augustus is a static page generator and blog engine, written in php 5.4
Usage: gusto [options] <command> [<args>].
Available commands:
add Adds new entry to
rm Remove an entry from
edit Alters an entry in
list Lists entries in
build Generates the static pages.
configure List and set configuration options.
help Prints this help file.
Build options:
-f Forced build. Re-generates all pages regardless of checksum.
-c Clean build. Wipes the build/ directory clean prior to generating
static pages. Must be used together with -f
Examples:
gusto add post Add new post.
gusto -cf build Clean build directory and generate static pages.
with Augustus as a submodule.
-
Make new github repo
username.github.io -
$ git clone https://github.com/username/username.github.io.git -
$ echo "yourfancydomain.com" > CNAME -
$ git add CNAME -
$ git commit -m "Added CNAME file." -
$ git push -
$ git submodule add https://github.com/xles/augustus.git .gusto -
$ cd .gusto/-
$ ./gusto configureedit the options you want. -
$ ./gusto new postfollow the CLI prompts. -
$ ./gusto build -
$ ./gusto publish -
$ cd ..
-
-
git add . -
git commit -m "Wrote some blog posts" -
git push
Isn't it obvious? Augustus "Gusto" Gummi, the character voiced by Rob Paulsen in Disney's Adventures of the Gummi Bears.
Because I don't want to.
That's not really a question, and also it's irrelevant as this is intended to be run on your workstation and not on the server.