Codex

Fork Me on Github

Codex is a static site generator powered by a bunch of cool Node.js tools. I will be publish documentation soon. As well as some themes as I get them going. Until then, here is what you need to know…

Starting a New Site

npm install codex -g
codex skeleton new-project
cd new-project
codex build

Enjoy!