Rename to heckweasel.

This commit is contained in:
2023-04-18 17:31:25 -07:00
parent 727b2b9309
commit f448a1f1ee
148 changed files with 28 additions and 1573 deletions

View File

@ -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.