sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 9a7403a8e855b33d9b34630550e92e06448a23bb
parent 9fdda7a295444c61deec6dd13ac0b7796a5402b0
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed, 17 Oct 2018 18:20:58 +0200

build-page: small fix to test git post-receive hook

Diffstat:
Mbuild-page | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build-page b/build-page @@ -1,10 +1,10 @@ #!/bin/sh -e # Given a directory name, generate a static page out of: -# - ./**/index.md - the markdown files -# - ./title - the title of the website +# - ./**/index.md - the markdown files. +# - ./title - the title of the website. # - ./domains - file with one domain per line (corresponding to ./<domain>/) -# - ./*/title - one file per subdirectory with the subtitle +# - ./*/title - one file per subdirectory with the subtitle. ## setup ##