aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-13 20:38:46 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-13 20:49:09 +0200
commit17c547ba79566cdee194655abbc22e350e352486 (patch)
treee1cb35501612b4014b16c8a871b626856932c4dd /README.md
parentMakefile: move the prelude to prelude.mk (diff)
downloadjekyll-theme-17c547ba79566cdee194655abbc22e350e352486.tar.gz
jekyll-theme-17c547ba79566cdee194655abbc22e350e352486.zip
add DEVELOPMENT.md
Diffstat (limited to '')
-rw-r--r--README.md14
1 files changed, 1 insertions, 13 deletions
diff --git a/README.md b/README.md
index c4fa63f..a69a655 100644
--- a/README.md
+++ b/README.md
@@ -276,19 +276,7 @@ like this is painfully hard to get right for me.
Development
-----------
-### Bootstrap theme
-
-At one point I decided to bundle a modified version of Bootstrap 3.4 with the
-theme.
-One thing I found annoying about the unmodified Bootstrap is the small font
-size & the insanely large headers.
-I used the [customization tool] with a [custom config] to download a modified
-Boost version and included it in the assets/bootstrap directory.
-
-[customization tool]: https://getbootstrap.com/docs/3.4/customize/
-[custom config]: assets/bootstrap/config.json
-
-TODO: port the theme to Bootstrap 4/5/whatever?
+See [DEVELOPMENT.md](DEVELOPMENT.md).
License
-------