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
+20
View File
@@ -0,0 +1,20 @@
### Custom menu
### See https://docs.stack.jimmycai.com/configuration/custom-menu.html
### To remove about, archive and search page menu item, remove `menu` field from their FrontMatter
main = []
[[social]]
identifier = "github"
name = "GitHub"
url = "https://github.com/CaiJimmy/hugo-theme-stack"
[social.params]
icon = "brand-github"
[[social]]
identifier = "twitter"
name = "Twitter"
url = "https://twitter.com"
[social.params]
icon = "brand-twitter"