Files
hugo-theme-chirpy/hugo.toml
2025-04-20 18:43:02 +08:00

42 lines
833 B
TOML

baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'Chirpy'
[module]
[[module.imports]]
path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
[[menu.main]]
name = "Home"
url = "/"
weight = 10
pre = "fa-solid fa-house"
[[menu.main]]
name = "About"
url = "/about/"
weight = 20
pre = "fa-solid fa-house"
[params]
[[params.social]]
type = "github"
id = "yourusername" # 或直接使用 url = "https://github.com/yourusername"
icon = "fab fa-github"
[[params.social]]
type = "twitter"
id = "yourhandle"
icon = "fab fa-twitter"
[[params.social]]
type = "email"
id = "your.email@example.com" # 会被自动分割处理
icon = "fas fa-envelope"
[[params.social]]
type = "rss"
icon = "fas fa-rss"
noblank = true # 不在新窗口打开