all repos — py-vite @ bdca9d502e5a8d9396165836bdbe66f3590c3a82

the original vite, written in python

docs: syntax highlighting
icyphox icyph0x@protonmail.com
Fri, 16 Mar 2018 10:50:48 +0530
commit

bdca9d502e5a8d9396165836bdbe66f3590c3a82

parent

9a043e9556f0cde2351d8d946f4c39a63195d4e8

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

jump to
M README.mdREADME.md

@@ -2,10 +2,14 @@ # Vite

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