Posts are stored in _posts/
Content is in the Markdown format.
Please refrain from putting HTML into these Markdown files, they should be pure content.
Images should be stored in images/
Downloadable files should be stored in downloads/
Stand-alone pages should be stored in pages/
Alloc-Init theme, all logos and icons were designed by @WestonHanners ©2019
Hack Font used under the MIT License
Content Management System by Jekyll
- Jekyll
- Ruby
- Bundler
- Apache
See Gemfile for more details
First make sure gems are up to date.
bundle install
You can test locally by then running.
bundle exec jekyll serve
and build by running.
bundle exec jekyll build