all repos — py-vite @ 1116c8c979a3e75ad43b382ff43acb54fac07f36

the original vite, written in python

Add more TODO items

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Mon, 25 Mar 2019 18:00:55 +0530
commit

1116c8c979a3e75ad43b382ff43acb54fac07f36

parent

7ccf8d3d082d947e15e066c582f90bafb3fd0d43

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.md

@@ -108,4 +108,7 @@ - [x] Add example site

- [x] Basic config (`config.py`) - [x] Parsing frontmatter (JSON, YAML, TOML) for per-page options - [x] Better support for home page (main `index.html` page) +- [ ] More powerful frontmatter (title, date, draft status, etc.) +- [ ] Deeper directories under `pages/` (supports only one level now, breaks otherwise) +- [ ] Tagging system