Yubisaki / vuepress-theme-yubisaki

:sparkles: A blog theme for vuepress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

footer不显示

xiaoxinshiwo opened this issue · comments

你好,请问footer只是在themeConfig下配置如下内容吗?
footer: '锁窗前月明色, 雕阑外夜气清' // 会显示在博客的 footer 中
在我的博客中使用不生效呢:

themeConfig: {
    background: `https://s1.ax1x.com/2018/11/08/i7Y6L8.jpg`,
    github: 'xxx',
    logo: '/img/logo.jpg',
    footer:'十步杀一人,千里不留行',
    accentColor: '#ac0b39',
    per_page: 6,
    lastUpdated: 'Last Updated', // string | boolean
    date_format: 'yyyy-MM-dd HH:mm:ss',
    tags: true,
    // gitalk 的配置项, 不支持 flipMoveOptions
    comment: {
      clientID: 'xxx',
      clientSecret: 'xxx',
      repo: 'xxx',
      owner: 'xxx',
      admin: ['xxx'],
      perPage: 5,
      id: 'comment',      // Ensure uniqueness and length less than 50
      distractionFreeMode: false  // Facebook-like distraction free mode
    },
    nav: [
      {text: 'About', link: '/about/about'},
      {text: 'Github', link: 'xxx'}
    ]
  },

这是最新版(3.1.0 | next) 版本支持的功能,不过这个版本暂时不支持自定义的 repo 作为仓库,也就是说你的域名得是 username.github.io.