Skip to content

zhanghai/hexo-theme-apollo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 36.0%
  • Stylus 35.3%
  • EJS 22.1%
  • CSS 6.6%