From 6394ff152339c78e75dfb61e566141ba6094d51e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 5 Jun 2021 17:59:01 +0300 Subject: README: update --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'README.md') 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 ------- -- cgit v1.2.3