26 lines
521 B
TOML
26 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.43"
|
|
|
|
[author]
|
|
name = "Luiz F. A. de Prá"
|
|
homepage = "https://luizdepra.com"
|