A simple, delicate, and modern theme for the static site generator Hexo.
Go to file
ppoffice 05373b9099 chore(scripts): move hexo generator directory 2020-03-09 02:43:19 -04:00
.github feat(plugin): add hotjar plugin 2018-10-28 01:29:47 -04:00
include chore(scripts): move hexo generator directory 2020-03-09 02:43:19 -04:00
languages chore: merge master 2020-01-04 00:57:47 -05:00
layout chore(layout): export Cacheable of some components 2020-03-08 20:32:11 -04:00
scripts refactor(scripts): split init script 2020-01-03 21:28:38 -05:00
source fix(main.js):catch exp (#619) 2020-02-09 22:26:38 -05:00
.eslintignore chore(build): add some build tools 2019-12-21 22:42:54 -05:00
.eslintrc.json refactor(schema): specs to schema 2019-12-24 18:05:37 -05:00
.gitignore fix(profile.js):social_links url (#597) 2020-01-12 14:54:04 -05:00
LICENSE chore(*): start working on v2 2018-10-17 22:52:24 -04:00
README.md refactor(styles): organize stylus & style fixes 2019-12-29 01:07:07 -05:00
package.json chore: migrate to hexo-component-inferno 0.1.1 2020-03-08 13:09:48 -04:00

README.md


A simple, delicate, and modern theme for the static site generator Hexo.
Preview | Documentation | Download

Icarus

💿 Installation

Download & extract or git clone Icarus from GitHub to your blog's theme folder, and that's it!

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

Once started, Icarus will remind you of any missing dependencies and configuration files.

🎁 Features

Extensive Plugin Support

Icarus includes plentiful search, comment, sharing and other plugins out of the box. You can choose any of them to enrich your blog experience, or build your own plugin easily referring to the existing Icarus plugins.

Comment plugins

Search plugins

Share plugins

Donation Buttons

Other plugins

Rich Code Highlight Theme Choices

Icarus directly import code highlight themes from the highlight.js package, and makes more than 70 highlight themes available to you.

Elastic Theme Configuration

In addition to the minimalistic and easy-to-understand configuration design, Icarus allows you to set configurations on a per-page basis with the ability to merge and override partial configurations.

_config.yml post.md
menu:
    Archives: /archives
    Categories: /categories
    Tags: /tags
    About: /about
title: A Simple Post
menu:
    Go Home: /index.html
---
# Here is some simple markdown.

Responsive Layout

No matter what modern browsering device your audiences are using, they can always get the best experience because Icarus's responsive layout across multiple viewpoints.

Responsive Layout

🔨 Development

This project is built with

  • Hexo 3.7.1
  • Ejs
  • Stylus
  • Bulma 0.7.2

Please refer to the documentation for Icarus implementation details.

🎉 Contribute

If you feel like to help us build a better Icarus, you can

🔌 Write a plugin | ✒️ Submit a tutorial | 🚩 Report a bug | 🌏 Add a translation

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.