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 라이센스에 따라 출시되었습니다.