Skip to content

WestonHanners/westonhanners.github.io

Repository files navigation

Blog for Weston Hanners

https://alloc-init.com

Content

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/

Theme

Alloc-Init theme, all logos and icons were designed by @WestonHanners ©2019

Hack Font used under the MIT License

Content Management System by Jekyll

Development

Build Requirements

  • Jekyll
  • Ruby
  • Bundler
  • Apache

See Gemfile for more details

Build

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