chengzhiyi / chengzhiyi.github.io

blog
https://chengchengzj-github-io.vercel.app
0 stars 0 forks source link

post/hugo/hugoblog/ #2

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

基于HUGO搭建个人静态博客 - 个人学习笔记

记录使用hugo如何快速搭建个人博客在本地运行,记录hugo相关内容作为日后使用及扩展做好准备。

https://blog.emath.top/post/hugo/hugoblog/

chengzhiyi commented 1 year ago

开启个人博客评论配置:

  [params.utteranc]                  # https://utteranc.es/
  owner = 123456                     # Your GitHub ID
  enable = true
  repo = "xxx/xxx.github.io"     # The repo to store comments
  issueTerm = "pathname"