Files
hugo-coder-timeline/theme.toml
Luiz F. A. de Prá 7ec46861e3 Merge go modules (#543)
* Add support for using as a Hugo module (#534)

* Add support for using as a Hugo module

Fixes #502

* Don't need/want the theme directory with modules

* Fix go.{mod,sum} files

* Set go version and hugo version everywhere

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>

* Remove hugo mod from exampleSite and Netlify build

* Bump hugo version

* Move env vars inside netlify.toml

Co-authored-by: Edward Muller <edward_muller@icloud.com>
2021-03-25 14:23:50 -03:00

28 lines
537 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",
"multilingual",
"pagination",
"single-column",
"syntax-highlighting"
]
min_version = "0.77.0"
[author]
name = "Luiz F. A. de Prá"
homepage = "https://luizdepra.com"