aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-05 17:59:01 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-05 18:00:51 +0300
commit6394ff152339c78e75dfb61e566141ba6094d51e (patch)
tree556a6c80f1dfa21da16bec1100da2b29f0e6ebf9 /README.md
parentbundle modified Bootstrap 3 (diff)
downloadjekyll-theme-6394ff152339c78e75dfb61e566141ba6094d51e.tar.gz
jekyll-theme-6394ff152339c78e75dfb61e566141ba6094d51e.zip
README: update
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6eb8a76..2fc45de 100644
--- a/README.md
+++ b/README.md
@@ -147,7 +147,7 @@ History
This theme wasn't built from the ground up, it's a product of concurrent
evolution of my three Jekyll projects.
-At one moment I got sick of the code duplication, so I just cloned the most
+At one point I got sick of the code duplication, so I just cloned the most
feature-reached project into this repository (tagged `from_jekyll_project`),
and removed everything that wasn't theme-related.
Then I made some minor tweaks to make it work with the other two projects, and
@@ -160,6 +160,21 @@ history.
2. Heavily rewriting repository history using `git filter-branch` or something
like this is painfully hard to get right for me.
+Development
+-----------
+
+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?
+
License
-------