From 6926f8eaee921d7f53dddcc86f91a4a3f8f569ca Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 28 Feb 2015 09:22:04 +0100 Subject: Move styling to separate git. --- README | 1 + config/ikiwiki-admin.setup.in | 1 + config/ikiwiki.setup.in | 1 + 3 files changed, 3 insertions(+) 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 -- cgit v1.2.3