From a4459d709f8930dcd16b77f0762119d940bc6fed Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 27 Feb 2015 19:33:19 +0100 Subject: Add config, and customize README. --- README | 30 ++++++++++++++++++++++-------- config/ikiwiki-admin.setup.in | 22 ++++++++++++++++++++++ config/ikiwiki.setup.in | 24 ++++++++++++++++++++++++ config/include.mk | 1 + 4 files changed, 69 insertions(+), 8 deletions(-) create mode 100644 config/ikiwiki-admin.setup.in create mode 100644 config/ikiwiki.setup.in create mode 100644 config/include.mk diff --git a/README b/README index 75c24b1..373d774 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) Use the stable release (Wheezy) of Debian . + 2) Run the following commands as superuser - i.e. "root": + + aptitude install git ikiwiki libtext-typography-perl + + +Use +--- + +Create the website with the following commands as normal(!) user: + + git clone --recursive git://source.redpill.dk/support + cd support + git clone --recursive git://source.redpill.dk/support/content make init - make + make -B -Result is then below build/ . +The final website is then located below build/ . - -- Jonas Smedegaard , 2011-01-30 + -- Jonas Smedegaard , 2015-02-27 diff --git a/config/ikiwiki-admin.setup.in b/config/ikiwiki-admin.setup.in new file mode 100644 index 0000000..6db4146 --- /dev/null +++ b/config/ikiwiki-admin.setup.in @@ -0,0 +1,22 @@ +# IkiWiki::Setup::Yaml - YAML formatted setup file +wikiname: RedpillSupport +adminemail: webmaster@redpill.dk +url: http://redpill.dk/ +cgiurl: http://redpill.dk/ikiwiki.cgi +add_plugins: +- httpauth +- search +- sidebar +- topbar +- farbar +- recentchanges +- copyright +- license +disable_plugins: +- passwordauth +- recentchanges +discussion: 0 +timeformat: '%c' +locale: en_US.UTF-8 +historyurl: http://source.redpill.dk/?p=jones/content.git;a=history;f=[[file]] +diffurl: http://source.redpill.dk/?p=jones/content.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]] diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in new file mode 100644 index 0000000..d220b44 --- /dev/null +++ b/config/ikiwiki.setup.in @@ -0,0 +1,24 @@ +# IkiWiki::Setup::Yaml - YAML formatted setup file +wikiname: RedpillSupport +adminemail: webmaster@redpill.dk +url: http://redpill.dk/ +cgiurl: http://redpill.dk/ikiwiki.cgi +add_plugins: +- search +- sidebar +- topbar +- farbar +- copyright +- license +disable_plugins: +- editpage +- passwordauth +- openid +- recentchanges +discussion: 0 +timeformat: '%c' +locale: en_US.UTF-8 +diffurl: http://source.redpill.dk/?p=jones/content.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]] +gitorigin_branch: '' +allowrss: 1 +allowatom: 1 diff --git a/config/include.mk b/config/include.mk new file mode 100644 index 0000000..59bbeba --- /dev/null +++ b/config/include.mk @@ -0,0 +1 @@ +IKIWIKI_UNDERLAYS += $(CURDIR)/underlay -- cgit v1.2.3