sites

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

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

test2

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>/)