leesei / hexo-theme-codeland

Color, font, and code block optimizations based on the landscape theme.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codeland

A light green theme based on Landscape for Hexo.

Installation

Install

$ git clone https://github.com/xing5/hexo-theme-codeland.git themes/codeland

Landscape requires Hexo 2.4 and above.

Enable

Modify theme setting in _config.yml to codeland.

Update

cd themes/codeland
git pull

Feature

Add toc: true in the front matter to enable table of content for a post.

title: Using Google Maps API to Implement a Two-dimensional Circle Heatmap like Tableau
comments: true
date: 2014-10-13 20:24:00
toc: true

About

Color, font, and code block optimizations based on the landscape theme.

License:MIT License


Languages

Language:JavaScript 68.9%Language:CSS 31.1%