README: Change structure a bit

These scripts will need to be moved to a scripts/ directory anyway, so
might as well have it be a submodule of another repository.
This commit is contained in:
snow flurry 2022-03-04 19:02:24 -08:00
parent 0a6d29adef
commit e1b3cb1ea8
3 changed files with 9 additions and 5 deletions

View file

@ -19,12 +19,16 @@ ptouch.pl uses the following modules:
## How to use
You'll need to create the following directories:
Make an initial directory with the following structure:
* posts/
* pages/ - Templated pages
* assets/ - Static assets
* templates/ - Templates you can call with `include_tmpl`
* site_dir/
* posts/
* pages/ - Templated pages
* assets/ - Static assets
* templates/ - Templates you can call with `include_tmpl`
Either clone this repository to site_dir/scripts/, or add this
repository as a git submodule.
To make a new post, create a file with the following format in the
posts/ folder: