1.0.0 • Published 6 years ago

picidar-theme-crystal v1.0.0

Weekly downloads
-
License
ISC
Repository
-
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. if there is not a directory named themes, create one, and then:
cd themes
  1. clone crystal to local
git clone https://github.com/picidaejs/picidae-theme-crystal.git
  1. change dir to picidae-theme-crystal, and edit config.js
cd picidae-theme-crystal

default config

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