[30/04/23] sorted category styling and added mastodon link
This commit is contained in:
parent
f8e1f5c38d
commit
547dfe4eb3
56 changed files with 594 additions and 4035 deletions
12
_config.yml
12
_config.yml
|
@ -2,7 +2,7 @@ plugins:
|
|||
- jekyll-archives
|
||||
|
||||
permalink: pretty
|
||||
baseurl: "/andrewconl.in"
|
||||
baseurl: "/"
|
||||
url: "https://andrwcnln.github.io"
|
||||
|
||||
defaults:
|
||||
|
@ -20,11 +20,15 @@ defaults:
|
|||
values:
|
||||
permalink: til/:title/
|
||||
category: til
|
||||
layout: til-post
|
||||
layout: post
|
||||
|
||||
jekyll-archives:
|
||||
enabled: all
|
||||
layout: default
|
||||
enabled:
|
||||
- categories
|
||||
- tags
|
||||
layouts:
|
||||
category: category
|
||||
tag: tag
|
||||
permalinks:
|
||||
category: "/blog/category/:name/"
|
||||
tag: "/blog/tag/:name/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue