practiceyyp / hexo-theme-icarus

A simple, delicate, and modern theme for the static site generator Hexo.

Home Page:https://ppoffice.github.io/hexo-theme-icarus/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

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
$ hexo s // start a live server

Once started, Icarus will remind you of any missing dependencies to install. And it will create a theme configuration file (_config.yml) if it is not there.

🎁 Features

Cyberpunk Theme Variant

Tap into the future cyber world with the newly added Cyberpunk theme variant. Inspired by Cyberpunk 2077.

Icarus Cyberpunk

Extensive Plugin Support

Icarus includes plentiful search, comment, sharing and other plugins out of the box that makes your blog feature-rich and powerful.

Comment Donation Search Share Widgets Other Plugins
Changyan Alipay Insight AddThis Google AdSense Baidu Analytics
Disqus Buy Me A Coffee Algolia AddToAny Archives BuSuanZi Vistor Counter
DisqusJS Patreon Google CSE Baidu Share Categories CNZZ Analytics
Facebook Paypal Baidu Share.js External Site Links Light and Justified Gallery
Gitalk Wechat ShareThis Recent Posts Google Analytics
Gitment Google Feedburner Hotjar User Feedback
Isso Author Profile KaTex
LiveRe Tags MathJax
Utterances Table of Contents Outdated Browser Detection
Valine Page Loading Animations

Rich Code Highlight Theme Choices

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

Atom One Light Monokai Kimbie Dark

Flexible Theme Configuration

Icarus allows you to configure your site on a per-page or per-layout basis.

_config.yml post.md _config.page.yml
widgets:
  - type: profile
    position: left
  - type: recent_posts
    position: right
widgets:
  - type: profile
    position: left
  - type: recent_posts
    position: left
widgets: null

Responsive Layout

Give your audiences best viewing experience with Icarus's mobile-friendly responsive layout.

Responsive Layout

πŸ”¨ Development

This project is built with

Please refer to the documentation and contributing guide for implementation details.

πŸŽ‰ Contribute

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

βœ’οΈ Submit a tutorial | :earth_asia: Add a translation | :triangular_flag_on_post: Report a bug | :electric_plug: Suggest a new feature

πŸ“ License

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

About

A simple, delicate, and modern theme for the static site generator Hexo.

https://ppoffice.github.io/hexo-theme-icarus/

License:MIT License


Languages

Language:JavaScript 70.0%Language:CSS 30.0%