#Icarus
$ git clone https://github.com/ppoffice/hexo-theme-icarus.git themes/icarus
Icarus requires Hexo 3.0 and above.
Modify theme
setting in _config.yml
to icarus
.
cd themes/icarus
git pull
# Header
menu:
Home: /
Archives: /archives
About: /about
# Content
excerpt_link: Read More
fancybox: true
# Sidebar
sidebar: right
widgets:
- recent_posts
- category
- tag
- tagcloud
- archive
# Contacts
contacts:
github: http://github.com/ppoffice
twitter: '#'
facebook: '#'
dribbble: '#'
rss: /atom.xml
# Links
links:
Hexo: http://hexo.io
# Miscellaneous
google_analytics:
favicon: /favicon.png
twitter:
google_plus:
fb_admins:
fb_app_id:
# Site
title: Icarus
subtitle:
description: Hexo theme - Icarus
author: PPOffice
author_title: 'Web Developer & Designer'
avatar: css/images/avatar.png
location: 'Harbin, China'
language: en
timezone:
...
# Disqus
disqus_shortname:
English and Simplified Chinese are the default languages of the theme. You can add translations in the languages
folder and change the default language in blog's _config.yml
.
language: zh-CN
A nice place to show yourself. You can add your own information in your site's _config.yml
Icarus knows on what screen size you are browsering the website, and reorganize the layout to fit your device.
Icarus uses Fancybox to showcase your photos. You can use Markdown syntax or fancybox tag plugin to add your photos.

Icarus provides 6 built-in widgets:
All of them are enabled by default. You can edit them in widget
setting.