This is my ([email protected]) personal, Go-based blogging engine.
Templates are located in tmpl/
, so the blog should be started from the
project's root directory:
bin/main
Better yet, use the gopost
command, which builds the app first:
gopost run
For now, static files are stored in the toplevel static
directory, which is
symlinked in bin
. It's hacky, and there should be a config var somewhere or
something, but it works for now. An ls -l bin
should produce a line that
looks like this:
static -> ../static