This is the source for the Haxegon website.
To build the site, make sure you have the following downloaded and installed first:
- Ruby version 2.2.5 or above.
- Jekyll version 3.7.3 or above.
- Node.js and npm.
The website is powered by Jekyll for static content, using a modified Minima theme. Refer to the Jekyll documentation for more information. Node.js is used to generate the documentation.
Once you have completed the above steps:
- Clone the repository.
cd repository
.- Run
bundle exec jekyll serve
. - Browse to
http://localhost:4000
.
To generate documentation:
- Make your documentation modification in
commandlist.js
. - Run
node builddocs.js
.
The HTML files for the documentation will be generated into the docs
folder.
Contributions are welcome! Feel free to contribute corrections, better examples or clearer documentation!