8000 GitHub - foreverhy/hexo-theme-apollo: A hexo theme modified from SANOGRAPHIX.NET
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

foreverhy/hexo-theme-apollo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexo theme: Apollo

This hexo theme is modified from SANOGRAPHIX.NET

Original (Tumblr theme)
Demo

  • 添加了duoshuo,并且将评论框从正文左侧移到了下方
  • 添加了Mathjax,可以在markdown中输入LaTeX公式

Installation

Install

Run this command from inside your hexo project

$ git clone git@github.com:foreverhy/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
excerpt_link: Read More
fancybox: true

# Miscellaneous
google_analytics:
favicon: /favicon.png

# Duoshuo
duoshuo: shortname
  • menu - Navigation menu
  • rss 523B - RSS link
  • excerpt_link - "Read More" link at the bottom of excerpted articles. false to hide the link.
  • fancybox - Enable Fancybox
  • google_analytics - Google Analytics 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 72.5%
  • CSS 27.5%
0