Stella.关于

About Me

👋 Hi there

  • Stella is static blog theme,in Gatsby and VuePress 2.x

🌱 Introduction

  • Hi there ! Stella is a Gatsby Theme, design by jctaoo, But now if you are vuepress2.x users, now you can use Stella too!
  • English | Chinese

📫 Overview

😄 Usage

themeConfig

module.exports = {
  // vuepress config
  title: "SHUAXIN.",
  theme: 'stella',
  themeConfig: {
    // shiki config , same as official website
    shiki:{
      // highlight theme
      // look here to find more theme https://github.com/shikijs/shiki/blob/main/docs/themes.md
      theme: "material-darker",
      // support code https://github.com/shikijs/shiki/blob/main/docs/languages.md
      lang: [ 'html' ],
    },
    // footer content
    footer: "SHUAXINDIARY Blog",
    // pageCategory config
    cates: [
      {
        text: "文章",
        link: "/post/",
      },
      {
        text: "片段",
        link: "/snippet/",
      },
      {
        text: "关于",
        link: "/about/",
      },
    ],
    // media config
    icons:[
      {
        label:'GITHUB',
        link:'https://github.com/SHUAXINDIARY'
      },
      {
        label:'EMAIL',
        link:''
      },
      {
        label:'WEIXIN',
        link:''
      },
    ]
  },
};


⚡ TODO

  • config other link
  • follow system mode (dark/light)
  • markdown style of stella
  • passage filter by category 、tag
  • config default page ON-OFF
  • comment system
  • change theme color
  • pagination
  • doc、blog mode
  • mobile adaptation
  • post banner img
  • site search
  • friend link

License

License: MIT

LICENSE file