Path public to match ikiwiki
This commit is contained in:
parent
f5252a9f3e
commit
01939ab7c0
94 changed files with 6518 additions and 2087 deletions
|
@ -8,9 +8,9 @@
|
|||
# Remember to re-run ikiwiki --setup any time you edit this file.
|
||||
#
|
||||
# name of the wiki
|
||||
wikiname: Ayakael
|
||||
wikiname: ilot.io
|
||||
# contact email for wiki
|
||||
adminemail: dev@ayakael.net
|
||||
adminemail: support@ilot.io
|
||||
# users who are wiki admins
|
||||
adminuser: []
|
||||
# users who are banned from the wiki
|
||||
|
@ -20,7 +20,7 @@ srcdir: ./
|
|||
# where to build the wiki
|
||||
destdir: ./public
|
||||
# base url to the wiki
|
||||
url: https://ayakael.net
|
||||
url: https://ilot.io
|
||||
# url to the ikiwiki.cgi
|
||||
cgiurl: ''
|
||||
# do not adjust cgiurl if CGI is accessed via different URL
|
||||
|
@ -39,13 +39,12 @@ only_committed_changes: 0
|
|||
rcs: ''
|
||||
# plugins to add to the default configuration
|
||||
add_plugins:
|
||||
- html
|
||||
- goodstuff
|
||||
- favicon
|
||||
- sidebar2
|
||||
- highlight
|
||||
- typography
|
||||
- pagetemplate
|
||||
- html
|
||||
- sidebar2
|
||||
- po
|
||||
# plugins to disable
|
||||
disable_plugins:
|
||||
|
@ -54,8 +53,7 @@ disable_plugins:
|
|||
templatedir: ./templates
|
||||
#templatedir: /usr/share/ikiwiki/templates
|
||||
# base wiki source location
|
||||
underlaydir: /usr/share/ikiwiki/basewiki
|
||||
#underlaydir: ./base
|
||||
#underlaydir: /usr/share/ikiwiki/basewiki
|
||||
# display verbose messages?
|
||||
verbose: 1
|
||||
# log to syslog?
|
||||
|
@ -93,7 +91,7 @@ hardlink: 0
|
|||
# group for wrappers to run in
|
||||
#wrappergroup: ikiwiki
|
||||
# extra library and plugin directories
|
||||
libdirs: [./plugins]
|
||||
libdirs: [plugins]
|
||||
# extra library and plugin directory (searched after libdirs)
|
||||
libdir: ''
|
||||
# environment variables
|
||||
|
@ -101,9 +99,9 @@ ENV: {}
|
|||
# time zone name
|
||||
timezone: :/etc/localtime
|
||||
# regexp of normally excluded files to include
|
||||
include: ^(\.htaccess|.*/keys/.*.asc)$
|
||||
#include: ^\.htaccess$
|
||||
# regexp of files that should be skipped
|
||||
exclude: ^(tools/.*|lib/.*|public/.*)$
|
||||
exclude: ^(tools/.*|public/.*|plugins/.*)$
|
||||
# specifies the characters that are allowed in source filenames
|
||||
wiki_file_chars: -[:alnum:]+/.:_
|
||||
# allow symlinks in the path leading to the srcdir (potentially insecure)
|
||||
|
@ -287,7 +285,7 @@ pingurl: []
|
|||
|
||||
# theme plugin
|
||||
# name of theme to enable
|
||||
#theme: actiontabs
|
||||
#theme: night_city
|
||||
|
||||
# websetup plugin
|
||||
# list of plugins that cannot be enabled/disabled via the web interface
|
||||
|
@ -413,7 +411,7 @@ po_master_language: en|English
|
|||
po_slave_languages:
|
||||
- fr|Français
|
||||
# configures what pages are translatable
|
||||
po_translatable_pages: 'sidebar or footer or index or contact or recentchanges or shortcuts'
|
||||
po_translatable_pages: 'index or footer or platforms or sidebar or join or recentchanges or shortcuts'
|
||||
# used to decide how internal links should be generated, depending on web server features and site-specific preferences.
|
||||
po_link_to: current
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue