This is a story-in-progress being told by Emperor_Cartagia (R.K. Katic) on Reddit’s ThePhenomenon. It was inspired by GroveJay’s Phenomenon_Compiler.
Content belong the its owner (R.K. Katic) and the tool itself can be shared and modified freely (MIT). Please if you find an error or it’s simply out of date, please open an issue or pull request.
# To compile HTML pages:
$ rake compile
# To view it on your machine:
$ open index.html
# To re-compile HTML pages:
$ rake recompile
# To view it in an iPhone Simulator:
$ rake server
# And then open "http://127.0.0.1:4567/" in Simulator's browser.
# To delete "data/posts/fall-of-man/":
$ rake clean
# To delete "data/fall-of-man/" and generated HTML pages:
$ rake clobber