Skip to content

quantum9Innovation/axiom

Repository files navigation

The Axiom

The Axiom serves as the principal blog of @quantum9Innovation. Development is powered mainly by Hugo using the Congo template. Site is hosted on GitHub Pages. This README is nothing special; the actual content is located in the content directory.

Building

To run this blog locally (perhaps to edit or make corrections), you need to have Hugo installed. Next, fire up a terminal and run the following command:

chmod +x scripts/*  # allow executing scripts
scripts/start.sh

You only need to run the first command once. The second command will enable hot-reloading and display all draft articles as well. Refer to the Hugo documentation for more information (such as hosting on specific URLs).