all repos — py-vite @ 857666d86920af28909d5ca3146b32bf5f38c1e6

the original vite, written in python

README.md (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
# Vite
A simple and mnml static site generator.

## Usage
```console
$ vite.py new <project-path>
$ cd <project-path>
```
Write your Markdown files in `pages/` and  
```console
$ make.py
```
Rendered HTML will be in `build/`

## TODO
[] Templating

[] CSS support