1.0.9 • Published 6 years ago

picidae-theme-crystal v1.0.9

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

crystal

Crystal is a elegant theme of picidae

Preview

Claiyre's blog

Installation

  1. change dir to picidae root directory, if you have not yet inited picidae, go there
cd [picideaBlogRoot]
  1. run npm install --save picidae-theme-crystal
  2. edit ./picidae.config.js
...
theme: "picidae-theme-crystal",
...
  1. run picidae start/build to see the new blog

theme config

default config

pageSize: 6 ,
title: 'Claiyre的个人博客',
// the text in the header of blog pages
blogName: false,
// put your avatar image under ./extra
avatarUrl: 'avatar.png'  
// crystal use the gitment system
gitment: {
    owner: 'Claiyre',
    repo: 'Claiyre.github.io',
    oauth: {
      client_id: 'xxx',
      client_secret: 'xxxx'
    }
  }

You can also create a theme.config.js file under the root directory to overwrite the default config

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago