All Projects → Longlongyu → Hexo Theme Cxo

Longlongyu / Hexo Theme Cxo

Licence: mit
A cool ,simple & beautiful theme for Hexo. 🍄

Projects that are alternatives of or similar to Hexo Theme Cxo

Fexo
A minimalist design theme for hexo.
Stars: ✭ 1,089 (+830.77%)
Mutual labels:  hexo-theme
Hexo Theme Archer
🏹 A smart and modern theme for Hexo.
Stars: ✭ 1,163 (+894.02%)
Mutual labels:  hexo-theme
Hexo Theme Oranges
🍊A simple hexo theme of minimalism
Stars: ✭ 95 (-18.8%)
Mutual labels:  hexo-theme
Hexo Theme Yilia
一个简洁优雅的hexo主题 A simple and elegant theme for hexo.
Stars: ✭ 8,183 (+6894.02%)
Mutual labels:  hexo-theme
Hexo Theme Light cn
The Hexo theme base on hexo-theme-light, Write a little book about hexo.
Stars: ✭ 67 (-42.74%)
Mutual labels:  hexo-theme
Hexo Theme Webstack
A hexo theme based on webstack. | 一个基于webstack的hexo主题。
Stars: ✭ 86 (-26.5%)
Mutual labels:  hexo-theme
Clexy
Theme for Hexo ( Node.js Based Blog Framework )
Stars: ✭ 48 (-58.97%)
Mutual labels:  hexo-theme
Hexo Theme Ylion
😊 说不定是一个让你感到惊喜的hexo主题 🍻 🍬
Stars: ✭ 110 (-5.98%)
Mutual labels:  hexo-theme
Hexo Theme Aloha
A hexo theme, use semantic ui.
Stars: ✭ 68 (-41.88%)
Mutual labels:  hexo-theme
Django Hexo Matery
尝试用Django3重写的我的Hexo博客,使用的前端主题是 Matery。
Stars: ✭ 92 (-21.37%)
Mutual labels:  hexo-theme
Font
用于个人博客所用的中文字体
Stars: ✭ 61 (-47.86%)
Mutual labels:  hexo-theme
Hexo Theme Argon
Argon-Theme 的 Hexo 移植版
Stars: ✭ 64 (-45.3%)
Mutual labels:  hexo-theme
Hexo Theme Believe
A simple theme for hexo Sample:
Stars: ✭ 86 (-26.5%)
Mutual labels:  hexo-theme
Oishi
A Hexo theme
Stars: ✭ 57 (-51.28%)
Mutual labels:  hexo-theme
Hexo Theme Doku
📜 Doku, a Hexo theme designed for writing documents.
Stars: ✭ 101 (-13.68%)
Mutual labels:  hexo-theme
Hexo Theme Volantis
A Wonderful Theme for Hexo https://volantis.js.org
Stars: ✭ 1,050 (+797.44%)
Mutual labels:  hexo-theme
Hexo Theme Even
🚀 A super concise theme for Hexo
Stars: ✭ 1,244 (+963.25%)
Mutual labels:  hexo-theme
Hexo Theme Primer
The github style (primer) for Hexo theme.
Stars: ✭ 117 (+0%)
Mutual labels:  hexo-theme
Hexo Theme Spectre
A modern, simple & elegant theme for Hexo
Stars: ✭ 109 (-6.84%)
Mutual labels:  hexo-theme
Hexo Theme Melody
🎹A simple & beautiful & fast theme for Hexo.
Stars: ✭ 1,306 (+1016.24%)
Mutual labels:  hexo-theme

hexo-theme-Cxo

A cool ,simple & beautiful theme for Hexo. 🍄

version author hexo license

Online demo

Watch online demo:Mr.Long's Blog

Documentation

Browser Support

IE >= 10

Instruction

  • The Cxo is my first time to make the Hexo theme, if you have any suggestions and ideas for optimization and functionality, please tell me, I will correct them.
  • You are welcomed to create a new issue. If there is any problem when installing and using this theme.
  • Your support is my motivation, so I will keep updating, star it if you like it.

Install

  1. Execute the following commands in Hexo directory.
git clone -b master https://github.com/Longlongyu/hexo-theme-Cxo themes/Cxo
  1. Change the theme property to Cxo of _config.yml in Hexo directory.
theme: Cxo
  1. If you don't have jade renderer and sass renderer, follow this:
npm install hexo-renderer-jade hexo-renderer-sass --save

Version

  • 1.0.0 - 『Have basic blogging features』
  • 1.0.1 - 『Added some comment plugins』
  • 1.0.2 - 『The switch status of the sidebar is now saved』
  • 1.0.3 - 『Added display of pinned articles』
  • 1.0.4 - 『Display article recent modification time』
  • 1.0.5 - 『Added custom timestamps and optimized the article directory. Now, you can define a summary image and add Baidu statistical』
  • 1.0.6 - 『Fixed issue of the tab-bar display on mobile.』

Theme Update

Jump into the Cxo folder, follow this:

git pull

Other configuration

Theme configuration

# —————————— Profile Column —————————— #
# Avatar
avatar:
# Author
author:
# Signature
signature:
# Links 
friends:
  friendA:
  friendB:
  friendC:
# Social information
social:
  email:
  github:
  weibo:
  facebook:
  twitter:
  rss:

# —————————— Site —————————— #
# Title of the site (each article will be followed by this value to help SEO)
SEO_title:
# Main title (title in site banner)
main_title:
# Subtitle
subtitle:
# Header image (image of site banner),the default is site_header_image,site_header_image is required field
site_header_image:
post_header_image:
about_header_image: 

# —————————— Indivdual —————————— #
# icon
favicon: /img/assets/favicon.ico

# —————————— Option —————————— #
# truncate length of abstracts in index page (the default is 300, there will be no abstruct if you set it to 0)
truncate_length: 
# intro height (the default is 70 percents of the screen, you can input other number)
intro_height: 70
# enable toc
toc: true
# word count and reading time,
reading_info: false
# access statistics
count:
  # enable analytics
  # true or flase
  busuanzi: true
  # baidu code
  baidu: 
# Time
# you can modify the timestamp format.
date_format: YYYY-MM-DD
# display created time.
display_created: true
# display article recent modification time
display_updated: false
# copyright
copyright:
  enable: true
  # https://creativecommons.org/
  license: All articles in this blog are licensed under <a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/3.0">CC BY-NC-SA 3.0</a> unless stating additionally.
# currently support directly adding Livere, Disqus, Changyan, fill the field to enable corresponding plugin
comment:
  # Livere  site: https://livere.com/
  livere_uid:
  # Disqus  site: https://disqus.com/
  disqus_shortname: 
  # Changyan  site: http://changyan.kuaizhan.com/
  changyan_appid: 
  changyan_conf:
  # Gitment  site: https://github.com/imsun/gitment/
  gitment_owner:
  gitment_repo:
  gitment_client_id:
  gitment_client_secret:

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].