aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki.setup
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-07-02 15:19:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-07-02 15:19:24 -0300
commit8c56433b60fced08ab86d9da3f0ed35f0f188678 (patch)
treec6f6d8642b304ecb50def02c9d8e7814a619d0eb /ikiwiki.setup
parentb59246e27410d8d7b91133a13d04b38766b3413b (diff)
downloadblog-8c56433b60fced08ab86d9da3f0ed35f0f188678.tar.gz
blog-8c56433b60fced08ab86d9da3f0ed35f0f188678.tar.bz2
Ikiwiki config styling
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r--ikiwiki.setup58
1 files changed, 29 insertions, 29 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index 2f49574..4a63727 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -16,46 +16,46 @@ use IkiWiki::Setup::Standard {
url => "https://blog.fluxo.info",
cgiurl => "https://blog.fluxo.info/ikiwiki.cgi",
- # Git stuff.
- rcs => "git",
+ # Git stuff.
+ rcs => "git",
historyurl => "https://git.fluxo.info/blog/log/[[file]]",
diffurl => 'https://git.fluxo.info/bootless/commit/[[file]]?id=[[sha1_commit]]',
- # See https://ikiwiki.info/tips/laptop_wiki_with_git/
- gitorigin_branch => '',
-
- wrappers => [ ],
-
- # Default to generating rss feeds for pages with feeds?
- rss => 1,
- # Default to generating atom feeds for pages with feeds?
- #atom => 1,
- # Allow generating feeds even if not generated by default?
- #allowrss => 1,
- #allowatom => 1,
- # Urls to ping with XML-RPC when feeds are updated
- #pingurl => [qw{http://rpc.technorati.com/rpc/ping}],
- # Include discussion links on all pages?
- discussion => 0,
-
- # To exclude files matching a regexp from processing. This adds to
- # the default exclude list.
+ # See https://ikiwiki.info/tips/laptop_wiki_with_git/
+ gitorigin_branch => '',
+
+ wrappers => [ ],
+
+ # Default to generating rss feeds for pages with feeds?
+ rss => 1,
+ # Default to generating atom feeds for pages with feeds?
+ #atom => 1,
+ # Allow generating feeds even if not generated by default?
+ #allowrss => 1,
+ #allowatom => 1,
+ # Urls to ping with XML-RPC when feeds are updated
+ #pingurl => [qw{http://rpc.technorati.com/rpc/ping}],
+ # Include discussion links on all pages?
+ discussion => 0,
+
+ # To exclude files matching a regexp from processing. This adds to
+ # the default exclude list.
#
# Make sure to delete .ikiwiki/indexdb if you also change this, see
# https://ikiwiki.info/forum/Need_something_more_powerful_than_Exclude/
- exclude => qr/(www|drafts)/i,
+ exclude => qr/(www|drafts)/i,
# See https://ikiwiki.info/tips/htaccess_file/
include => '^\.htaccess$',
- # Time format (for strftime)
- #timeformat => '%c',
- # Locale to use. Must be a UTF-8 locale.
- #locale => 'en_US.UTF-8',
+ # Time format (for strftime)
+ #timeformat => '%c',
+ # Locale to use. Must be a UTF-8 locale.
+ #locale => 'en_US.UTF-8',
- # Uncomment to force ikiwiki to run with a particular umask.
- umask => 002,
+ # Uncomment to force ikiwiki to run with a particular umask.
+ umask => 002,
- # To add or disable plugins, list them here.
+ # To add or disable plugins, list them here.
add_plugins => [qw{goodstuff sidebar}],
disable_plugins => [qw{openid editpage}],
}