MattHodge / matthodge.github.io

Matthew Hodgkins Blog

Home Page:https://hodgkins.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Making changes to the website

Altering the website is fairly easy. All content can be found in the _pages folder. This folders holds all Markdown files.

The website is build via the Jekyll static content generator. We've chosen to write our content in Markdown. If you create a new page make sure you add the FrontMatter header to the file.

Generating the website locally

Running the website locally is fairly easy. Please see the steps below for your operating system.

On a Mac

Make sure you have Ruby and Bundler installed.

Checkout this repository and from the root execute the following commands to install Jekyll and its dependencies.

bundle install --path _vendor/bundle

In the root of the folder execute the following command:

bundle exec jekyll serve --watch

The --watch will watch the files in the folder and rebuild the website after any change of the files.

About

Matthew Hodgkins Blog

https://hodgkins.io

License:MIT License


Languages

Language:CSS 66.1%Language:HTML 23.9%Language:D2 4.0%Language:JavaScript 2.2%Language:Shell 1.8%Language:PowerShell 1.7%Language:Ruby 0.2%Language:Dockerfile 0.1%