mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
29 lines
609 B
TOML
29 lines
609 B
TOML
name = "Coder-Timeline"
|
|
license = "MIT"
|
|
licenselink = "https://github.com/13hannes11/hugo-coder-timeline/blob/master/LICENSE.md"
|
|
description = "An extenison for the theme Coder simple and clean blog theme for Hugo"
|
|
homepage = "https://github.com/13hannes11/hugo-coder-timeline/"
|
|
tags = [
|
|
"blog",
|
|
"minimal",
|
|
"minimalist",
|
|
"responsive",
|
|
"simple",
|
|
"clean",
|
|
"personal"
|
|
]
|
|
features = [
|
|
"analytics",
|
|
"favicon",
|
|
"multilingual",
|
|
"pagination",
|
|
"single-column",
|
|
"syntax-highlighting"
|
|
]
|
|
min_version = "0.79.0"
|
|
|
|
[author]
|
|
name = "Hannes Kuchelmeister"
|
|
homepage = "https://hanneskuchelmeister.de"
|
|
|