shrug, can't be bothered to explain
This commit is contained in:
parent
d0774fdde5
commit
4b285aec23
1
Gemfile
1
Gemfile
|
@ -15,6 +15,7 @@ gem "jekyll", "~> 3.8.5"
|
||||||
|
|
||||||
# Web editor for the Jekyll site
|
# Web editor for the Jekyll site
|
||||||
gem "jekyll-admin", group: :jekyll_plugins
|
gem "jekyll-admin", group: :jekyll_plugins
|
||||||
|
gem "liquid-c"
|
||||||
|
|
||||||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||||||
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
||||||
|
|
|
@ -67,6 +67,8 @@ GEM
|
||||||
jekyll (~> 3.0)
|
jekyll (~> 3.0)
|
||||||
kramdown (1.17.0)
|
kramdown (1.17.0)
|
||||||
liquid (4.0.1)
|
liquid (4.0.1)
|
||||||
|
liquid-c (4.0.0)
|
||||||
|
liquid (>= 3.0.0)
|
||||||
listen (3.1.5)
|
listen (3.1.5)
|
||||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
rb-inotify (~> 0.9, >= 0.9.7)
|
||||||
|
@ -153,6 +155,7 @@ DEPENDENCIES
|
||||||
jekyll-feed (~> 0.6)
|
jekyll-feed (~> 0.6)
|
||||||
jekyll-gist
|
jekyll-gist
|
||||||
jekyll-include-cache
|
jekyll-include-cache
|
||||||
|
liquid-c
|
||||||
minimal-mistakes-jekyll
|
minimal-mistakes-jekyll
|
||||||
octopress (~> 3.0)
|
octopress (~> 3.0)
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
|
|
|
@ -6,6 +6,7 @@ read_time: true
|
||||||
share: true
|
share: true
|
||||||
related: true
|
related: true
|
||||||
date: '2019-02-22 00:54:00 +0100'
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue