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

github.com/mattbutton/silhouette-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt <kendoran@gmail.com>2018-12-18 11:26:23 +0300
committerMatt <kendoran@gmail.com>2018-12-18 11:26:23 +0300
commit159805b467a48df13a55ceb5212cd14e90309dc2 (patch)
tree084ddf60c04b5de15f21e74098c5df8c054bfa7b
parent1a55566bb2dec4d486bc266d36cf8d65efe0088a (diff)
Added theme description, moved resources to root
-rw-r--r--README.md2
-rw-r--r--resources/_gen/assets/css/css/bundle.css_d11fe7b62c27961c87ecd0f2490357b9.content (renamed from exampleSite/resources/_gen/assets/css/css/bundle.css_d11fe7b62c27961c87ecd0f2490357b9.content)0
-rw-r--r--resources/_gen/assets/css/css/bundle.css_d11fe7b62c27961c87ecd0f2490357b9.json (renamed from exampleSite/resources/_gen/assets/css/css/bundle.css_d11fe7b62c27961c87ecd0f2490357b9.json)0
-rw-r--r--theme.toml2
4 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bf5e07f..7c8f918 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Hugo Silhouette Theme
-A theme for [Hugo](https://gohugo.io), created by [Matt Button](https://www.mattbutton.com).
+A responsive blog theme for [Hugo](https://gohugo.io), created by [Matt Button](https://www.mattbutton.com).
Based on [Bootstrap 4.1](https://getbootstrap.com/).
diff --git a/exampleSite/resources/_gen/assets/css/css/bundle.css_d11fe7b62c27961c87ecd0f2490357b9.content b/resources/_gen/assets/css/css/bundle.css_d11fe7b62c27961c87ecd0f2490357b9.content
index 09e7ac9..09e7ac9 100644
--- a/exampleSite/resources/_gen/assets/css/css/bundle.css_d11fe7b62c27961c87ecd0f2490357b9.content
+++ b/resources/_gen/assets/css/css/bundle.css_d11fe7b62c27961c87ecd0f2490357b9.content
diff --git a/exampleSite/resources/_gen/assets/css/css/bundle.css_d11fe7b62c27961c87ecd0f2490357b9.json b/resources/_gen/assets/css/css/bundle.css_d11fe7b62c27961c87ecd0f2490357b9.json
index f1cc308..f1cc308 100644
--- a/exampleSite/resources/_gen/assets/css/css/bundle.css_d11fe7b62c27961c87ecd0f2490357b9.json
+++ b/resources/_gen/assets/css/css/bundle.css_d11fe7b62c27961c87ecd0f2490357b9.json
diff --git a/theme.toml b/theme.toml
index 95f3dcc..c0e8726 100644
--- a/theme.toml
+++ b/theme.toml
@@ -4,7 +4,7 @@
name = "Silhouette Hugo"
license = "MIT"
licenselink = "https://github.com/mattbutton/silhouette-hugo/blob/master/LICENSE"
-description = ""
+description = "A responsive blog theme for Hugo."
homepage = "https://www.mattbutton.com/"
tags = ["blog, responsive, personal, bootstrap, disqus, google analytics, syntax highligting, font awesome, landing page, flexbox"]
features = ["blog", "bootstrap","responsive"]