diff --git a/README.md b/README.md index 90e1950..3661938 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/scripts/build.pl b/build.pl similarity index 100% rename from scripts/build.pl rename to build.pl diff --git a/scripts/ptouch.pl b/ptouch.pl similarity index 100% rename from scripts/ptouch.pl rename to ptouch.pl