Simple plain Zurb foundation theme for the static site generator hexo.js
A brand new default theme for [Hexo]. This theme is Work in progress. It utilizes Zurb Foundation 5+.
$ git clone https://github.com/chrisjlee/hexo-theme-zurb-foundation.git
Landscape requires Hexo 3.0 and above.
Modify theme
setting in _config.yml
to zurb-foundation
.
cd themes/zurb-foundation
git pull
# Header
menu:
Home: /
Archives: /archives
rss: /atom.xml
# Content
excerpt_link: Read More
fancybox: true
# Sidebar
sidebar: right
widgets:
- category
- tag
- tagcloud
- archives
- recent_posts
# Miscellaneous
google_analytics:
favicon: /favicon.png
twitter:
google_plus:
false
to hide the link.left
, right
, bottom
or false
.Foundation provides 5 built-in widgets:
All of them are enabled by default. You can edit them in widget
setting.
Go ahead and use browser sync:
browser-sync start --server='../../public' --files="public/*.html,public/*.css"
In order to get started with hexo use gulp.
hexo generate --watch