You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

2 lines
20 KiB

[{"title":"Questions and Answers","url":"/hexo-theme-wixo/Docs/qna/","content":"\n{% label Q danger %} What does `Freemind` stands for?\n\n{% label A success %} `Freemind` is named after [Pluskid's blog](http://freemind.pluskid.org/). This theme is greatly inspired by his blog layouts and stylesheets.\n\n{% label Q danger %} There're already so many themes for Hexo. Why create this one?\n\n{% label A success %} 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.\n\n<!-- more -->\n\n{% label Q danger %} Why use raw CSS stylesheets instead of more fashionable stylus?\n\n{% label A success %} Yes, stylus is cool. But I don't want to wrote my stylesheets again in stylus. So let's just keep them.\n\n{% label Q danger %} I love your theme. How to contribute?\n\n{% label A success %} Great that you love it. To devote your contribution, you can:\n\n* Star its [Github project](https://github.com/wzpan/hexo-theme-freemind);\n* Fork this project, make your change, and then send me your pull request;\n* Since it is public under MIT license, you can make your own theme based on mine. But it will be nicer if you claimed that your work is based on mine in your theme project page.\n\n{% label Q danger %} [Your blog](http://hahack.com) looks a little different to this theme. Why such difference?\n\n{% label A success %} Yes. I modified the theme a little bit as I open sourced this theme. I actually did some simplification *e.g.* I removed the whole [Wiki](http://hahack.com/wiki) page because I don't think that everybody need this.\n\n{% label Q danger %} How to generate ToC(Table of Contents) in a certain page?\n\n{% label A success %} Add `toc: true` in the [front-matter](https://github.com/wzpan/hexo-theme-freemind#front-matter).\n\n{% label Q danger %} Where can I find your markdown source files of these docs?\n\n{% label A success %} In the [source](https://github.com/wzpan/hexo-theme-freemind/tree/source) branch.\n","tags":["Q&A"],"categories":["Docs"]},{"title":"Questions and Answers(中文)","url":"/hexo-theme-wixo/Docs/qna-cn/","content":"\n{% label Q danger %} `Freemind` 这名字有何含义?\n\n{% label A success %} `Freemind` 命名出自 [Pluskid](http://freemind.pluskid.org/) 的博客。这个主题很大程度借鉴了他的博客的布局和样式。\n\n{% label Q danger %} 现在都有这么多 Hexo 的主题了,为啥又要写一个?\n\n{% label A success %} 实际上我这个主题在我使用 Hexo 前已经创建了。我在半年前将博客迁移到 Hexo ,因为我已经习惯了原来的主题,所以顺便把主题也移植了过来。\n\n<!-- more -->\n\n{% label Q danger %} 为啥还用 CSS 写样式,而不用更高端大气的 stylus ?\n\n{% label A success %} 嗯,stylus 的确很酷。不过我不想再把以前的样式重写成 stylus 了。所以暂时先保留原来的 CSS。\n\n{% label Q danger %} 你的博客不错用,如何贡献?\n\n{% label A success %} 有人喜欢我的东西我就很高兴咯。如果想做出贡献,你可以:\n\n* 为本主题的 [Github 项目](https://github.com/wzpan/hexo-theme-freemind) 加颗星;\n* Fork 这个项目,尽情DIY,然后给我发 pull request;\n* 这个项目遵循 MIT 开源协议,你可以在本主题基础上创建你的主题。不过如果你能在你的主题页面中声明主题基于 Freemind 就再好不过了。\n\n{% label Q danger %} [你自己的博客](http://hahack.com) 看起来跟这个主题有点不一样呀,为什么?\n\n{% label A success %} 是的。我在开源这个主题前做了些简化。不是所有人都需要我的博客里的一些特性,比如 [Wiki](http://hahack.com/wiki) 页面。\n\n{% label Q danger %} 如何指定某些页面生成 ToC(Table of Contents) ?\n\n{% label A success %} 在[文章头部](https://github.com/wzpan/hexo-theme-freemind#front-matter)添加 `toc: true` 。\n\n{% label Q danger %} 从哪里可以找到你的这几篇文档的 Markdown 源码?\n\n{% label A success %} 在项目的 [source](https://github.com/wzpan/hexo-theme-freemind/tree/source) 分支。\n","tags":["Q&A"],"categories":["Docs"]},{"title":"Tag Plugins","url":"/hexo-theme-wixo/Docs/tag-plugins/","content":"\nThe freemind theme offers several new tag plugins, so as to fully take advantages of Bootstrap.\n\nTo use these tag plugins, you need to install [hexo-tag-bootstrap](https://github.com/wzpan/hexo-tag-bootstrap) first. In your blog root folder, execute the following command:\n\n```\n$ npm install hexo-tag-bootstrap --save\n```\n\nThen you can use these tag plugins in your blog, as easily as you normally do using hexo tag plugins. \n\n<!-- more -->\n\n## Text Color ##\n\nConvey meaning through color with a handful of emphasis utility classes. These may also be applied to links and will darken on hover just like our default link styles.\n\n### Syntax ###\n\n```\n{% textcolor [style] %}\n text string\n{% endtextcolor %}\n```\n\n### Examples ###\n\n```\n{% textcolor muted %}\nFusce dapibus, tellus ac cursus commodo, tortor mauris nibh.\n{% endtextcolor %}\n\n{% textcolor primary %}\nNullam id dolor id nibh ultricies vehicula ut id elit.\n{% endtextcolor %}\n\n{% textcolor success %}\nDuis mollis, est non commodo luctus, nisi erat porttitor ligula.\n{% endtextcolor %}\n\n{% textcolor info %}\nMaecenas sed diam eget risus varius blandit sit amet non magna.\n{% endtextcolor %}\n\n{% textcolor warning %}\nEtiam porta sem malesuada magna mollis euismod.\n{% endtextcolor %}\n\n{% textcolor danger %}\nDonec ullamcorper nulla non metus auctor fringilla.\n{% endtextcolor %}\n```\n\n### Results ###\n\n{% textcolor muted %}Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.{% endtextcolor %}\n\n{% textcolor primary %}Nullam id dolor id nibh ultricies vehicula ut id elit.{% endtextcolor %}\n\n{% textcolor success %}Duis mollis, est non commodo luctus, nisi erat porttitor ligula.{% endtextcolor %}\n\n{% textcolor info %}Maecenas sed diam eget risus varius blandit sit amet non magna.{% endtextcolor %}\n\n{% textcolor warning %}Etiam porta sem malesuada magna mollis euismod.{% endtextcolor %}\n\n{% textcolor danger %}Donec ullamcorper nulla non metus auctor fringilla.{% endtextcolor %}\n\n## Buttons ##\n\nInserts a button with target links, text and specified color.\n\n### Syntax ###\n\n```\n{% btn url text [style] %}\n```\n\n### Examples ###\n\n```\n{% btn http://hahack.com hahack %}\n\n{% btn http://hahack.com hahack primary %}\n\n{% btn http://hahack.com hahack success %}\n\n{% btn http://hahack.com hahack warning %}\n\n{% btn http://hahack.com hahack danger %}\n\n{% btn http://hahack.com hahack info %}\n```\n\n### Results ###\n\n{% btn http://hahack.com hahack %}\n\n{% btn http://hahack.com hahack primary %}\n\n{% btn http://hahack.com hahack success %}\n\n{% btn http://hahack.com hahack warning %}\n\n{% btn http://hahack.com hahack danger %}\n\n{% btn http://hahack.com hahack info %}\n\n## Labels ##\n\nInserts a label with text and specified color.\n\n### Syntax ###\n\n```\n{% label text [style] %}\n```\n\n### Examples ###\n\n```\n{% label default %}\n\n{% label warinng warning %}\n\n{% label success success %}\n\n{% label danger danger %}\n\n{% label primary primary %}\n\n{% label info info %}\n```\n\n### Results ###\n\n{% label default %}\n\n{% label warinng warning %}\n\n{% label success success %}\n\n{% label danger danger %}\n\n{% label primary primary %}\n\n{% label info info %}\n\n## Badges ##\n\nInserts a badge with text.\n\n\n### Syntax ###\n\n```\n{% badge text %}\n```\n\n### Examples ###\n\n```\n{% badge 42 %}\n```\n\n### Results ###\n\n{% badge 42 %}\n\n## Alerts ##\n\nInserts alert messages with text and specified color.\n\n### Syntax ###\n\n```\n{% alert [style] %}\n Alert string\n{% endalert %}\n```\n\n### Examples ###\n\n```\n{% alert warning %}\nBest check yo self, you're not looking too good.\n{% endalert %}\n\n{% alert danger %}\nChange a few things up and try submitting again.\n{% endalert %}\n\n{% alert success %}\nYou successfully read this important alert message.\n{% endalert %}\n\n{% alert info %}\nThis alert needs your attention, but it's not super important.\n{% endalert %}\n```\n\n### Results ###\n\n{% alert warning %}\nBest check yo self, you're not looking too good.\n{% endalert %}\n\n{% alert danger %}\nChange a few things up and try submitting again.\n{% endalert %}\n\n{% alert success %}\nYou successfully read this important alert message.\n{% endalert %}\n\n{% alert info %}\nThis alert needs your attention, but it's not super important.\n{% endalert %}\n\n","tags":["plugins"],"categories":["Docs"]},{"title":"Tag Plugins(中文)","url":"/hexo-theme-wixo/Docs/tag-plugins-cn/","content":"\nFreemind 主题提供了丰富的 tag plugins,以充分利用 Bootstrap 的威力。\n\n在使用这些 tag plugins 之前,你需要先安装 [hexo-tag-bootstrap](https://github.com/wzpan/hexo-tag-bootstrap) 。在你的 Hexo 博客目录,执行下列命令:\n\n```\n$ npm install hexo-tag-bootstrap --save\n```\n\n然后就可以像使用其他 hexo tag plugins 一样使用这些 Bootstrap tag plugins 了。\n\n<!-- more -->\n\n## 文本颜色 ##\n\n插入一段文本,并用特殊的颜色高亮它。\n\n### 语法 ###\n\n```\n{% textcolor [style] %}\n text string\n{% endtextcolor %}\n```\n\n### 示例 ###\n\n```\n{% textcolor muted %}\nFusce dapibus, tellus ac cursus commodo, tortor mauris nibh.\n{% endtextcolor %}\n\n{% textcolor primary %}\nNullam id dolor id nibh ultricies vehicula ut id elit.\n{% endtextcolor %}\n\n{% textcolor success %}\nDuis mollis, est non commodo luctus, nisi erat porttitor ligula.\n{% endtextcolor %}\n\n{% textcolor info %}\nMaecenas sed diam eget risus varius blandit sit amet non magna.\n{% endtextcolor %}\n\n{% textcolor warning %}\nEtiam porta sem malesuada magna mollis euismod.\n{% endtextcolor %}\n\n{% textcolor danger %}\nDonec ullamcorper nulla non metus auctor fringilla.\n{% endtextcolor %}\n```\n\n### 结果 ###\n\n{% textcolor muted %}Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.{% endtextcolor %}\n\n{% textcolor primary %}Nullam id dolor id nibh ultricies vehicula ut id elit.{% endtextcolor %}\n\n{% textcolor success %}Duis mollis, est non commodo luctus, nisi erat porttitor ligula.{% endtextcolor %}\n\n{% textcolor info %}Maecenas sed diam eget risus varius blandit sit amet non magna.{% endtextcolor %}\n\n{% textcolor warning %}Etiam porta sem malesuada magna mollis euismod.{% endtextcolor %}\n\n{% textcolor danger %}Donec ullamcorper nulla non metus auctor fringilla.{% endtextcolor %}\n\n## 按钮(Buttons) ##\n\n插入一个按钮,按钮可以带有链接、文本,并可以指定样式。\n\n### 语法 ###\n\n```\n{% btn url text [style] %}\n```\n\n### 示例 ###\n\n```\n{% btn http://hahack.com hahack %}\n\n{% btn http://hahack.com hahack primary %}\n\n{% btn http://hahack.com hahack success %}\n\n{% btn http://hahack.com hahack warning %}\n\n{% btn http://hahack.com hahack danger %}\n\n{% btn http://hahack.com hahack info %}\n```\n\n### 结果 ###\n\n{% btn http://hahack.com hahack %}\n\n{% btn http://hahack.com hahack primary %}\n\n{% btn http://hahack.com hahack success %}\n\n{% btn http://hahack.com hahack warning %}\n\n{% btn http://hahack.com hahack danger %}\n\n{% btn http://hahack.com hahack info %}\n\n## 标签(Labels) ##\n\n插入一个标签,并为其指定文本和样式。\n\n### 语法 ###\n\n```\n{% label text [style] %}\n```\n\n### 示例 ###\n\n```\n{% label default %}\n\n{% label warinng warning %}\n\n{% label success success %}\n\n{% label danger danger %}\n\n{% label primary primary %}\n\n{% label info info %}\n```\n\n### 结果 ###\n\n{% label default %}\n\n{% label warinng warning %}\n\n{% label success success %}\n\n{% label danger danger %}\n\n{% label primary primary %}\n\n{% label info info %}\n\n## 徽章(Badges) ##\n\n插入一个徽章,并为其指定文本。\n\n### 语法 ###\n\n```\n{% badge text %}\n```\n\n### 示例 ###\n\n```\n{% badge 42 %}\n```\n\n### 结果 ###\n\n{% badge 42 %}\n\n## 警报(Alerts) ##\n\n插入一段警报文本信息,并为其指定样式。\n\n### 语法 ###\n\n```\n{% alert [style] %}\n Alert string\n{% endalert %}\n```\n\n### 示例 ###\n\n```\n{% alert warning %}\nBest check yo self, you're not looking too good.\n{% endalert %}\n\n{% alert danger %}\nChange a few things up and try submitting again.\n{% endalert %}\n\n{% alert success %}\nYou successfully read this important alert message.\n{% endalert %}\n\n{% alert info %}\nThis alert needs your attention, but it's not super important.\n{% endalert %}\n```\n\n### 结果 ###\n\n{% alert warning %}\nBest check yo self, you're not looking too good.\n{% endalert %}\n\n{% alert danger %}\nChange a few things up and try submitting again.\n{% endalert %}\n\n{% alert success %}\nYou successfully read this important alert message.\n{% endalert %}\n\n{% alert info %}\nThis alert needs your attention, but it's not super important.\n{% endalert %}\n\n","tags":["plugins"],"categories":["Docs"]},{"title":"Lorem Ipsum","url":"/hexo-theme-wixo/Test/lorem-ipsum/","content":"\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n![Lorem Ipsum](/hexo-theme-freemind/images/lorem-ipsum/lorem-ipsum.jpg)\n\n<!-- more -->\n\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi \"consequatur\"? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\n","tags":["English"],"categories":["Test"]},{"title":"繁體中文測試","url":"/hexo-theme-wixo/Test/traditional-chinese-test/","content":"\n觀自在菩薩,行深般若波羅蜜多時,照見五蘊皆空,度一切苦厄。\n\n舍利子,色不異空,空不異色;色即是空,空即是色。受、想、行、識,亦復如是。\n\n舍利子,是諸法空相,不生不滅,不垢不淨,不增不減,是故空中無色,無受、想、行、識;無眼、耳、鼻、舌、身、意;無色、聲、香、味、觸、法;無眼界,乃至無意識界;無無明,亦無無明盡;乃至無老死,亦無老死盡。無苦、集、滅、道,無智亦無得,以無所得故。\n\n菩提薩埵(`duǒ`),依般若波羅蜜多故,心無罣礙(`guà ài`)。無罣礙,故無有恐怖,遠離顛倒夢想,究竟涅槃。三世諸佛,依般若波羅蜜多故,得阿耨多羅三藐三菩提。<!-- more -->\n\n故知般若波羅蜜多,是大神咒,是大明咒,是無上咒,是無等等咒,能除一切苦,真實不虛。\n\n故說般若波羅蜜多咒,即說咒曰:\n\n> 揭諦、揭諦,波羅揭諦,波羅僧揭諦,菩提薩婆訶。\n","tags":["繁體"],"categories":["Test"]},{"title":"简体中文测试","url":"/hexo-theme-wixo/Test/simplified-chinese-test/","content":"\n观自在菩萨,行深般若波罗蜜多时,照见五蕴皆空,度一切苦厄。\n\n舍利子,色不异空,空不异色;色即是空,空即是色。受、想、行、识,亦复如是。\n\n舍利子,是诸法空相,不生不灭,不垢不净,不增不减,是故空中无色,无受、想、行、识;无眼、耳、鼻、舌、身、意;无色、声、香、味、触、法;无眼界,乃至无意识界;无无明,亦无无明尽;乃至无老死,亦无老死尽。无苦、集、灭、道,无智亦无得,以无所得故。\n\n菩提萨埵(`duǒ`),依般若波罗蜜多故,心无罣碍(`guà ài`)。无罣碍,故无有恐怖,远离颠倒梦想,究竟涅盘。三世诸佛,依般若波罗蜜多故,得阿耨多罗三藐三菩提。<!-- more -->\n\n故知般若波罗蜜多,大神咒,是大明咒,是无上咒,是无等等咒,能除一切苦,真实不虚。\n\n故说般若波罗蜜多咒, 即说咒曰,\n\n> 揭谛揭谛 波罗揭谛 波罗僧揭谛 菩提萨婆诃\n","tags":["简体"],"categories":["Test"]},{"url":"/hexo-theme-wixo/404.html","content":"\n<!DOCTYPE HTML>\n<html>\n<head>\n <meta charset=\"utf-8\">\n \n <title>Tag Plugins(中文) | Wixo</title>\n <meta name=\"author\" content=\"Joseph Pan\">\n \n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">\n\n <meta property=\"og:title\" content=\"Tag Plugins(中文)\"/>\n <meta property=\"og:site_name\" content=\"Wixo\"/>\n\n \n <meta property=\"og:image\" content=\"undefined\"/>\n \n\n \n <link rel=\"alternative\" href=\"/hexo-theme-wixo/atom.xml\" title=\"Wixo\" type=\"application/atom+xml\">\n \n \n <link href=\"/hexo-theme-wixo/favicon.png\" rel=\"icon\">\n \n \n <link rel=\"stylesheet\" href=\"/hexo-theme-wixo/css/bootstrap.min.css\" media=\"screen\" type=\"text/css\">\n <link rel=\"stylesheet\" href=\"/hexo-theme-wixo/css/font-awesome.css\" media=\"screen\" type=\"text/css\">\n <link rel=\"stylesheet\" href=\"/hexo-theme-wixo/css/style.css\" media=\"screen\" type=\"text/css\">\n <link rel=\"stylesheet\" href=\"/hexo-theme-wixo/css/highlight.css\" media=\"screen\" type=\"text/css\">\n <link rel=\"stylesheet\" href=\"/hexo-theme-wixo/css/google-fonts.css\" media=\"screen\" type=\"text/css\">\n <link rel=\"stylesheet\" href=\"/hexo-theme-wixo/css/responsive.css\" media=\"screen\" type=\"text/css\"> \n <link rel=\"stylesheet\" href=\"/hexo-theme-wixo/css/sidenav.css\" media=\"screen\" type=\"text/css\"> \n <!--[if lt IE 9]><script src=\"//html5shiv.googlecode.com/svn/trunk/html5.js\"></script><![endif]-->\n\n <script src=\"/hexo-theme-wixo/js/jquery-2.0.3.min.js\"></script>\n\n <!-- analytics -->\n \n\n</head>\n\n<body id=\"body\" data-spy=\"scroll\" data-target=\".toc\">\n <div class=\"container\" id=\"container\">\n\t<div class=\"content\">\n\t <div class=\"page-header\">\n <h1><a class=\"brand\" href=\"/hexo-theme-wixo/\">Wixo</a><span class=\"split\"></span><span class=\"title\">OMG, failed to find this article! </span><span class=\"date\" id=\"title-date\">\n </div>\n\n <div class=\"row-fluid page\">\n\t\t<div style=\"text-align: center\">\n\t\t\t<div class=\"spell-img\">\n\t\t\t <img src=\"/hexo-theme-wixo/images/404.png\" style=\"display: block; margin: 15px auto; height: auto\"></img>\n\t\t\t</div>\n\t\t\t<input type=\"text\" id=\"local-search-input\" name=\"q\" results=\"0\" placeholder=\"Don't worry, search articles here!\" class=\"st-search-input st-default-search-input form-control\" style=\"margin-bottom:1em\"/>\n\t\t</div>\n\t\t<div id=\"local-search-result\"></div>\n\t </div>\n </div>\n <div class=\"container-narrow\">\n\t <footer> <p>\n\t\t &copy; 2014 Joseph Pan\n\t\t \n\t\t with help from <a href=\"http://zespia.tw/hexo/\" target=\"_blank\">Hexo</a> and <a href=\"http://getbootstrap.com/\" target=\"_blank\">Twitter Bootstrap</a>. Theme by <a href=\"http://github.com/wzpan/hexo-theme-wixo/\">Wixo</a>.\t\t \n\t </p> </footer> \n </div>\n <script src=\"/hexo-theme-wixo/js/bootstrap.min.js\"></script>\n\t<script src=\"/hexo-theme-wixo/js/search.js\"></script> \n\t<script type=\"text/javascript\"> \n var path = \"/hexo-theme-wixo/search.xml\";\n searchFunc(path, 'local-search-input', 'local-search-result');\n </script>\n\n</body>\t\t\n</html>\n\n"},{"title":"Categories","url":"/hexo-theme-wixo/categories/index.html"},{"title":"About","url":"/hexo-theme-wixo/about/index.html","content":"\nSomething about me. ;-)\n"},{"title":"Tags","url":"/hexo-theme-wixo/tags/index.html"}]