1.0.23 • Published 3 years ago

vuepress-theme-custom v1.0.23

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

vuepress-theme-custom

基于z3by的vuepress-theme-modern-blog进行了一些自己的修改,因为并非对每个人都通用,所以没有提PR。为了使用方便,利于维护,因此单独发包。

然后对vuepress-theme-modern-blog开发者z3by表示感谢。

个人的.vuepress/config.js文件如下(可供参考,会更新):

module.exports = {
  title: 'Yoha\'s Blog',
  description: 'Blog is mainly used to record daily learning',
  markdown: {
    lineNumbers: true
  },
  head: [
    ['link', {
      rel: 'icon',
      href: `/favicon.ico`
    }]
  ],
  base: '/blog/',
  theme: "vuepress-theme-custom",
  summaryLength: 100,
  themeConfig: {
    translations: {
      read_more: 'Keep reading!',
      read_this_post: 'Read this post now!',
    },
    lastUpdated: 'Last Updated',
    cookies: {
      theme: 'dark-lime',
      buttonText: 'Got it!',
      message: 'We use cookies!',
    },
    summary: true,
    nav: [
      {
        text: 'Home',
        link: '/',
        icon: 'el-icon-house',
      },
      {
        text: 'Life',
        link: '/lifes/',
        icon: 'el-icon-lollipop',
      },
      {
        text: 'Handbook',
        link: '/handbooks/',
        icon: 'el-icon-s-management',
      },
      {
        text: 'Emoji',
        link: '/emoji/',
        emoji: '💕'
      },
    ],
    posts: {
      prepend: "Hi, I hope you'll <i>enjoy</i> this post!",
      append: "Hi, I hope you've <b>enjoyed</b> this post!",
    },
    about: {
      fullName: 'Qing',
      bio: 'xxxxxx',
      image: 'https://gitee.com/yancqS/blogImage/raw/master/blogImage/20201018002803.jpg',
    },
    logo: 'https://gitee.com/yancqS/blogImage/raw/master/blogImage/20210414163022.jpeg',
    friendlink: [
      {
        name: '阮一峰个人网站',
        link: 'http://www.ruanyifeng.com/home.html'
      },
    ],
    sitemap: true,
    footer: {
      contact: [
        {
          type: 'github',
          link: 'https://github.com/yancqs',
        },
        {
          type: 'weibo',
          link: 'https://weibo.com/superYoha',
        },
        {
          type: 'zhihu',
          link: 'https://www.zhihu.com/people/yoha-32-56',
        }
      ],
      copyright: [
        {
          text: 'Privacy Policy',
          link: 'https://policies.google.com/privacy?hl=en-US',
        },
        {
          text: `MIT Licensed Copyright © ${new Date().getFullYear()}-present`,
          link: '',
        },
      ],
    }
  },
  plugins: [
    'reading-progress',
    'vuepress-plugin-mathjax',
    [
      'vuepress-plugin-medium-zoom',
      {
        selector: '.content__default img',
        delay: 1000,
        options: {
          margin: 24,
          background: '#fff',
          scrollOffset: 0,
        },
      },
    ]
  ],
}
1.0.22

3 years ago

1.0.21

3 years ago

1.0.23

3 years ago

1.0.19

3 years ago

1.0.20

3 years ago

1.0.18

3 years ago

1.0.2

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago