[12/03/23] added subdomains for blog and til, sorted category links accordingly
This commit is contained in:
parent
66983f0a5c
commit
56514e3cef
46 changed files with 3106 additions and 48 deletions
28
_config.yml
28
_config.yml
|
@ -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/"
|
Loading…
Add table
Add a link
Reference in a new issue