This web site is powered by the amazing static content generator liquidluck
In convention, all the posts are written down and organized under the below path:
_content/ - for root level html pages
_content/<year>/ - for posts
To generate site content, use the follow command:
$ ./_gen_site.shTo preview the web site, use the following command:
$ ./_preview.shCreate a page:
$ ./_newpage.shTemplate for a Markdown post(_scripts/templates/page.md):
# Post Title
- date: 2013-01-01 21:30
- tags: linux, tutorial
- category: tricks
-----------------------------
Post body...