diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-02-28 09:22:04 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-28 09:22:04 +0100 |
commit | 6926f8eaee921d7f53dddcc86f91a4a3f8f569ca (patch) | |
tree | 568eb48e9f75fbad856e928ee78afed92599bda7 | |
parent | 290891a33dfff0f0260a6d6798c0e2df28a34a4e (diff) |
Move styling to separate git.
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | config/ikiwiki-admin.setup.in | 1 | ||||
-rw-r--r-- | config/ikiwiki.setup.in | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -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 |