hugo theme mixedpaper
1.0.0
Mixedpaper 是為作家和部落客設計的極簡 Hugo 主題。
您可以在images/
上找到螢幕截圖,或在 https://themes.gohugo.io/hugo-theme-mixedpaper/ 上找到演示。
導航至 Hugo 網站的根目錄並複製此儲存庫。
git submodule add https://github.com/wayjam/hugo-theme-mixedpaper.git themes/mixedpaper
然後,將主題加入到網站配置( config.toml
)。
請參閱 Hugo 文件以獲取更多資訊。
git submodule update --remote --merge
若要啟用主題定義的反白樣式,請在config.toml
中設定pygmentsUseClasses = true
[[ menu . main ]]
name = " Archives "
identifier = " archives "
url = " /archives/ "
現已支援 Disqus 和 Valine。
disqusShortname = " "
或者
[ params . comment ]
appid = " your-appid "
appkey = " your-appkey "
placeholder = " enjoy~ "
avatar = " mm "
pageSize = 10.0
visitor = false
recordIP = true
highlight = true
meta = " nick,mail "
requiredFields = " nick,mail "
有關更多範例,請參閱exampleSite/config.toml
。
根據 MIT 許可證發布。