cool是一个简洁美观的hexo主题,上手简单适合快速建立个人博客
$ git clone https://github.com/justcoolls/hexo-theme-cool.git themes/cool
根据需要选择配置需要展示的社交账号,头像等
# 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:
# Site
title: JustCool的博客 #页面tittle
subtitle: just do it # 主页头信息
description: 代码洁癖 喜欢折腾 #个人描述
author: JustCool #作者
language:
timezone:
主页卡片会展示文章中<h3>
和<blockquote>
标签 中的内容