aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCache Saravento <cache@sarava.org>2015-08-07 14:01:28 -0300
committerCache Saravento <cache@sarava.org>2015-08-07 14:01:28 -0300
commitbb49d7bd92fdf15207a110da9b1512895de8335a (patch)
treece6da695c82ddf8b80ca1bf7006f7b18f26c11b8
parent348a2c2a949b3048f430a2a9681838dd38a14f77 (diff)
downloadcache-bb49d7bd92fdf15207a110da9b1512895de8335a.tar.gz
cache-bb49d7bd92fdf15207a110da9b1512895de8335a.tar.bz2
Custom ikiwiki config
-rw-r--r--ikiwiki.setup24
1 files changed, 12 insertions, 12 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index 2740fa0..7a6700a 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -6,30 +6,30 @@
# 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 => "Cache Saravento",
+ adminuser => ["cache", ],
+ adminemail => 'cache@sarava.org',
# Be sure to customise these..
srcdir => ".",
- destdir => "www",
+ destdir => ".",
- url => "https://user.example.org",
- cgiurl => "https://user.example.org/ikiwiki.cgi",
+ url => "https://user.sarava.org",
+ cgiurl => "https://user.sarava.org/ikiwiki.cgi",
#templatedir => "/usr/share/ikiwiki/templates",
#underlaydir => "/usr/share/ikiwiki/basewiki",
# Subversion stuff.
#rcs => "svn",
- #historyurl => "http://svn.example.org/trunk/[[file]]",
- #diffurl => "http://svn.example.org/trunk/[[file]]?root=wiki&amp;r1=[[r1]]&amp;r2=[[r2]]",
+ #historyurl => "http://svn.sarava.org/trunk/[[file]]",
+ #diffurl => "http://svn.sarava.org/trunk/[[file]]?root=wiki&amp;r1=[[r1]]&amp;r2=[[r2]]",
#svnrepo => "/svn/wiki",
#svnpath => "trunk",
# 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=cache.git;a=history;f=[[file]]",
+ diffurl => "https://git.sarava.org/?p=cache.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/
@@ -110,7 +110,7 @@ use IkiWiki::Setup::Standard {
# To exclude files matching a regexp from processing. This adds to
# the default exclude list.
#exclude => qr/\.wav$/,
- exclude => qr/www/,
+ exclude => qr/data/,
# To change the extension used for generated html files.
#htmlext => 'htm',
# Time format (for strftime)
@@ -212,5 +212,5 @@ use IkiWiki::Setup::Standard {
#po_slave_languages => [ 'pt|Portuguese' ],
# See http://ikiwiki.info/plugins/rsync/
- #rsync_command => 'rsync -qa --delete . user@host:/path/to/docroot/',
+ #rsync_command => 'rsync -qa --delete . cache:/var/cache/sites/cache/',
}