Files
hugo-coder-timeline/theme.toml
Luiz F. A. de Prá 934db8e964 Add SCSS via Asset Pipeline (#65)
* Remove old files

* Add SCSS pipeline

* Add generated files

* Fix navigation HTML

* Fix media queries

* Remove RTL

* Fix styling for big screens

* Remove separator configs

* Fix menu dropdown

* Add working mobile menu

* Fix menu item heights

* Update README
2018-08-21 16:26:15 -03:00

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