Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 700 Bytes

File metadata and controls

39 lines (25 loc) · 700 Bytes

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.sh

To preview the web site, use the following command:

$ ./_preview.sh

Create a page:

$ ./_newpage.sh

Template for a Markdown post(_scripts/templates/page.md):

# Post Title

- date: 2013-01-01 21:30
- tags: linux, tutorial
- category: tricks

-----------------------------

Post body...