Skip to content

Latest commit

 

History

History
177 lines (131 loc) · 5.71 KB

README_EN.md

File metadata and controls

177 lines (131 loc) · 5.71 KB
Language: 🇨🇳 🇺🇸

A simple theme for Hexo


Documents: Documents    Preview:zhaoo

Preview

(If you are using the zhaoo theme, welcome to show your blog, just add your blog to the README.md and PR.)

Characteristic

  • Design concept: Simple & Responsive & Animation
  • Comment: GitalkValineChangYan
  • Feedback: DaoVoiceTencent Chao
  • Analytics: LeanCloudBaiduCNZZgoogle and SEO
  • Dark scheme
  • Motto, support HitokotoPoems Today and another dynamic mottos
  • Preview,support UnsplashBing Pictures and another dynamic pictures
  • Galleries, pictures support waterfall
  • highlight code highlighting
  • FancyBox lightbox
  • Pjax
  • lazyload
  • Alipay, Wechat donate
  • Customized Theme StyleCDNEmbedded ScriptSocial LinkCopyrightQRCode and more

Screenshots

preview

index

article

galleries

menu

Install

After installing Hexo, go to the root directory:

$ cd hexo

To install zhaoo themes:

$ git clone https://github.com/zhaoo/hexo-theme-zhaoo.git themes/zhaoo

Use

Modify the file _config.yml in the Hexo root directory to enable the zhaoo theme:

theme: zhaoo

It is recommended to change the number of articles to 9 and enable code highlighting:

index_generator:
  path: ''
  per_page: 9
  order_by: -date

highlight:
  enable: true
  line_number: true
  auto_detect: true
  hljs: true
  tab_replace:

Start preview of Hexo server:

$ hexo clean && hexo s

Config

Modify the file _config.yml in the theme directory to configure related functions:

It is recommended to refer to documents_config.yml_example for configuration

Update

Jump to the theme directory:

$ cd themes/zhaoo

Get update from GitHub:

$ git pull

Related

Contributors

contributors

Thanks to all contributors! Welcome to PR. (Please push to develop branch)

Stargazers

Stargazers over time

License

MIT License