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
|
||||
- highlight
|
||||
- typography
|
||||
- sidebar
|
||||
- sidebar2
|
||||
# plugins to disable
|
||||
disable_plugins: []
|
||||
# additional directory to search for template files
|
||||
|
@ -51,7 +51,7 @@ templatedir: ./themes/ikiwiki-bootstrap-ilot/templates
|
|||
#templatedir: /usr/share/ikiwiki/templates
|
||||
# base wiki source location
|
||||
#underlaydir: /usr/share/ikiwiki/basewiki
|
||||
#underlaydir: ./themes/ikiwiki-bootstrap-ilot/basewiki
|
||||
underlaydir: ./themes/ikiwiki-bootstrap-ilot/basewiki
|
||||
# display verbose messages?
|
||||
verbose: 1
|
||||
# log to syslog?
|
||||
|
@ -89,7 +89,7 @@ hardlink: 0
|
|||
# group for wrappers to run in
|
||||
#wrappergroup: ikiwiki
|
||||
# extra library and plugin directories
|
||||
#libdirs: [themes/ikistrap/lib/]
|
||||
libdirs: [themes/ikiwiki-bootstrap-ilot/lib]
|
||||
# extra library and plugin directory (searched after libdirs)
|
||||
libdir: ''
|
||||
# environment variables
|
||||
|
@ -391,3 +391,13 @@ recentchangesnum: 100
|
|||
#tag_autocreate: 1
|
||||
# commit autocreated tag pages
|
||||
#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