Rename to heckweasel.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# Project Layout #
|
||||
|
||||
It is recommended that in general your project for PixyWerk2 site be layed out like:
|
||||
It is recommended that in general your project for Heckweasel site be layed out like:
|
||||
```
|
||||
project_top/
|
||||
Makefile - Convenient for building your site
|
||||
@ -21,7 +21,7 @@ site. Something as simple as:
|
||||
|
||||
```
|
||||
build: src/templates/* src/*
|
||||
python -mpixywerk2 src publish
|
||||
python -mheckweasel src publish
|
||||
```
|
||||
|
||||
## src/ ##
|
||||
@ -68,4 +68,4 @@ A simple default.jinja2 example:
|
||||
|
||||
## publish/ ##
|
||||
|
||||
This is arbitrary, and will be created by pixywerk at build time, but it will be the root path that should be published to your web server.
|
||||
This is arbitrary, and will be created by heckweasel at build time, but it will be the root path that should be published to your web server.
|
||||
|
Reference in New Issue
Block a user