all repos — py-vite @ b3dc231750531c45f5b3398d90b62fa6b01a7bd1

the original vite, written in python

docs: add info regarding styling, update dir tree
Anirudh icyph0x@pm.me
Sun, 15 Apr 2018 18:11:42 +0530
commit

b3dc231750531c45f5b3398d90b62fa6b01a7bd1

parent

9818def00408c3397a880033cbd2f938aec47889

1 files changed, 4 insertions(+), 4 deletions(-)

jump to
M README.mdREADME.md

@@ -55,8 +55,10 @@

Templating ---------- -Vite uses Jinja2 templating. A basic example would be: +Vite uses Jinja2 templating. +**NOTE**: Stylesheets, images and JS can be accessed from the `static` folder. +A basic example would be: ```html <title> {{ title }} </title>

@@ -74,12 +76,10 @@ --------------

example ├── build - │   └── test_page1 - │   └── index.html ├── config.py ├── make.py -> /home/icyphox/code/vite/make.py ├── pages - │   └── test_page1.md + ├── static └── templates └── index.html