Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 797 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 797 Bytes

inobulles.github.io

Website for everything from the Inobulles organization. Currently, the website only displays very basic information for aquaBSD, but it will soon be updated.

Framework

The website comes with its own very primitive framework. To build the website, run:

% python3 framework/main.py [input directory] [output directory]

By default, input directory & output directory are site & out respectively.

Deploying

Because GitHub Pages does not allow us a wide range of options for selecting which directory to deploy our website from, we must use this trick. The gist of it is that we create a subtree of out and then push it to the gh-pages branch:

% git subtree push --prefix out origin gh-pages