shrug, can't be bothered to explain

This commit is contained in:
Robert McGovern 2019-02-26 20:40:36 +01:00
parent d0774fdde5
commit 4b285aec23
3 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,7 @@ gem "jekyll", "~> 3.8.5"
# Web editor for the Jekyll site
gem "jekyll-admin", group: :jekyll_plugins
gem "liquid-c"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.

View File

@ -67,6 +67,8 @@ GEM
jekyll (~> 3.0)
kramdown (1.17.0)
liquid (4.0.1)
liquid-c (4.0.0)
liquid (>= 3.0.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
@ -153,6 +155,7 @@ DEPENDENCIES
jekyll-feed (~> 0.6)
jekyll-gist
jekyll-include-cache
liquid-c
minimal-mistakes-jekyll
octopress (~> 3.0)
tzinfo-data

View File

@ -6,6 +6,7 @@ read_time: true
share: true
related: true
date: '2019-02-22 00:54:00 +0100'
tag: Site
---
After many years of using [Wordpress](http://wordpress.org), I've switched to using [Jekyll](https://jekyllrb.com/) with the [Minimal-Mistakes](https://mmistakes.github.io/minimal-mistakes/) theme.