README.md (view raw)
1# Vite
2A simple and mnml static site generator.
3
4## Usage
5```console
6$ vite.py new <project-path>
7```
8Write your Markdown files in `pages/` and
9```console
10$ vite.py build <project-path>
11```
12
13*OR*
14
15```console
16$ make.py # at the project directory
17```
18Rendered HTML will be in `build/`
19
20## TODO
21
22- [ ] Templating
23- [ ] CSS support
24- [ ] Implement a simple HTTP server (_later_)
25- [x] Add example site