A variation on the landscape theme (Hexo default theme). Customisations include
-
Ubuntu fonts
-
padding and round corners on code blocks
-
3 styles for images when using swig (thumbnail, code & topic)
-
minimised spacing everywhere, smaller header banner
git clone https://github.com/hexojs/hexo-theme-landscape.git themes/landscape-jr0cketLandscape requires Hexo 2.4 and above.
Modify theme setting in _config.yml to landscape-jr0cket.
cd themes/landscape-jr0cket
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:- menu - Navigation menu
- rss - RSS link
- excerpt_link - "Read More" link at the bottom of excerpted articles.
falseto hide the link. - fancybox - Enable [Fancybox]
- sidebar - Sidebar style. You can choose
left,right,bottomorfalse. - widgets - Widgets displaying in sidebar
- google_analytics - Google Analytics ID
- favicon - Favicon path
- twitter - Twiiter ID
- google_plus - Google+ ID
Landscape uses [Fancybox] to showcase your photos. You can use Markdown syntax or fancybox tag plugin to add your photos.

{% fancybox img_url [img_thumbnail] [img_caption] %}
You can put your sidebar in left side, right side or bottom of your site by editing sidebar setting.
Landscape provides 5 built-in widgets:
- category
- tag
- tagcloud
- archives
- recent_posts
All of them are enabled by default. You can edit them in widget setting.