[12/03/23] added subdomains for blog and til, sorted category links accordingly

This commit is contained in:
Andrew Conlin 2023-03-12 18:31:00 +00:00
parent 66983f0a5c
commit 56514e3cef
46 changed files with 3106 additions and 48 deletions

View file

@ -0,0 +1,28 @@
plugins:
- jekyll-archives
permalink: pretty
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: all
layout: default
permalinks:
category: "/blog/category/:name/"
tag: "/blog/tag/:name/"