mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-02-06 20:03:31 +08:00
21 lines
458 B
TOML
21 lines
458 B
TOML
### 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"
|