refactoring page layouts

This commit is contained in:
Huy Tran 2018-01-24 16:42:50 +07:00
parent cf95cacd15
commit 88d2987fc2
20 changed files with 346 additions and 235 deletions

View file

@ -2,4 +2,7 @@
## Version 1.0
- Fork from [Hyde](https://github.com/spf13/hyde) and adapt to [Nate Finch's blog](https://npf.io)'s colors and fonts.
- Fork from [Hyde](https://github.com/spf13/hyde)
- Adapt to [Nate Finch's blog](https://npf.io)'s colors and fonts.
- Refactor `basedof.html` and corresponding pages `index.html`, `single.html`, `list.html`
- define blocks `content` and `footer` that will be fulfilled by each different type of layout.