bildepunkt / hexo-theme-apollo-soyuz

A darkened fork of the Apollo hexo theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hexo theme: Apollo-Soyuz

This hexo theme is a fork from http://github.com/joyceim/hexo-theme-apollo/

Demo

Install

Run this command from inside your hexo project

$ git clone https://github.com/c-concat-p/hexo-theme-apollo-soyuz.git themes/apollo-soyuz

Apollo requires Hexo 2.4 and above.

Update

cd themes/apollo-soyuz
git pull

Configuration

# Header
menu:
    Home: /
    Archives: /archives
rss: /atom.xml

# Content
excerpt_link: Read More

# Miscellaneous
google_analytics:
favicon: /favicon.png
  • menu - Navigation menu
  • rss - RSS link
  • excerpt_link - "Read More" link at the bottom of excerpted articles. false to hide the link.
  • google_analytics - Google Analytics ID
  • favicon - Favicon path
  • Disqus - Disqus path

About

A darkened fork of the Apollo hexo theme


Languages

Language:CSS 41.4%Language:JavaScript 34.9%Language:HTML 23.7%