docs: add info regarding styling, update dir tree
Anirudh icyph0x@pm.me
Sun, 15 Apr 2018 18:11:42 +0530
1 files changed,
4 insertions(+),
4 deletions(-)
jump to
M
README.md
→
README.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