Deploying Freemind Dec 2 2014

Freemind by wzpan. Freemind’s source branch.

Read More

Category Dec 1 2014

Read More

Deep Category Dec 1 2014

Read More

Pages Dec 1 2014

You can use this to create page:

1
hexo new page test

Example: test

Or create a folder and file manually:

1
2
mkdir pages; cd pages
touch test.md

Example: pages/test.html

Read More

Tag Plugins Dec 1 2014

Taken from Hexo’s doc page. Also see tag-bootstrap.

Tag plugins are different from tags in posts. They’re ported from Octopress and can help you insert specific contents in posts quickly.

Read More

Tag Bootstrap Dec 1 2014

Taken from source branch, website.

The freemind theme offers several new tag plugins, so as to fully take advantages of Bootstrap.

To use these tag plugins, you need to install hexo-tag-bootstrap first. In your blog root folder, execute the following command:

1
$ npm install hexo-tag-bootstrap --save

Then you can use these tag plugins in your blog, as easily as you normally do using hexo tag plugins.

Tag Bootstrap
Read More

Code Sample Dec 1 2014

Demos various syntax highlighting.

Read More

Hello World Dec 1 2014

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in trobuleshooting or you can ask me on GitHub.

Read More