Update theme.toml
This commit is contained in:
23
theme.toml
23
theme.toml
@@ -1,21 +1,12 @@
|
|||||||
# theme.toml template for a Hugo theme
|
name = "aether"
|
||||||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
||||||
|
|
||||||
name = "Aether"
|
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
|
licenselink = "https://github.com/josephhutch/aether/blob/master/LICENSE.md"
|
||||||
description = ""
|
description = "aether is a blog theme that emphasizes motion, material, and depth as design elements to highlight the content of your site"
|
||||||
homepage = "http://example.com/"
|
homepage = "https://github.com/josephhutch/aether"
|
||||||
tags = []
|
tags = ["Blog", "Responsive", "Minimal", "Clean", "Material Design", "Highlight.js"]
|
||||||
features = []
|
features = []
|
||||||
min_version = "0.26"
|
min_version = "0.26"
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = ""
|
name = "Joe Hutchinson"
|
||||||
homepage = ""
|
homepage = "https://www.joehutch.com"
|
||||||
|
|
||||||
# If porting an existing theme
|
|
||||||
[original]
|
|
||||||
name = ""
|
|
||||||
homepage = ""
|
|
||||||
repo = ""
|
|
||||||
|
|||||||
Reference in New Issue
Block a user