Skip to content

cvs79/hexo-theme-athena

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-theme-athena

A theme for hexo, modify from Hexo default landscape theme.

Preview

pic1 pic2

Installation

Install

$ git clone https://github.com/steven5538/hexo-theme-athena.git themes/athena

Enable

Modify theme setting in _config.yml to athena.

Update

cd theme/athena
git pull

Configuration

# Header
menu:
  Home: /
  Archives: /archives
  About: /about
# Header Icon
menu_icon:
  Home: nav-home-icon
  Archives: nav-archives-icon
  About: nav-about-icon

rss: /atom.xml

# Content
excerpt_link: Read More
fancybox: true

# Miscellaneous
google_analytics:
favicon: /favicon.png
twitter:
  • menu - Navigation menu, you need to hexo new page 'about' for the about page.
  • menu_icon - Navigation icon
  • rss - 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
  • twitter - Twiiter ID

About

A clean, minimalist and responsive theme for hexo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.3%
  • JavaScript 42.7%