/images/avatar.png

博客增加评论

一开始使用 gitalk 作为评论系统,发现配置完有一些问题, 后面选用了 giscus。 giscus 的配置还是非常简单的。 跟着 giscus页面 https://giscus.app/zh-CN 一步步操作,最后会生成

使用 Hugo 搭建博客

安装 macos 1 brew install hugo linux 1 下载: https://github.com/gohugoio/hugo/releases/latest 创建站点 1 2 3 4 hugo new site yuancoder-hugo cd yuancoder-hugo git init hugo server -D 安装主题 1 2 git submodule add https://github.com/dillonzq/LoveIt.git themes/LoveIt echo "theme = 'LoveIt'" >> config.toml 目录结构 1 2 3 4 5 6 7 8 9 10 11 yuancoder/ ├── archetypes/ #