all repos — py-vite @ 9a043e9556f0cde2351d8d946f4c39a63195d4e8

the original vite, written in python

README.md (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
# Vite
A simple and mnml static site generator.

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