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:
authorjimfrenette <jimfrenette@yahoo.com>2019-02-06 04:15:52 +0300
committerjimfrenette <jimfrenette@yahoo.com>2019-02-06 04:15:52 +0300
commit8c47c67f825b946bfd74e48de0eccf92186cf906 (patch)
tree2220eef8512a40ca39f97c8d556404dece6b99ab
parentc88a6ff8664e1d480744615507f3e17b34cc946e (diff)
toml meta updated
-rwxr-xr-xtheme.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/theme.toml b/theme.toml
index e07b53e..ccfa006 100755
--- a/theme.toml
+++ b/theme.toml
@@ -3,12 +3,12 @@
name = "Starter Theme"
license = "MIT"
licenselink = "https://github.com/jimfrenette/hugo-starter/blob/master/LICENSE.md"
-description = ""
+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 = ["website", "responsive", "blog"]
features = ["posts", "shortcodes", "related content", "comments"]
-min_version = "0.41"
+min_version = "0.38"
[author]
name = "Jim Frenette"
- homepage = "https://github.com/jimfrenette"
+ homepage = "https://jimfrenette.com"