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

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Gebauer <agebauer@hashicorp.com>2020-04-06 02:55:32 +0300
committerAustin Gebauer <agebauer@hashicorp.com>2020-04-06 02:55:32 +0300
commit782de0dcfd9ad2c78ef7684e85f49cc931bd8016 (patch)
tree6aec857c451903572a192329c0a63ffaafe5f382
parent8d69b0eb6deea4813eb1e694ce2f21daf70957e7 (diff)
docs: update readme
-rw-r--r--README.md2
-rw-r--r--theme.toml15
2 files changed, 7 insertions, 10 deletions
diff --git a/README.md b/README.md
index bf60589..5d455ab 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Devise
-A fast, minimal, and responsive [Hugo](https://gohugo.io/) theme for blogs.
+A fast, minimal, responsive [Hugo](https://gohugo.io/) theme for blogs.
![screenshot.png](https://raw.githubusercontent.com/austingebauer/devise/master/images/screenshot.png)
diff --git a/theme.toml b/theme.toml
index 00c0d18..9bc800a 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 = "devise"
license = "MIT"
licenselink = "https://github.com/austingebauer/devise/blob/master/LICENSE"
-description = "A minimal hugo blog theme"
-homepage = "http://austingebauer.com/"
-tags = ["developer", "blog", "minimal", "personal"]
-features = []
-min_version = "0.59.1"
+description = "A fast, minimal, responsive Hugo theme for blogs."
+homepage = "https://github.com/austingebauer/devise"
+tags = ["blog", "minimal", "personal", "simple", "clean"]
+features = ["responsive", "google analytics", "recent posts"]
+min_version = "0.61.0"
[author]
name = "Austin Gebauer"
- homepage = "http://austingebauer.com/"
+ homepage = "https://github.com/austingebauer"