Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/meibenny/elephants.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Mei <meibenny@gmail.com>2018-01-02 07:15:36 +0300
committerBenny Mei <meibenny@gmail.com>2018-01-02 07:15:36 +0300
commit2bbc8345e77a8e62b7a10397aab8dad3dbacaf38 (patch)
tree933edbad2a9f5cc146058bac9d7d9fd39f98e422
parente8b09fed345edfd908f9b3c80728c2a6ae9ea317 (diff)
meet hugo theme requirements
-rw-r--r--README.md9
-rw-r--r--theme.toml9
2 files changed, 11 insertions, 7 deletions
diff --git a/README.md b/README.md
index 4731608..f38ab43 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,15 @@
A minimal Hugo theme using the Ubuntu font.
+## Features
+* No JavaScript
+* High Contrast
+
## Installation
In the folder of your Hugo site, run:
```
git submodule add https://gitlab.com/meibenny/elephants.git themes/elephants
-``` \ No newline at end of file
+```
+
+## License
+Released under the MIT License \ No newline at end of file
diff --git a/theme.toml b/theme.toml
index 4e9735e..1e10eaf 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,15 +1,12 @@
-# theme.toml template for a Hugo theme
-# See https://github.com/gohugoio/hugoThemes#themetoml for an example
-
name = "Elephants"
license = "MIT"
licenselink = "https://github.com/meibenny/elephants/blob/master/LICENSE.md"
description = "Minimal theme using the Ubuntu font."
homepage = "https://gitlab.com/meibenny/elephants"
-tags = []
-features = []
+tags = ["blog"]
+features = ["blog"]
min_version = "0.30.2"
[author]
name = "Benny Mei"
- homepage = "www.example.com" \ No newline at end of file
+ homepage = "https://gitlab.com/meibenny/elephants" \ No newline at end of file