10 This is Galaxy's blog.
12 Since the contents mean more than the cover, thus no time spent on this cover.
16 * [My Doctuments](/galaxy-doc/)
20 {% for post in site.posts limit:12 %}
21 <li><span>{{ post.date | date_to_string }}</span> » <a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a> <em>Posted on {{ post.date | date_to_long_string }}.</em></li>
24 <a href="archive.html"><span class="grey">...SEE ALL</span></a>
30 * [本地镜像](/etc/Markdown-Syntax-CN/)
33 git subtree add --prefix=etc/Markdown-Syntax-CN https://gitcafe.com/riku/Markdown-Syntax-CN.git master
34 git subtree pull --prefix=etc/Markdown-Syntax-CN https://gitcafe.com/Pause_J/Markdown-Syntax-CN.git master
37 * [繁体中文版 Markdown 語法說明中文版](https://github.com/othree/markdown-syntax-zhtw/blob/master/syntax.md)
39 * [英文原版](http://daringfireball.net/projects/markdown/syntax), 及其[源代码](http://daringfireball.net/projects/markdown/syntax.text)
41 * GitHub 官方Markdown指南 [Mastering Markdown](https://guides.github.com/features/mastering-markdown/#examples)
43 https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown
47 * [本地镜像](/etc/jstree/jstree.html)
49 ## Old programming tips
51 Read [Jekyll Quick Start](http://jekyllbootstrap.com/usage/jekyll-quick-start.html)
53 Complete usage and documentation available at: [Jekyll Bootstrap](http://jekyllbootstrap.com)
55 ### Writing instructions
57 1. `rake post title="English title used for slug" tags="Tags, divided by, Comma"`
58 2. Edit prompted file and set `title` to proper *Chinese* ones for ***real display***.
59 3. `git add ./_posts/2013-05-03-that-post.md` or `rm` it to cancel.
63 * `![](/assets/images/2015/1ofPlaned.jpg)`
64 * `<font color="navy">注:</font>`
66 ### Update Author Attributes
68 In `_config.yml` remember to specify your own data:
74 email : blah@email.test
78 The theme should reference these variables whenever needed.
82 This blog contains sample posts which help stage pages and blog data.
83 When you don't need the samples anymore just delete the `_posts/core-samples` folder.
85 $ rm -rf _posts/core-samples
87 Here's a sample "posts list".
90 {% for post in site.posts %}
91 <li><span>{{ post.date | date_to_string }}</span> » <a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a></li>
97 This theme is still unfinished. If you'd like to be added as a contributor, [please fork](http://github.com/plusjade/jekyll-bootstrap)!
98 We need to clean up the themes, make theme usage guides with theme-specific markup examples.