Initial commit

This commit is contained in:
Renne Rocha 2020-05-19 22:25:48 -03:00
commit 1f637ed41e
33 changed files with 832 additions and 0 deletions

15
themes/er/theme.toml Normal file
View file

@ -0,0 +1,15 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Er"
license = "MIT"
licenselink = "https://github.com/lingxz/er/blob/master/LICENSE.md"
description = "A clean Hugo theme for blogging"
homepage = "http://github.com/lingxz/er"
tags = ["responsive", "white", "blog"]
features = ["responsive", "blog"]
min_version = "0.57.0"
[author]
name = "Lingyi Hu"
homepage = "https://theconfused.me"