aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki.setup
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-07-02 10:33:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-07-02 10:33:37 -0300
commit0c6497317e713df46fc5acf823837deaba23e9bb (patch)
tree8c738fba07fa35ef0a35365a56fb0270139826b6 /ikiwiki.setup
parentb4028f15147b2908fcd8fe825957d4cb2347b23e (diff)
downloaddocfesto-0c6497317e713df46fc5acf823837deaba23e9bb.tar.gz
docfesto-0c6497317e713df46fc5acf823837deaba23e9bb.tar.bz2
Initial content
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r--ikiwiki.setup14
1 files changed, 7 insertions, 7 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index 2740fa0..f903180 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -6,16 +6,16 @@
# Remember to re-run ikiwiki --setup any time you edit this file.
use IkiWiki::Setup::Standard {
- wikiname => "Hello World!",
- adminuser => ["user", ],
- adminemail => 'user@example.org',
+ wikiname => "Docfesto",
+ adminuser => ["docfesto", ],
+ adminemail => 'docfesto@sarava.org',
# Be sure to customise these..
srcdir => ".",
destdir => "www",
- url => "https://user.example.org",
- cgiurl => "https://user.example.org/ikiwiki.cgi",
+ url => "https://docfesto.sarava.org",
+ cgiurl => "https://docfesto.sarava.org/ikiwiki.cgi",
#templatedir => "/usr/share/ikiwiki/templates",
#underlaydir => "/usr/share/ikiwiki/basewiki",
@@ -28,8 +28,8 @@ use IkiWiki::Setup::Standard {
# Git stuff.
rcs => "git",
- historyurl => "https://git.example.org/?p=user.git;a=history;f=[[file]]",
- diffurl => "https://git.example.org/?p=user.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
+ historyurl => "https://git.sarava.org/?p=docfesto.git;a=history;f=[[file]]",
+ diffurl => "https://git.sarava.org/?p=docfesto.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
#gitorigin_branch => "origin",
#gitmaster_branch => "master",
# See https://ikiwiki.info/tips/laptop_wiki_with_git/