divzeroweb

2f30.org website
git clone git://git.2f30.org/divzeroweb
Log | Files | Refs | README | LICENSE

commit 51ac94898da9c159ef39ab6aaea6423896e8d946
parent 9268db5901bad17e7a311c3675e15b66de0d9e64
Author: lostd <lostd@2f30.org>
Date:   Wed, 19 Feb 2014 20:28:28 +0200

Finish my thoughts on variables and config

Diffstat:
MREADME | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -1,4 +1,5 @@ -This is a simplistic website generator that consists of: +This is a simplistic website generator created for the www.2f30.org +website. It consists of: * Makefile * config.sh @@ -7,4 +8,6 @@ This is a simplistic website generator that consists of: The `Makefile` includes implicit rules for markdown and html source content files. The `config.sh` script acts as a preprocessor for a set -of global names, such as the `${}` +of global names, such as the `${BASE}` variable, which is useful for +writing absolute paths. With just doing `make` you obtain a static +website and you can see it using your browser on the filesystem.