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 ├── _config.yml
  
├── _data/ ├── _data/
   │   └── ... └── ...
  
├── _drafts/ ├── _drafts/
   │   └── ... └── ...
  
├── _posts/ ├── _posts/
   │   └── 2014-01-01-hello.md └── 2014-01-01-hello.md
  
├── _layouts/ ├── _layouts/
   │   ├── default.html ├── default.html
   │   └── post.html └── post.html
  
├── _includes/ - partials ├── _includes/ - partials
   │   ├── header.html ├── header.html
   │   └── footer.html └── footer.html
  
└── _site/ └── _site/
      └── ... └── ...
## [Front-matter](http://jekyllrb.com/docs/frontmatter/) ## [Front-matter](http://jekyllrb.com/docs/frontmatter/)