A repository containing all code and content for my personal blog. Made with inspiration from the Jekyll Cayman theme provided under the Creative Commons license. Styles and general details were modified. Please see here for the license under which this was acquired.
- Jekyll
- Ruby version > 2.00
bundlerfor installing bundles.
- To install bundler, execute
gem install bundler. - Once bundler is installed, install dependencies for the blog by running
bundler install.
Use jekyll build to build the site. jekyll serve is used to serve the site locally from a development server.