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 01:44:11 +0300
committerAustin Gebauer <agebauer@hashicorp.com>2020-04-06 01:44:11 +0300
commit9d713dc3593bc604d4557454654768986e261640 (patch)
treefe34e0e79a3fdd8172e7d908ada89abe40993426
parent55c67b522380b380b6ba22cd85ccaf7a6e535a36 (diff)
feat: adds screenshots
-rw-r--r--README.md6
-rw-r--r--exampleSite/config.toml2
-rw-r--r--images/screenshot.pngbin0 -> 102154 bytes
-rw-r--r--images/tn.pngbin0 -> 66846 bytes
-rw-r--r--layouts/partials/header.html2
5 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index a538b69..01e9bd9 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,13 @@
# Devise
-A minimal [hugo](https://gohugo.io/) blog theme.
+A fast and minimal [Hugo](https://gohugo.io/) theme for blogs.
+
+![screenshot.png](images/screenshot.png)
## Installation
+- Hugo Version [0.60.0+](https://github.com/gohugoio/hugo/releases/)
+
From the root of your Hugo site, run the following:
```
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 34f73bd..9dc651a 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -32,7 +32,7 @@ copyright = "&copy; Copyright Year, Your Name"
[params]
header_title = "Your Name"
- header_subtitle = "Your Subtitle Text"
+ header_subtitle = "Your Creative Subtitle"
home_image = "/images/avatar.png"
recent_posts = 5
mainSections = ["posts", "post", "blog"]
diff --git a/images/screenshot.png b/images/screenshot.png
index e69de29..facfa6d 100644
--- a/images/screenshot.png
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
index e69de29..16ef030 100644
--- a/images/tn.png
+++ b/images/tn.png
Binary files differ
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 1528e72..ff90cb5 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -29,7 +29,7 @@
{{ if isset .Site.Params "header_subtitle" }}
{{ .Site.Params.header_subtitle }}
{{ else }}
- Your Subtitle Text
+ Your Creative Subtitle
{{ end }}
</p>
<ul id="nav-links" class="list-inline mb-2">