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

github.com/kritoke/darksimplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Rhone <matthew.rhone@outlook.com>2017-01-02 03:40:16 +0300
committerMatthew Rhone <matthew.rhone@outlook.com>2017-01-02 03:40:16 +0300
commitc1d16b2928c9da9734064c7f21b6c6f2d7c8840b (patch)
tree01b8b3a174e6f752e47a22f33d58c0ddfb24d44f
parent95e9153d0068a612be1a826f69d42e6b8fdf287c (diff)
Make changes in prep for adding to gohugo theme site.
-rw-r--r--README.md (renamed from readme.md)0
-rw-r--r--layouts/partials/header.html2
-rw-r--r--theme.toml13
3 files changed, 11 insertions, 4 deletions
diff --git a/readme.md b/README.md
index cb5e62d..cb5e62d 100644
--- a/readme.md
+++ b/README.md
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 4b76175..532f557 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -23,4 +23,4 @@
</div>
<div class="header"><span style="font-size: 34px;">
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></span>
- {{ if .Site.Params.description }}<span style="font-size:12px;">&nbsp;&nbsp;|<i>{{ .Site.Params.description }}</i> </span>{{end}}</div>
+ {{ if .Site.Params.description }}<span style="font-size:12px;">&nbsp;&nbsp;|&nbsp;&nbsp;<i>{{ .Site.Params.description }}</i> </span>{{end}}</div>
diff --git a/theme.toml b/theme.toml
index 31f786c..e575f86 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,6 +1,13 @@
-author = "Matt Rhone"
-name = "darksimplicity"
-description = "A Dark Minimalist Theme for Hugo utilizing the Lost Grid Framework."
+name = "Dark Simplicity"
license = "MIT"
+licenselink = "https://github.com/kritoke/darksimplicity/blob/master/LICENSE.md"
source_repo = "http://github.com/kritoke/darksimplicity"
+description = "A Dark Minimalist Theme for Hugo utilizing the Lost Grid Framework."
+homepage = "http://github.com/kritoke/darksimplicity"
tags = ["blog", "personal", "dark", "minimalist"]
+features = ["blog"]
+min_version = 0.18
+
+[author]
+ name = "Matt Rhone"
+ homepage = "http://matthewrhone.com" \ No newline at end of file