forked from ilot/ilot-io
setup: add language selector
This commit is contained in:
parent
1f83bf5569
commit
75f4f6b5d3
2 changed files with 14 additions and 4 deletions
|
@ -43,7 +43,7 @@ add_plugins:
|
||||||
- favicon
|
- favicon
|
||||||
- highlight
|
- highlight
|
||||||
- typography
|
- typography
|
||||||
- sidebar
|
- sidebar2
|
||||||
# plugins to disable
|
# plugins to disable
|
||||||
disable_plugins: []
|
disable_plugins: []
|
||||||
# additional directory to search for template files
|
# additional directory to search for template files
|
||||||
|
@ -51,7 +51,7 @@ templatedir: ./themes/ikiwiki-bootstrap-ilot/templates
|
||||||
#templatedir: /usr/share/ikiwiki/templates
|
#templatedir: /usr/share/ikiwiki/templates
|
||||||
# base wiki source location
|
# base wiki source location
|
||||||
#underlaydir: /usr/share/ikiwiki/basewiki
|
#underlaydir: /usr/share/ikiwiki/basewiki
|
||||||
#underlaydir: ./themes/ikiwiki-bootstrap-ilot/basewiki
|
underlaydir: ./themes/ikiwiki-bootstrap-ilot/basewiki
|
||||||
# display verbose messages?
|
# display verbose messages?
|
||||||
verbose: 1
|
verbose: 1
|
||||||
# log to syslog?
|
# log to syslog?
|
||||||
|
@ -89,7 +89,7 @@ hardlink: 0
|
||||||
# group for wrappers to run in
|
# group for wrappers to run in
|
||||||
#wrappergroup: ikiwiki
|
#wrappergroup: ikiwiki
|
||||||
# extra library and plugin directories
|
# extra library and plugin directories
|
||||||
#libdirs: [themes/ikistrap/lib/]
|
libdirs: [themes/ikiwiki-bootstrap-ilot/lib]
|
||||||
# extra library and plugin directory (searched after libdirs)
|
# extra library and plugin directory (searched after libdirs)
|
||||||
libdir: ''
|
libdir: ''
|
||||||
# environment variables
|
# environment variables
|
||||||
|
@ -391,3 +391,13 @@ recentchangesnum: 100
|
||||||
#tag_autocreate: 1
|
#tag_autocreate: 1
|
||||||
# commit autocreated tag pages
|
# commit autocreated tag pages
|
||||||
#tag_autocreate_commit: 1
|
#tag_autocreate_commit: 1
|
||||||
|
|
||||||
|
# sidebar2 plugin
|
||||||
|
# https://ikiwiki.info/plugins/contrib/sidebar2/
|
||||||
|
global_sidebars:
|
||||||
|
- sidebar
|
||||||
|
- sidebar
|
||||||
|
- "*"
|
||||||
|
- footer
|
||||||
|
- footer
|
||||||
|
- "*"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit ea1743843b473c1b0fc74f761e1403ada61f1ead
|
Subproject commit 1a818ae76353ea3ee83d44f80532ccc213fdcdbd
|
Loading…
Add table
Reference in a new issue