{templates,basewiki/lib}/*: move from themes submodule
This commit is contained in:
parent
51198daa7d
commit
f3f9e2ddbf
22 changed files with 1556 additions and 14 deletions
|
@ -50,11 +50,11 @@ add_plugins:
|
|||
disable_plugins:
|
||||
- htmlscrubber
|
||||
# additional directory to search for template files
|
||||
templatedir: ./themes/ikiwiki-bootstrap-ilot/templates
|
||||
templatedir: ./templates
|
||||
#templatedir: /usr/share/ikiwiki/templates
|
||||
# base wiki source location
|
||||
#underlaydir: /usr/share/ikiwiki/basewiki
|
||||
underlaydir: ./themes/ikiwiki-bootstrap-ilot/basewiki
|
||||
underlaydir: ./basewiki
|
||||
# display verbose messages?
|
||||
verbose: 1
|
||||
# log to syslog?
|
||||
|
@ -92,7 +92,7 @@ hardlink: 0
|
|||
# group for wrappers to run in
|
||||
#wrappergroup: ikiwiki
|
||||
# extra library and plugin directories
|
||||
libdirs: [themes/ikiwiki-bootstrap-ilot/lib]
|
||||
libdirs: [lib]
|
||||
# extra library and plugin directory (searched after libdirs)
|
||||
libdir: ''
|
||||
# environment variables
|
||||
|
@ -412,7 +412,7 @@ po_master_language: en|English
|
|||
po_slave_languages:
|
||||
- fr|Français
|
||||
# configures what pages are translatable
|
||||
po_translatable_pages: 'index or footer or platforms or sidebar'
|
||||
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