Add README
This commit is contained in:
parent
41c80533cd
commit
940a33b51f
17
README.md
17
README.md
|
@ -1,3 +1,16 @@
|
|||
all: build
|
||||
# noah.is
|
||||
|
||||
build:
|
||||
* Everything in `templates/` is assumed to be a Jinja2 template.
|
||||
* Everything in `static/` is assumed to be a file to be taken literally.
|
||||
* Run `make build` to compile all the templates from `templates/` and copy
|
||||
all of the files from `static/` into a shared public root directory called
|
||||
`public/`
|
||||
* Upload `public/*` to your web server.
|
||||
|
||||
## Features
|
||||
|
||||
* Pretty path names (`templates/about.html` -> `public/about/index.html`)
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
|
|
Loading…
Reference in New Issue
Block a user