mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 08:43:40 +00:00
22 lines
767 B
TOML
22 lines
767 B
TOML
# theme.toml template for a Hugo theme
|
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
|
|
name = "Elvin"
|
|
license = "MIT"
|
|
licenselink = "https://github.com/ehlxr/hugo-theme-ehlxr/blob/master/LICENSE.md"
|
|
description = "A responsive and simple theme for Hugo"
|
|
homepage = "https://github.com/ehlxr/hugo-theme-ehlxr"
|
|
tags = ["responsive", "blog", "simple", "clean", "highlight.js", "syntax highlighting"]
|
|
features = ["responsive", "blog", "simple", "clean", "highlight.js", "syntax highlighting"]
|
|
min_version = "0.0.1"
|
|
|
|
[author]
|
|
name = "Ehlxr"
|
|
homepage = "https://github.com/ehlxr"
|
|
|
|
# If porting an existing theme
|
|
[original]
|
|
name = "hugo-theme-even"
|
|
homepage = "https://github.com/olOwOlo"
|
|
repo = "https://github.com/olOwOlo/hugo-theme-even"
|