mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
* Add rss.xml to layouts/_default * Add myself to CONTRIBUTORS.md * Bump hugo version to fix rendering of RSS feed * Use minimum working version of hugo * Set base version to 0.57.0 Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
27 lines
521 B
TOML
27 lines
521 B
TOML
name = "Coder"
|
|
license = "MIT"
|
|
licenselink = "https://github.com/luizdepra/hugo-coder/blob/master/LICENSE.md"
|
|
description = "A simple and clean blog theme for Hugo"
|
|
homepage = "https://github.com/luizdepra/hugo-coder/"
|
|
tags = [
|
|
"blog",
|
|
"minimal",
|
|
"minimalist",
|
|
"responsive",
|
|
"simple",
|
|
"clean",
|
|
"personal"
|
|
]
|
|
features = [
|
|
"analytics",
|
|
"favicon",
|
|
"pagination",
|
|
"single-column",
|
|
"syntax-highlighting"
|
|
]
|
|
min_version = "0.57"
|
|
|
|
[author]
|
|
name = "Luiz F. A. de Prá"
|
|
homepage = "https://luizdepra.com"
|