theme-next-docs icon indicating copy to clipboard operation
theme-next-docs copied to clipboard

如何指定关闭某篇问题的copyright版权声明?

Open xiao-fang opened this issue 8 years ago • 1 comments
trafficstars

xiao-fang avatar Apr 25 '17 08:04 xiao-fang

@xiao-fang

  1. 你需要新建自己的一个copyright,点击这里
  2. 修改\themes\next\_config.yml ,将post_copyright禁用
# Declare license on posts
post_copyright:
  enable: false
  license: CC BY-NC-SA 3.0
  license_url: https://creativecommons.org/licenses/by-nc-sa/3.0/

hoochanlon avatar Feb 25 '18 19:02 hoochanlon