A theme for hexo, modify from Hexo default landscape theme.
$ git clone https://github.com/steven5538/hexo-theme-athena.git themes/athena
Modify theme
setting in _config.yml
to athena
.
cd theme/athena
git pull
# 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:
hexo new page 'about'
for the about page.false
to hide the link.