Work in progress..
This is the repo of my personal site at www.axion5.net. It is built from text files in org format. I edit/add/remove these files directly in/to/from the build/pages and build/post directories.
The site is an mplementation of bb-blog which is blogging extension for bb-server and html-builder, producing post pages, widgets, landing/latest, archive and tag pages. Pagination is added when there are more post teasers than fit on a page. Comments from Disqus can be enabled for all or per post.
Clone the repo:
git clone git@github.com:Michieljoris/www.axion5.net.git
Then:
cd wwww.axion5.net npm install bower install bin/serve
Open your browser at localhost:9100 to see the site.
To rebuild the site on any changes to the org and configuration files:
bin/build
To send to the github michieljoris.github.io repo and update the www.axion5.net site:
bin/deploy