From c83536daa41484304911853f3dceaaee1f40f681 Mon Sep 17 00:00:00 2001 From: yieme Date: Tue, 12 Aug 2014 15:55:26 -0600 Subject: [PATCH] rename to freewill --- README.md | 49 +++++++++++++++++++------------------------------ 1 file changed, 19 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 536f933..fcc16f7 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,8 @@ -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: @@ -16,14 +10,14 @@ Yet another [bootstrap](http://getbootstrap.com) based theme for [Hexo](http://z - 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): @@ -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: @@ -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. @@ -102,7 +96,7 @@ widgets: rss: atom.xml favicon: favicon.png fancybox: true -google_analytics: +google_analytics: ``` * **slogan** - slogan display at the index page @@ -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 @@ -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 ## +