zhanghai / hexo-theme-apollo

A hexo theme modified from SANOGRAPHIX.NET

Home Page:https://blog.zhanghai.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hexo theme: Apollo

This hexo theme is modified from SANOGRAPHIX.NET

Original (Tumblr theme): https://github.com/sanographix/tumblr/tree/master/apollo

Demo: https://blog.zhanghai.me/

Integration

Install

$ git submodule add git@github.com:zhanghai/hexo-theme-apollo.git themes/apollo

Apollo requires Hexo 2.4 and above.

Update

cd themes/apollo
git pull

Configuration

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

# Content
more_link: true
fancybox: true

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

About

A hexo theme modified from SANOGRAPHIX.NET

https://blog.zhanghai.me/


Languages

Language:JavaScript 36.1%Language:Stylus 35.3%Language:EJS 22.1%Language:CSS 6.6%