all repos — py-vite @ 9a043e9556f0cde2351d8d946f4c39a63195d4e8

the original vite, written in python

docs: basic usage
icyphox icyph0x@protonmail.com
Fri, 16 Mar 2018 10:47:58 +0530
commit

9a043e9556f0cde2351d8d946f4c39a63195d4e8

parent

2cf7d726d2d2ced1e931751dacd2ce2bcc3c46dd

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

jump to
M README.mdREADME.md

@@ -1,4 +1,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/` +