Skip to content

justcoolls/hexo-theme-cool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-theme-cool

cool是一个简洁美观的hexo主题,上手简单适合快速建立个人博客

使用方法

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

配置 themes下_config.yml

根据需要选择配置需要展示的社交账号,头像等

# Header
menu:
  Home: /
  Archives: /archives

# SubNav
subnav:
  github: "#"
  weibo: "#"
  zhihu: "#"
  qq: "#"
  weixin: "#"
  jianshu: "#"
  renren: "#"
  douban: "#"
  bilibili: "#"
  acfun: "#"
  mail: "#"
  facebook: "#"
  google: "#"
  twitter: "#"
  linkedin: "#"
  rss: "#"

# Content
excerpt_link: Read More
fancybox: true

# Sidebar
sidebar: right
widgets:
- category
- tag
- tagcloud
- archive
- recent_posts

# display widgets at the bottom of index pages (pagination == 2)
index_widgets:
# - category
# - tagcloud
# - archive

# widget behavior
archive_type: 'monthly'
show_count: false

#你的头像url
avatar: /img/avatar.jpg

# Miscellaneous
google_analytics:
favicon:  /img/favicon.png
twitter:
google_plus:
fb_admins:
fb_app_id:

配置根目录下_config.yml

# Site
title: JustCool的博客 #页面tittle
subtitle: just do it # 主页头信息
description: 代码洁癖 喜欢折腾 #个人描述
author: JustCool #作者
language:
timezone:

主页卡片展示

主页卡片会展示文章中<h3><blockquote>标签 中的内容

About

一个简洁美观的hexo主题 A simple and beautiful theme for hexo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published