ikiwiki: Use --refresh
[noc.git] / doc / ikiwiki.setup
index b65d93a..e016673 100644 (file)
@@ -14,7 +14,7 @@ adminemail: noc@realraum.at
 # where the source of the wiki is located
 srcdir: .
 # where to build the wiki
-#destdir: ../../doc-dest
+destdir: dest/
 
 # base url to the wiki; keep empty for local builds (with relpaths)
 url: ''
@@ -64,3 +64,9 @@ numbacklinks: '10'
 
 # attempt to hardlink source files? (optimisation for large files)
 hardlink: '0'
+
+# Do not do foo/index.html
+usedirs: '0'
+
+# Do not try to compile dest/
+exclude: ^dest
\ No newline at end of file