summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-02-27 14:17:05 +0100
committerJonas Smedegaard <dr@jones.dk>2015-02-27 14:17:05 +0100
commitd4b7081d0a61af1e2e1b4bb2376102e6a89841d5 (patch)
tree42ef19cc7e0e4192a6150c9918eebd06f0d19827
parentf111e49b9f4e862501b283b7c1b3d8a24c0ab4eb (diff)
Add config, and customize README.HEADmaster
-rw-r--r--README28
-rw-r--r--config/ikiwiki.setup.in17
2 files changed, 38 insertions, 7 deletions
diff --git a/README b/README
index 75c24b1..3107f05 100644
--- a/README
+++ b/README
@@ -1,14 +1,28 @@
-Ikiwiki build environment
-=========================
+Website http://bsg.biks.dk/
+===========================
-To quickly start working with content, this should suffice:
- git clone git://source.jones.dk/ikiwiki/site
- cd site
+Preparations
+------------
+
+ 1) Install the stable release (Wheezy) of Debian <http://www.debian.org/>
+ 2) Run the following commands as superuser - i.e. "root":
+
+ aptitude install ikiwiki git libtext-typography-perl
+
+
+Use
+---
+
+Create the website with the following commands as normal(!) user:
+
+ git clone --recursive git://source.couchdesign.dk/bsg
+ cd bsg
+ git clone --recursive git://source.couchdesign.dk/bsg/content
make init
make
-Result is then below build/ .
+The final website is then located below build/ .
- -- Jonas Smedegaard <dr@jones.dk>, 2011-01-30
+ -- Jonas Smedegaard <dr@jones.dk>, 2015-02-27
diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in
new file mode 100644
index 0000000..3cd53ed
--- /dev/null
+++ b/config/ikiwiki.setup.in
@@ -0,0 +1,17 @@
+# IkiWiki::Setup::Yaml - YAML formatted setup file
+wikiname: Blanksøgård
+adminemail: webmaster@bitbase.dk
+url: http://bsg.biks.dk/
+cgiurl: http://bsg.biks.dk/ikiwiki.cgi
+add_plugins:
+- httpauth
+- sidebar
+- table
+disable_plugins:
+- passwordauth
+- openid
+- search
+locale: da_DK.UTF-8
+timezone: Europe/Copenhagen
+historyurl: http://source.couchdesign.dk/?p=jones/content.git;a=history;f=[[file]]
+diffurl: http://source.couchdesign.dk/?p=jones/content.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]