Fix jekyll
This commit is contained in:
parent
c8fc42833f
commit
837e777b5e
28
jekyll.md
28
jekyll.md
|
@ -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/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue