This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 334
Theme
Ruipeng Zhang edited this page Jan 14, 2016
·
7 revisions
Theme configurations consist of two parts: menu
and customize
:
# Menus
menu:
Home: /hexo-theme-hueman/
# Delete this row if you don't want categories in your header nav bar
Categories:
About: /hexo-theme-hueman/about/index.html
# Customize
customize:
logo:
width: 165
height: 60
url: images/logo-header.png
theme_color: '#3b8dbd'
highlight: androidstudio
sidebar: left # sidebar position, options: left, right
thumbnail: true # enable posts thumbnail, options: true, false
favicon: # path to favicon
social_links: # for more icons, please see http://fontawesome.io/icons/#brand
twitter: /
facebook: /
google-plus: /
github: https://github.com/ppoffice/hexo-theme-hueman
weibo: /
rss: /
Menus give you direct access to the archive, categories, custom pages, etc. You can create a menu simply by adding menu name and link address to the menu
configuration section:
menu:
Home: /hexo-theme-hueman/
About: /hexo-theme-hueman/about/index.html
+ GitHub: https://github.com
Note that you can use both absolute addresses and relative addresses.
Hueman provide an easy way to add categories to your menu. Just add Categories:
and category menus with sub-category support will show in the menu.
menu:
Home: /hexo-theme-hueman/
+ Categories:
About: /hexo-theme-hueman/about/index.html