Move to ikiwiki-bootstrap-ilot theme
This commit is contained in:
parent
2ad452d10a
commit
40ae00b4b4
4 changed files with 18 additions and 9 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
||||||
[submodule "themes/ikistrap"]
|
|
||||||
path = themes/ikistrap
|
|
||||||
url = https://github.com/gsliepen/ikistrap.git
|
|
|
@ -41,18 +41,19 @@ rcs: ''
|
||||||
add_plugins:
|
add_plugins:
|
||||||
- goodstuff
|
- goodstuff
|
||||||
- favicon
|
- favicon
|
||||||
- sidebar
|
- sidebar2
|
||||||
- highlight
|
- highlight
|
||||||
- typography
|
- typography
|
||||||
- ikistrap
|
- html
|
||||||
# plugins to disable
|
# plugins to disable
|
||||||
disable_plugins: []
|
disable_plugins: []
|
||||||
|
- htmlscrubber
|
||||||
# additional directory to search for template files
|
# additional directory to search for template files
|
||||||
templatedir: ./themes/ikistrap/templates
|
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/ikistrap/basewiki
|
underlaydir: ./themes/ikiwiki-bootstrap-ilot/basewiki
|
||||||
# display verbose messages?
|
# display verbose messages?
|
||||||
verbose: 1
|
verbose: 1
|
||||||
# log to syslog?
|
# log to syslog?
|
||||||
|
@ -90,7 +91,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: []
|
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
|
||||||
|
@ -392,3 +393,14 @@ 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 +0,0 @@
|
||||||
Subproject commit 16bcffa6ed030c62d8a6d0c5b25db6f5ae45999c
|
|
1
themes/ikiwiki-bootstrap-ilot
Submodule
1
themes/ikiwiki-bootstrap-ilot
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6402d610d79e2db1afe56c9d3f825a1023ba529d
|
Loading…
Reference in a new issue