A mirror of https://github.com/MilesPong/hexo-theme-icarus.git

ppoffice 5de0db69c4 change header profile link anchor há 10 anos atrás
languages a9076ff514 finished rc há 10 anos atrás
layout 5de0db69c4 change header profile link anchor há 10 anos atrás
scripts b0d3d3fe90 first blood! há 10 anos atrás
source 0b9de6963b fix header Chinese white-space & search input appearance há 10 anos atrás
.gitignore 7e890989fd add gitignore há 10 anos atrás
Gruntfile.js b0d3d3fe90 first blood! há 10 anos atrás
LICENSE b0d3d3fe90 first blood! há 10 anos atrás
README.md 2a8bb22512 fix doc há 10 anos atrás
_config.yml.example a9076ff514 finished rc há 10 anos atrás
_config.yml.site.example 63bb80ad75 add site _config.yml example há 10 anos atrás
package.json b0d3d3fe90 first blood! há 10 anos atrás

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

Modify theme setting in _config.yml to icarus.

Update

cd themes/icarus
git pull

Configuration

Theme configuration example

# 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:
  • menu - Navigation menu. Add 'Categories' to display categories on the menu, the maximum depth of categories menus is 2 (You don't have to set the value of 'Categories').
  • fancybox - Enable Fancybox.
  • contacts - Your social network links, RSS link, etc.
  • widgets - Widgets displaying in sidebar.
  • 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.

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

Features

Profile Sidebar

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

Responsive Layout

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

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