A simple, delicate, and modern theme for the static site generator Hexo.
Go to file
Anthony Fok 46d5a08a0f Correct author information in LICENSE file 2015-12-27 10:05:05 -07:00
_source Add about page in theme _source 2015-11-11 22:26:45 -05:00
languages Added language 'zh-TW' 2015-12-18 07:48:40 +08:00
layout add ustc js cdn 2015-12-23 17:48:42 +08:00
scripts first blood! 2015-03-19 22:25:53 +08:00
source add swiftype support 2015-12-07 22:59:56 +08:00
.editorconfig Added editor config 2015-07-18 19:36:37 +01:00
.gitignore Added editor config 2015-07-18 19:36:37 +01:00
Gruntfile.js first blood! 2015-03-19 22:25:53 +08:00
LICENSE Correct author information in LICENSE file 2015-12-27 10:05:05 -07:00
README.md add swiftype support 2015-12-07 22:59:56 +08:00
_config.yml.example 修复CDN BUG,将Google APIs作为默认CDN & 修改Gravatar的配置位置 2015-11-06 16:23:42 +08:00
_config.yml.site.example add swiftype support 2015-12-07 22:59:56 +08:00
package.json first blood! 2015-03-19 22:25:53 +08:00

README.md

#Icarus

The blog theme you may fall in love with, coming to Hexo. Preview

Installation

Install

$ git clone https://github.com/ppoffice/hexo-theme-icarus.git themes/icarus

Icarus requires Hexo 3.0 and above.

Enable

  1. Rename themes\icarus\_config.yml.example to themes\icarus\_config.yml;
  2. Copy themes\icarus\_config.yml.site.example to your hexo blog's root directory and rename it to _config.yml;
  3. Copy themes\icarus\_source\* into your hexo blog's directory source;
  4. Then modify theme setting in _config.yml to icarus.

Update

cd themes/icarus
git pull

Configuration

Theme configuration example

# Header
menu:
  Home: .
  Archives: archives
  Categories: categories # you need to add extra page to enable this, please see the config below.
  Tags: tags             # you need to add extra page to enable this, please see the config below.
  About: about

# Content
excerpt_link: Read More
fancybox: true

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

# Contacts
contacts:
  github: http://github.com/ppoffice/hexo-theme-icarus
  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:
  • excerpt_link - Cooperate with <!-- more --> tag to show only part of the article in index pages.
  • fancybox - Enable Fancybox.
  • contacts - Your social network links, RSS link, etc.
  • widgets - Widgets displaying in sidebar.
  • thumbnail - Whether to show post thumbnails in the sidebar and archive pages.
  • links - Links displayed in the link widget.
  • google_analytics - Google Analytics ID.
  • favicon - Favicon path.

Site configuration example

# 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:
  • author - Your name.
  • author_title - Title to your occupation.
  • avatar - Your avatar image link.
  • location - Where you live in.
  • disqus_shortname - Your Disqus shortname.

Post Thumbnail & Banner

You can add a thumbnail and a banner to each post by adding the following lines into your post source files' front-matter:

title: Demo
date: 2015-01-01
...
# add those
thumbnail: http://example.com/thumbnail.jpg
banner: http://example.com/banner.jpg

Custom Categories & Tags Pages

To enable custom categories page and tags page, just copy the categories folder and tags folder under your theme's _source foler into your site's source folder. Then edit theme's _config.yml and add the following lines:

# Header
menu:
  ...
  Categories: categories # -> add this line
  Tags: tags # -> and add this line
  ...

Languages

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

Swiftype

You can now enable Swiftype by editing blog's _config.yml.

swiftype_install_key: XXX_XXXXXXXXXXXXXXXX

This install key can be found at your own engine's install page:

Finally, don't forget to save your swiftype configuration to complete the installation.

Features

Profile Sidebar

A nice place to show yourself. You can add your own information in your site's _config.yml

Post Banner & Thumbnail

Thanks to atika, you can now add thumbnails and banners to every post to create better reading experience.

Responsive Layout

Icarus knows on what screen size you are browsering the website, and reorganize the layout to fit your device.

Custom Categories & Tags Pages

Get your categories and tags listed in single pages to make your blog more methodic.

Fancybox

Icarus uses Fancybox to showcase your photos. You can use Markdown syntax or fancybox tag plugin to add your photos.

![img caption](img url)

Sidebar

Icarus provides 6 built-in widgets:

  • recent_posts
  • category
  • archives
  • tag
  • tagcloud
  • links

All of them are enabled by default. You can edit them in widget setting.

Development

Requirements

Grunt tasks