mirror of
https://github.com/jimeh/jimeh.me-v3.0.git
synced 2026-02-19 05:46:40 +00:00
Split the site and blog apart into two separate jekyll sites, so pagination would work with a `/blog/pageX` URLs, among other things.
7 lines
118 B
YAML
7 lines
118 B
YAML
auto: false
|
|
destination: ../../public/blog
|
|
markdown: rdiscount
|
|
permalink: pretty
|
|
paginate: 2
|
|
pygments: true
|
|
lsi: false |