Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
blog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rhatto
blog
Commits
0fc63aa1
Commit
0fc63aa1
authored
8 years ago
by
rhatto
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup ikiwiki config
parent
bd9c870b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ikiwiki.setup
+15
-30
15 additions, 30 deletions
ikiwiki.setup
with
15 additions
and
30 deletions
ikiwiki.setup
+
15
−
30
View file @
0fc63aa1
#!/usr/bin/perl
# Configuration file for ikiwiki.
# Passing this to ikiwiki --setup will make ikiwiki generate wrappers and
# build the wiki.
#
# Remember to re-run ikiwiki --setup any time you edit this file.
use
IkiWiki::Setup::
Standard
{
wikiname
=>
"
cypherprank machine
",
adminuser
=>
["
rhatto
",
],
# Basic
wikiname
=>
"
cypherprank machine
",
adminuser
=>
["
rhatto
",
],
adminemail
=>
'
rhatto@riseup.net
',
srcdir
=>
"
.
",
destdir
=>
"
www
",
url
=>
"
https://blog.fluxo.info
",
cgiurl
=>
"
https://blog.fluxo.info/ikiwiki.cgi
",
srcdir
=>
"
.
",
destdir
=>
"
www
",
url
=>
"
https://blog.fluxo.info
",
cgiurl
=>
"
https://blog.fluxo.info/ikiwiki.cgi
",
# Git stuff.
rcs
=>
"
git
",
historyurl
=>
"
https://git.fluxo.info/blog/log/[[file]]
",
diffurl
=>
'
https://git.fluxo.info/blog/commit/[[file]]?id=[[sha1_commit]]
',
# Git stuff
# See https://ikiwiki.info/tips/laptop_wiki_with_git/
rcs
=>
"
git
",
historyurl
=>
"
https://git.fluxo.info/blog/log/[[file]]
",
diffurl
=>
'
https://git.fluxo.info/blog/commit/[[file]]?id=[[sha1_commit]]
',
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?
# Misc
wrappers
=>
[
],
rss
=>
1
,
discussion
=>
0
,
# To exclude files matching a regexp from processing. This adds to
...
...
@@ -56,6 +41,6 @@ use IkiWiki::Setup::Standard {
umask
=>
002
,
# To add or disable plugins, list them here.
add_plugins
=>
[
qw{goodstuff sidebar}
],
add_plugins
=>
[
qw{goodstuff sidebar}
],
disable_plugins
=>
[
qw{openid editpage}
],
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment