Alan Orth 450aa912f0
All checks were successful
continuous-integration/drone/push Build is passing
Revert "Use Roboto for body text"
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
2020-12-12 18:33:43 +02:00
2020-12-08 10:21:50 +02:00
2020-11-30 15:44:06 +02:00
2020-12-10 12:34:56 +02:00
2020-12-07 13:19:12 +02:00
2020-11-30 13:30:22 +02:00
2020-11-30 13:30:22 +02:00
2020-12-07 21:31:39 +02:00
2020-12-07 21:31:39 +02:00
2020-12-09 21:35:36 +02:00
2020-12-07 14:21:26 +02:00

Hugo Bootstrap v5 Blog Build Status

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

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
No description provided
Readme 1.3 MiB
Languages
HTML 82.7%
CSS 16%
JavaScript 1.3%