214 字
1 分钟
Next 2 版权声明
前言
在 next 中,是包含有版权声明的内容的,只是默认不展示,需要我们进行额外配置。
配置文件
配置文件方面,可以参考我的配置,并没有太多内容:
# Creative Commons 4.0 International License.# See: https://creativecommons.org/about/cclicenses/creative_commons: # Available values: by | by-nc | by-nc-nd | by-nc-sa | by-nd | by-sa | cc-zero license: by-nc-sa # Available values: big | small size: big sidebar: true post: true # You can set a language value if you prefer a translated version of CC license, e.g. deed.zh # CC licenses are available in 39 languages, you can find the specific and correct abbreviation you need on https://creativecommons.org language:
参数 | 详细 |
---|---|
license | 版权声明,一般就是默认1 |
size | 图标大小 |
sidebar | true:在侧边栏中显示 |
post | true:在文章中显示 |
效果展示
在侧边栏中的版权声明:
在文章末尾的版权声明: