diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,7 @@ */.sass-cache/ /build/ /content/ +/underlay/ /styling/ /forms/ /config/ikiwiki*.setup @@ -19,6 +19,7 @@ Create the website with the following commands as normal(!) user: git clone git://source.redpill.dk/support cd support git clone git://source.redpill.dk/support/content + git clone git://source.redpill.dk/support/underlay make init make -B |