1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-10-18 12:34:17 +02:00
hugo-theme-bootstrap4-blog/theme.toml
Alan Orth 5797675dbd
All checks were successful
continuous-integration/drone/push Build is passing
theme.toml: Add demo link
As of 2021-07-01 the Hugo Themes showcase is no longer building our
themes so we need to include a link to a demo.
2021-07-09 22:36:07 +03:00

20 lines
620 B
TOML

name = "Hugo Bootstrap v4 Blog"
license = "CC-BY-3.0"
licenselink = "https://github.com/alanorth/hugo-theme-bootstrap4-blog/blob/master/LICENSE.txt"
description = "A simple Hugo theme based on the Bootstrap v4 blog example."
homepage = "https://github.com/alanorth/hugo-theme-bootstrap4-blog"
demosite = "https://picturingjordan.com"
tags = ["bootstrap", "blog", "font awesome"]
features = ["responsive", "blog"]
min_version = 0.55
[author]
name = "Alan Orth"
homepage = "https://picturingjordan.com"
[original]
author = "mdo"
homepage = "https://v4-alpha.getbootstrap.com/examples/blog/"
# vim: ts=2 sw=2 et