Commit Graph

15 Commits

Author SHA1 Message Date
Alan Orth e312bc4106
source/scss/bootstrap.scss: Update version comment
It's confusing to know you've updated the Bootstrap version and see
a different one when looking at generated CSS.
2021-02-12 20:36:24 +02:00
Alan Orth c9b3c5ba38
source/scss/bootstrap.scss: Trim more unused imports
continuous-integration/drone/push Build is passing Details
2020-12-31 09:08:06 +02:00
Alan Orth 66a3f02d69
source/scss/bootstrap.scss: Remove unused imports
This reduces the size of the shipped style.min.css by ~55KiB. I can
probably remove more once I look closer at what we are using.
2020-12-28 12:31:20 +02:00
Alan Orth f5b4eb4499
source/scss/bootstrap.scss: Fix header version
Not critical, but can be annoying when you are looking at the CSS
and it shows an older version than you expect.
2020-12-28 12:12:39 +02:00
Alan Orth 450aa912f0
Revert "Use Roboto for body text"
continuous-integration/drone/push Build is passing Details
This reverts commit bd97c3eb3b.

It turns out that this is actually an issue with the native font
stack in Bootstrap v5. Roboto is still in the font stack, but they
added `system-ui` to the beginning of the list and there is some
issue or inconsistency with the system-ui behavior on Linux.

See: https://github.com/twbs/bootstrap/issues/32447
2020-12-12 18:33:43 +02:00
Alan Orth bd97c3eb3b
Use Roboto for body text
continuous-integration/drone/push Build is passing Details
This is what the native font stack in Bootstrap v4 was using and I
think it looks better than Cantarell in Bootstrap v5 on Linux.
2020-12-12 00:12:46 +02:00
Alan Orth 28ffe4f78e
Add vanilla blog theme
continuous-integration/drone/push Build is passing Details
I forgot to add it to git earlier.

See: https://getbootstrap.com/docs/5.0/examples/blog/blog.css
2020-12-10 10:34:43 +02:00
Alan Orth 0ac220d453
source/scss: Import vanilla blog.css from Bootstrap example
I want to keep a vanilla version of theirs separate from my local
modifications.
2020-12-08 14:18:16 +02:00
Alan Orth af205f7d0b
Remove Playfair 900 weight
It is not used anywhere.
2020-12-08 10:18:44 +02:00
Alan Orth 96f8ac99f4
Use Playfair font with Latin, Latin Extended, and Cyrillic 2020-12-07 22:33:06 +02:00
Alan Orth c0690a1983
Fix blog post images escaping their parents 2020-12-07 16:26:30 +02:00
Alan Orth f670020674
Commit basic working example 2020-12-07 14:13:09 +02:00
Alan Orth af77e2230f
source/scss/main.scss: Adjust featured card height
250 only looks good if you have short titles and descriptions. For
now I will bump this up to 300 and adjust the images in the feature
blocks as well.
2020-12-01 11:21:00 +02:00
Alan Orth e9918a1c30
source/scss/main.scss: Don't style links in headers
We want links in headers to be bold and dark instead of having the
normal blue hyperlink color.
2020-11-30 15:07:25 +02:00
Alan Orth 647fc929a8
Initial commit
Barely working port of the "snarky" (their words) new Bootstrap Blog
example that was introduced with Bootstrap v4.0.0, but as it exists
in Bootstrap v5 alpha 3 currently. This example replaced the classic
blog example that had been a part of Bootstrap for several years and
was replaced after v4 alpha.

The Hugo theme logic here comes from my existing "Hugo Bootstrap v4
Blog" theme.

See: https://github.com/alanorth/hugo-theme-bootstrap4-blog/
See: https://v5.getbootstrap.com/docs/5.0/examples/blog/
2020-11-30 13:30:22 +02:00