22 lines
553 B
TOML
22 lines
553 B
TOML
baseURL = "http://example.org/"
|
|
languageCode = "en-us"
|
|
title = "星火文档中心"
|
|
# Change the default theme to be use when building the site with Hugo
|
|
theme = "hugo-theme-learn"
|
|
|
|
# For search functionality
|
|
[outputs]
|
|
home = [ "HTML", "RSS", "JSON"]
|
|
[params]
|
|
# Change default color scheme with a variant one. Can be "red", "blue", "green".
|
|
themeVariant = "blue"
|
|
[[menu.shortcuts]]
|
|
name = "<i class='fas fa-bullhorn'></i> 公告栏"
|
|
url = "/notice"
|
|
weight = 30
|
|
[[menu.shortcuts]]
|
|
name = "<i class='fas fa-tags'></i> Tags"
|
|
url = "/tags"
|
|
weight = 30
|
|
|