sites

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

commit 0a25f39fbf3db6e86feb84b1a01512c8ccc2863f
parent 184754708a89f6cd454cbb688f221f0b479dc74b
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed, 17 Oct 2018 18:47:28 +0200

test

Diffstat:
Mbuild-page | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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