Skip to content

Latest commit

 

History

History
67 lines (39 loc) · 1.53 KB

19-page-footer.md

File metadata and controls

67 lines (39 loc) · 1.53 KB

page-footer 高级页脚和版权

更高级的页脚版权信息的插件,支持normalsymmetricalIssues三种不同样式的形式。

配置使用方法:

{
    "plugins": [
        "page-footer"
    ],
    "pluginsConfig": {
        "page-footer": {
            "description": "modified at",
            "signature": "Aleen",
            "wisdom": "More than a coder, more than a designer",
            "format": "yyyy-MM-dd hh:mm:ss",
            "copyright": "Copyright © aleen42",
            "timeColor": "#666",
            "copyrightColor": "#666",
            "utcOffset": "8",
            "isShowQRCode": true,
            "baseUri": "https://aleen42.gitbooks.io/personalwiki/content/",
            "isShowIssues": true,
            "repo": "aleen42/PersonalWiki",
            "issueNum": "8",
            "token": "",
            "style": "normal"
        }
    }
}

插件 Github 地址:https://github.com/aleen42/gitbook-footer

效果预览:

Normal效果:

plugin-preview-page-footer-normal Normal效果预览

Symmetrical效果:

plugin-preview-page-footer-symmetrical Symmetrical效果预览

Issues效果:

plugin-preview-page-footer-issues Issues效果预览