Skip to content

inobulles/inobulles.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages