refactor: migrate theme configuration to TOML

This commit is contained in:
Jimmy Cai
2022-06-12 10:27:18 +00:00
committed by GitHub
parent 6cff36abee
commit 2d9c27a7c6
12 changed files with 248 additions and 378 deletions
@@ -0,0 +1,3 @@
# Permalinks format of each content section
post = "/p/:slug/"
page = "/:slug/"