40 lines
693 B
YAML
40 lines
693 B
YAML
plugins:
|
|
- jekyll-archives
|
|
- liquid_reading_time
|
|
- liquid_pluralize
|
|
- jekyll-sitemap
|
|
- jekyll-seo-tag
|
|
- jekyll-feed
|
|
|
|
permalink: pretty
|
|
baseurl: "/andrewconl.in"
|
|
url: "https://andrwcnln.github.io"
|
|
|
|
defaults:
|
|
# blog
|
|
- scope:
|
|
path: "_posts/blog"
|
|
type: posts
|
|
values:
|
|
permalink: blog/:year/:month/:day/:title/
|
|
layout: post
|
|
# til
|
|
- scope:
|
|
path: "_posts/til"
|
|
type: posts
|
|
values:
|
|
permalink: til/:title/
|
|
category: til
|
|
layout: til-post
|
|
|
|
jekyll-archives:
|
|
enabled:
|
|
- categories
|
|
- tags
|
|
layouts:
|
|
category: category
|
|
tag: tag
|
|
permalinks:
|
|
category: "/blog/category/:name/"
|
|
tag: "/blog/tag/:name/"
|