oomheap / oomheap.github.io

https://oomheap.github.io
0 stars 0 forks source link

build blog with hexo | HelloWorld #1

Open oomheap opened 6 years ago

oomheap commented 6 years ago

https://cuichaoyang.github.io/2017/11/05/build-your-own-blog-with-hexo/

oomheap commented 6 years ago

最新版NexT已经集成了Gitment,刚开始的时候配置github_user和github_repo时出错了,下面是最终的配置

gitment:
  enable: true
  mint: false # RECOMMEND, A mint on Gitment, to support count, language and proxy_gateway
  count: true # Show comments count in post meta area
  lazy: false # Comments lazy loading with a button
  cleanly: false # Hide 'Powered by ...' on footer, and more
  language: # Force language, or auto switch by theme
  github_user: superPMonkey
  github_repo: superpmonkey.github.io
  client_id: your_client_id
  client_secret: your_client_secret