Dark and Light EXtreme (DaLEX) 是一个为 Hugo 打造的极简主义主题,强调清晰的排版和极致的简洁风格。支持亮/暗色模式、KaTeX 数学公式、本地搜索、目录导航以及多语言切换。示例网站:demo。
从头开始创建一个主题为 DaLEX 的博客:
hugo new site mysite
cd mysite
rm -rf hugo.toml
git init
git submodule add https://github.com/Shawn-Summer/hugo-theme-DaLEX.git themes/DaLEX
cp -a themes/DaLEX/exampleSite/. content/
mv content/hugo.yaml .
hugo server
params:
mode: "auto" # theme mode: light , dark or auto
当mode: "auto"
时,会根据浏览器主题自动设置主题。
启用 KaTeX:
params:
enableKatex = true
params:
toc: true # add table of content or not
fastsearch: true # enable search bar or not
使用 MIT 许可证,欢迎自由使用和修改。