2016-01-30
Color Themes

Color Themes

Freemind contains luxuriant color themes for your choice. To use one of them, simply modify the theme and inverse settings from your theme _config.yml file e.g.

1
2
theme: bootstrap
inverse: true

, where theme here indicates which theme you are going to use, and inverse here says you want inverse color scheme on some important components such as navigation bar and header title.

User contributions are welcome! If you want to contribute a color theme, you can fork the dev branch . Write a new theme in LESS and send me a pull request.

Read More

2014-03-16
Questions and Answers

Questions and Answers
Q What does Freemind stands for?

A Freemind is named after Pluskid’s blog. This theme is greatly inspired by his blog layouts and stylesheets.

Q There’re already so many themes for Hexo. Why create this one?

A In fact I created this theme before I turned to use Hexo. I switched to Hexo about half an year ago, including my theme, since I have already got used to it and don’t wanna change it for now.

Read More

2014-03-16
Questions and Answers(中文)

Questions and Answers(中文)
Q Freemind 这名字有何含义?

A Freemind 命名出自 Pluskid 的博客。这个主题很大程度借鉴了他的博客的布局和样式。

Q 现在都有这么多 Hexo 的主题了,为啥又要写一个?

A 实际上我这个主题在我使用 Hexo 前已经创建了。我在半年前将博客迁移到 Hexo ,因为我已经习惯了原来的主题,所以顺便把主题也移植了过来。

Read More

2014-03-16
Tag Plugins

Tag Plugins

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.

Read More

2014-03-16
Tag Plugins(中文)

Tag Plugins(中文)

Freemind 主题提供了丰富的 tag plugins,以充分利用 Bootstrap 的威力。

在使用这些 tag plugins 之前,你需要先安装 hexo-tag-bootstrap 。在你的 Hexo 博客目录,执行下列命令:

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

然后就可以像使用其他 hexo tag plugins 一样使用这些 Bootstrap tag plugins 了。

Read More