Skip to content

Commit

Permalink
rename to freewill
Browse files Browse the repository at this point in the history
  • Loading branch information
yieme committed Aug 12, 2014
1 parent 242d12d commit c83536d
Showing 1 changed file with 19 additions and 30 deletions.
49 changes: 19 additions & 30 deletions README.md
@@ -1,29 +1,23 @@
Hexo-Theme-Freemind
===
# Hexo-Theme-Freewill

Yet another [bootstrap](http://getbootstrap.com) based theme for [Hexo](http://zespia.tw/hexo/). Freemind aims at fully taking advantages of Bootstrap.
A [Hexo](http://zespia.tw/hexo/) [bootstrap](http://getbootstrap.com) theme based on [freewill](https://github.com/wzpan/hexo-theme-freewill). [Freewill](https://github.com/yieme/hexo-theme-freewill) aims at fully taking advantages of Bootstrap and the strengths of freewill with an styling adjusted for personal preference.

* [Demo](http://hahack.tk/hexo-theme-freemind/)
* [Q&A](http://hahack.tk/hexo-theme-freemind/2014/03/16/qna/)
* [Tag Plugins](http://hahack.tk/hexo-theme-freemind/2014/03/16/tag-plugins/)
* [Readme in Chinese](http://hahack.com/codes/hexo-theme-freemind/)

## Features ##
## Features

* **Bootstrap** - get the power of Twitter Bootstrap with minimal hassle;
* **Tag plugins** - luxuriant Bootstrap tag plugins, provided by [hexo-tag-bootstrap](https://github.com/wzpan/hexo-tag-bootstrap), including:
- textcolor - a paragraph of text with specified color;
- button - a button with target links, text and specified color;
- label - a label with text and specified color;
- badge - a badge with text;
- alert - alert messages with text and specified color;
- alert - alert messages with text and specified color;

## Install ##
## Install

1) install theme:

``` sh
$ git clone https://github.com/wzpan/hexo-theme-freemind.git themes/freemind
$ git clone https://github.com/yieme/hexo-theme-freewill.git themes/freewill
```

2) install [hexo-tag-bootstrap](https://github.com/wzpan/hexo-tag-bootstrap):
Expand All @@ -34,7 +28,7 @@ $ npm install hexo-tag-bootstrap --save

3) Create pages

Freemind offers you the customized Categories, Tags and About pages. But you need to manually create these page at your 'source' folder.
freewill offers you the customized Categories, Tags and About pages. But you need to manually create these page at your 'source' folder.

For example, to create a `Categories` page, you may create a `index.html` file at `source/categories/` folder with the following contents:

Expand All @@ -48,18 +42,18 @@ Tags and About pages are created in a similar way, except that the layouts are `

> Some people may argue that I should embed these pages in the theme. This really makes sense, but currently I don't have time to do so. If you know how, **welcome to send me patches**.
## Enable ##
## Enable

Modify `theme` setting in your `_config.yml` to `freemind`.
Modify `theme` setting in your `_config.yml` to `freewill`.

## Update ##
## Update

``` sh
$ cd themes/freemind
$ cd themes/freewill
$ git pull
```

## Configuration ##
## Configuration

```
slogan: Yet another bootstrap theme.
Expand Down Expand Up @@ -102,7 +96,7 @@ widgets:
rss: atom.xml
favicon: favicon.png
fancybox: true
google_analytics:
google_analytics:
```

* **slogan** - slogan display at the index page
Expand All @@ -113,9 +107,9 @@ google_analytics:
* **fancybox** - Enable [Fancybox](http://fancyapps.com/fancybox/)
* **google_analytics** - Google Analytics ID

## Front-Matter ##
## Front-Matter

There are some new front-matter settings in Freemind that you can use to decorate your articles.
There are some new front-matter settings in freewill that you can use to decorate your articles.

* **description** - a short description about the articles that will be display at the top of the post
* **feature** - sets a feature image that will be show at the index page
Expand All @@ -128,21 +122,16 @@ title: Tag Plugins
date: 2014-03-16 10:17:16
tags: plugins
categories: Docs
description: Introduce tag plugins in freemind.
description: Introduce tag plugins in freewill.
feature: images/tag-plugins/plugins.jpg
toc: true
---
```

## License ##
## License

This theme is provided under [MIT License](http://opensource.org/licenses/MIT).

## People Using Freemind ##

see [Examples](https://github.com/wzpan/freemind/wiki/Examples)

## Credits ##
<!-- ## People Using freewill
* The theme is built based on [Twitter-Bootstrap 3.1.1](getbootstrap.com/3.1.1/);
* The beautiful icons are from [Font Awesome](http://fortawesome.github.io/Font-Awesome/icons/).
see [Examples](https://github.com/wzpan/freewill/wiki/Examples) -->

0 comments on commit c83536d

Please sign in to comment.