Alan Orth
647fc929a8
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/
19 lines
579 B
TOML
19 lines
579 B
TOML
name = "Hugo Bootstrap v5 Blog"
|
|
license = "CC-BY-3.0"
|
|
licenselink = "https://github.com/alanorth/hugo-theme-bootstrap5-blog/blob/master/LICENSE.txt"
|
|
description = "An elegant and classy Hugo theme based on the Bootstrap v5 blog example."
|
|
homepage = "https://github.com/alanorth/hugo-theme-bootstrap4-blog"
|
|
tags = ["bootstrap", "blog"]
|
|
features = ["responsive", "blog"]
|
|
min_version = 0.55
|
|
|
|
[author]
|
|
name = "Alan Orth"
|
|
homepage = "https://picturingjordan.com"
|
|
|
|
[original]
|
|
author = "mdo"
|
|
homepage = "https://v5.getbootstrap.com/docs/5.0/examples/blog/"
|
|
|
|
# vim: ts=2 sw=2 et
|