diff options
| author | Paul Buetow <paul@buetow.org> | 2011-01-27 22:10:51 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-01-27 22:10:51 +0000 |
| commit | 2d354eff98ccfc013b3421564087d8cfb6201425 (patch) | |
| tree | 5fd86a54c2e5ec04cbc77d836088a52971add331 /awksite.conf | |
initial import from svn.buetow.org/repos/awksitev0.2
Diffstat (limited to 'awksite.conf')
| -rw-r--r-- | awksite.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/awksite.conf b/awksite.conf new file mode 100644 index 0000000..f35e3d9 --- /dev/null +++ b/awksite.conf @@ -0,0 +1,14 @@ +# AWK Site configuration file +# +# AWK Site is Copyright by Paul C. Buetow (2005, 2006) +# http://awksite.buetow.org +# +# The syntax is very easy: Use.. +# key=value to make %%key%% being replaced by value in the template +# key=!command to make %%key%% being replaced by the output of the sh command + +template=template.html +title=Title of the website +subtitle=Subtitle of the website +date=!date +uptime=!uptime |
