aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-04-03 17:06:52 -0400
committerJoey Hess <joeyh@joeyh.name>2016-04-03 17:06:52 -0400
commitd165ebccd3a7b0dbb1770656cf51140fa0d2971b (patch)
treed29410741e4e6a57edabcd025028542460a072f6
parent85b49d50a04a638a1e28fb12460384a96eeeaf03 (diff)
downloadikiwiki-d165ebccd3a7b0dbb1770656cf51140fa0d2971b.tar
ikiwiki-d165ebccd3a7b0dbb1770656cf51140fa0d2971b.tar.gz
todo
-rw-r--r--doc/todo/merge_bootstrap_branch.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/todo/merge_bootstrap_branch.mdwn b/doc/todo/merge_bootstrap_branch.mdwn
new file mode 100644
index 000000000..a928e1475
--- /dev/null
+++ b/doc/todo/merge_bootstrap_branch.mdwn
@@ -0,0 +1,16 @@
+I've prepared a bootstrap branch based on
+<https://github.com/gsliepen/ikistrap>.
+
+Main impediment to merging it is jquery; bootstrap probably needs
+a newer version than the 1.6.2 included in ikiwiki and upgrading
+it would need testing the parts of ikiwiki that use jquery.
+
+It also needs to include bootstrap 4 in ikiwiki, rather than pulling
+it from the CDN, probably. Although depending on a debian package
+would be nicer, if bootstrap 4 got packaged in Debian.
+
+Note that the template changes are not entirely optimial, but I
+did them in a way that makes the diff pretty clear that nothing changes
+except when the bootstrap theme is enabled.
+
+--[[Joey]]