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:
parent
0a6d29adef
commit
e1b3cb1ea8
14
README.md
14
README.md
|
@ -19,12 +19,16 @@ ptouch.pl uses the following modules:
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
You'll need to create the following directories:
|
Make an initial directory with the following structure:
|
||||||
|
|
||||||
* posts/
|
* site_dir/
|
||||||
* pages/ - Templated pages
|
* posts/
|
||||||
* assets/ - Static assets
|
* pages/ - Templated pages
|
||||||
* templates/ - Templates you can call with `include_tmpl`
|
* 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
|
To make a new post, create a file with the following format in the
|
||||||
posts/ folder:
|
posts/ folder:
|
||||||
|
|
Loading…
Reference in a new issue