summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README1
-rw-r--r--config/ikiwiki-admin.setup.in1
-rw-r--r--config/ikiwiki.setup.in1
3 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index a4bb87a..b716a5a 100644
--- a/README
+++ b/README
@@ -20,6 +20,7 @@ Create the website with the following commands as normal(!) user:
cd support
git clone git://source.redpill.dk/support/content
git clone git://source.redpill.dk/support/underlay
+ git clone git://source.couchdesign.dk/redpill/styling
make init
make -B
diff --git a/config/ikiwiki-admin.setup.in b/config/ikiwiki-admin.setup.in
index 63369bf..343c226 100644
--- a/config/ikiwiki-admin.setup.in
+++ b/config/ikiwiki-admin.setup.in
@@ -14,6 +14,7 @@ add_plugins:
- license
disable_plugins:
- passwordauth
+- theme
discussion: 0
timeformat: '%c'
locale: en_US.UTF-8
diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in
index d220b44..344c150 100644
--- a/config/ikiwiki.setup.in
+++ b/config/ikiwiki.setup.in
@@ -15,6 +15,7 @@ disable_plugins:
- passwordauth
- openid
- recentchanges
+- theme
discussion: 0
timeformat: '%c'
locale: en_US.UTF-8