Fix jekyll

This commit is contained in:
Rico Sta. Cruz 2015-03-07 07:48:28 +08:00
parent c8fc42833f
commit 837e777b5e
1 changed files with 14 additions and 14 deletions

View File

@ -13,26 +13,26 @@ jekyll_escape: true
./
├── _config.yml
  
├── _data/
   │   └── ...
  
└── ...
├── _drafts/
   │   └── ...
  
└── ...
├── _posts/
   │   └── 2014-01-01-hello.md
  
└── 2014-01-01-hello.md
├── _layouts/
   │   ├── default.html
   │   └── post.html
  
├── default.html
└── post.html
├── _includes/ - partials
   │   ├── header.html
   │   └── footer.html
  
├── header.html
└── footer.html
└── _site/
      └── ...
└── ...
## [Front-matter](http://jekyllrb.com/docs/frontmatter/)