port to gitlab.

This commit is contained in:
Dave G
2018-07-16 21:46:31 -04:00
commit 2c3ba62ee1
231 changed files with 11557 additions and 0 deletions

21
themes/custom/theme.toml Normal file
View File

@@ -0,0 +1,21 @@
# 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"