hugo theme mixedpaper
1.0.0
Mixedpaper adalah tema Hugo minimalis untuk penulis dan blogger.
Anda dapat menemukan tangkapan layar di images/
atau demo di https://themes.gohugo.io/hugo-theme-mixedpaper/.
Navigasikan ke direktori root situs Hugo Anda dan kloning repositori ini.
git submodule add https://github.com/wayjam/hugo-theme-mixedpaper.git themes/mixedpaper
Kemudian, tambahkan tema ke konfigurasi situs ( config.toml
).
Lihat dokumen Hugo untuk informasi lebih lanjut.
git submodule update --remote --merge
Untuk mengaktifkan gaya penyorotan yang ditentukan tema, setel pygmentsUseClasses = true
di config.toml
[[ menu . main ]]
name = " Archives "
identifier = " archives "
url = " /archives/ "
Mendukung Disqus dan Valine sekarang.
disqusShortname = " "
ATAU
[ 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 "
Lihat exampleSite/config.toml
untuk contoh lebih lanjut.
Dirilis di bawah Lisensi MIT.