[30/04/23] sorted category styling and added mastodon link

This commit is contained in:
Andrew Conlin 2023-04-30 13:41:06 +01:00
parent f8e1f5c38d
commit 547dfe4eb3
56 changed files with 594 additions and 4035 deletions

View file

@ -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/"