commit 9a7403a8e855b33d9b34630550e92e06448a23bb
Author: Hiltjo Posthuma <[email protected]>
Date:   Wed Oct 17 18:20:58 2018 +0200

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

diff --git a/build-page b/build-page
index d36bb5be..4f702b9a 100755
--- 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 ##


Reply via email to