Alan Orth
450aa912f0
Revert "Use Roboto for body text"
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit bd97c3eb3b63a93065e52b77842a0adaf21e3da8. 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
Hugo Bootstrap v5 Blog
A simple but opinionated Hugo theme geared towards blog-style content. Based on the "snarky" (their words) Bootstrap v5 blog example that originally debuted in Bootstrap 4's final release.
Features
- Responsive design
- Supports automatic generation of
<img>
srcsets for images in page bundles using a [new figure shortcode]https://cpbotha.net/2020/05/02/drop-in-replacement-for-hugo-figure-shortcode-with-responsive-img-srcset/) (falls back to default Hugo behavior of looking up images in the static directory)
Building (For Developers)
This theme uses the Bootstrap framework. A static version of this is already included, but if you want to bump the version, tweak the style, etc, you'll need to rebuild the assets. Make sure you have NodeJS >= v10 installed, and then run the following from inside the theme's directory:
$ npm install
$ npm run dist
License
This repository contains SASS and HTML code from the Bootstrap project, which is licensed under the MIT and CC BY 3.0 licenses, and the Playfair Display font, which is licensed under the SIL Open Font License, 1.1.
Description
Languages
HTML
82.7%
CSS
16%
JavaScript
1.3%