mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-16 09:17:03 +01:00
663f3db2a0
* Add Vim modeline comments to all relevent template files. * Add Vim modeline comments to a few other files. * Move modeline comments inside the template definitions in list and single. For some odd reason, putting them outside breaks the page generation. * Use template comments for modeline comments in templates. * Fix form 2 modelines.
19 lines
566 B
TOML
19 lines
566 B
TOML
name = "Hugo Bootstrap v4 Blog"
|
|
license = "GPL-3.0"
|
|
licenselink = "https://github.com/alanorth/hugo-theme-bootstrap4/blob/master/LICENSE.txt"
|
|
description = "A simple Hugo theme based on the Bootstrap v4 blog example."
|
|
homepage = "https://github.com/alanorth/hugo-theme-bootstrap4"
|
|
tags = ["bootstrap", "blog", "fontawesome"]
|
|
features = ["responsive", "blog"]
|
|
min_version = 0.17
|
|
|
|
[author]
|
|
name = "Alan Orth"
|
|
homepage = "https://englishbulgaria.net"
|
|
|
|
[original]
|
|
author = "mdo"
|
|
homepage = "https://v4-alpha.getbootstrap.com/examples/blog/"
|
|
|
|
# vim: ts=2 sw=2 et
|