This is the demo of my improved PaperMod theme. You can visit the introduction: https://yunpengtai.top/posts/hello-world/
该主题基于PaperMod进行改进,下面是详细配置步骤:
- 安装好hugo
- 首先将本仓库clone到本地,然后cd至该目录
- 输入git submodule update --init,表示拉取themes/PaperMod/下的子模块,里面放的是原始主题PaperMod
- 配置好config.yml
- 在根目录输入hugo server,之后便可在本地端口预览效果了
若想提交至GitHub仓库,则创建yourname.github.io
,然后输入hugo
命令生成public文件夹,将public文件夹下的所有内容提交至刚刚创建的仓库,等待片刻即可显示
有问题或者有想PR的feature可以提~