Hugo Source for gorgonia.org
git clone [email protected]:gorgonia/gorgonia.github.io.git
cd gorgonia.github.io
git submoudle init && git submodule update
make
Launch the built-in hugo server for local development and live reloading:
make serve
Content files exist in the src/content/...
path, you can read about content management with hugo for more details.