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

github.com/jimfrenette/hugo-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim <jimfrenette@yahoo.com>2019-02-23 22:10:16 +0300
committerJim <jimfrenette@yahoo.com>2019-02-23 22:10:16 +0300
commit4b2b147cb13de1fcb7f128926362f66069a38d61 (patch)
treec5fd3531b023f1e4502b74991e8ad3b13ab000f2
parent92966c026e003d0ec492c4192e45b22c28627017 (diff)
additional tags and blog post link
-rw-r--r--README.md2
-rwxr-xr-xtheme.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9366118..20ec646 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Starter Theme for [Hugo](http://gohugo.io/)
+[Hugo Static Site Generator Blank Starter Theme](https://jimfrenette.com/2019/02/hugo-static-site-generator-blank-starter-theme/)
+
## Installation
For example, if your Hugo website is in the `www` folder.
diff --git a/theme.toml b/theme.toml
index ecbcfa3..4b376a4 100755
--- a/theme.toml
+++ b/theme.toml
@@ -5,7 +5,7 @@ license = "MIT"
licenselink = "https://github.com/jimfrenette/hugo-starter/blob/master/LICENSE.md"
description = "Blank starter theme with only normalized styles. Included is a webpack workflow for building javascript and css from sass with a live reload webpack development server."
homepage = "https://jimfrenette.com/2019/02/hugo-static-site-generator-blank-starter-theme/"
-tags = ["starter", "website", "responsive", "blog"]
+tags = ["starter", "minimal", "development", "website", "responsive", "blog"]
features = ["posts", "shortcodes", "related content", "comments"]
min_version = "0.38"