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

github.com/Softorage/HugoTheme-VibrantShadows.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanmayJoshi <sanmaycjoshi@gmail.com>2020-10-18 19:32:51 +0300
committerSanmayJoshi <sanmaycjoshi@gmail.com>2020-10-18 19:32:51 +0300
commit678a511d809822b1eab4103b50997503c2793e49 (patch)
treed165431e14294cb5f084763b37475507375bc8ff /exampleSite
parent9449b796d690010cd04b1ffc801cfd1096b7e8a9 (diff)
Added link to demo in README and updated exampleSite
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.yaml2
-rw-r--r--exampleSite/content/post/Additional info.md2
-rw-r--r--exampleSite/content/post/Example config-yaml.md (renamed from exampleSite/content/post/Example config.yaml.md)4
-rw-r--r--exampleSite/content/post/Getting Started.md2
-rw-r--r--exampleSite/content/post/Hugo's built-in global configuration.md2
-rw-r--r--exampleSite/content/post/Page configuration.md2
-rw-r--r--exampleSite/content/post/Theme's custom global configuration.md2
7 files changed, 8 insertions, 8 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index abc2279..c43645f 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -39,7 +39,7 @@ params:
meta:
author: "Softorage" # website-wide author | required
footerMessage: "Vibrant Shadows by Softorage" # text shown in footer above footer links | optional
- tagline: "Make it the way you like!" # shown in website title on homepage and also used in seo | required
+ tagline: "Personalize to your heart's content!" # shown in website title on homepage and also used in seo | required
description: "An insanely customizable, extremely lightweight and ridiculously fast 'Blog Theme' for Hugo." # should include brand name | character length: 50 to 160 characters
contentLicense: "CC-BY-SA-3.0" # cc-by-3.0, etc or 'All right reserved.' should also be same as the one in copyright above
titleSeparator: " | " # used in website/blog title, to separate (say) page title from website/blog title | default: " | "
diff --git a/exampleSite/content/post/Additional info.md b/exampleSite/content/post/Additional info.md
index fca58de..ddd3d2b 100644
--- a/exampleSite/content/post/Additional info.md
+++ b/exampleSite/content/post/Additional info.md
@@ -3,7 +3,7 @@ title: "Additional information about the theme"
author: "Sanmay Joshi"
description: "Additional info about the theme, like 'Built with', 'Contributing', and 'License'."
tags: ["learn more", "license"]
-date: "2020-09-30"
+date: "2020-10-06"
---
We share some additional information about this theme, that may be relevant.
diff --git a/exampleSite/content/post/Example config.yaml.md b/exampleSite/content/post/Example config-yaml.md
index ec1e3d8..e9e2509 100644
--- a/exampleSite/content/post/Example config.yaml.md
+++ b/exampleSite/content/post/Example config-yaml.md
@@ -1,9 +1,9 @@
---
-title: "Configuration options in the theme"
+title: "Example config.yaml"
author: "Sanmay Joshi"
description: "An example config.yaml file relevant to Vibrant Shadows Hugo theme."
tags: ["configuration", "customize", "settings"]
-date: "2020-09-30"
+date: "2020-10-05"
---
An example configuration file (config.yaml), which shows all the configuration options supported by 'Vibrant Shadows' theme by Softorage, with explaining comments.
diff --git a/exampleSite/content/post/Getting Started.md b/exampleSite/content/post/Getting Started.md
index 453a39b..d990051 100644
--- a/exampleSite/content/post/Getting Started.md
+++ b/exampleSite/content/post/Getting Started.md
@@ -3,7 +3,7 @@ title: "Getting started with Vibrant Shadows"
author: "Sanmay Joshi"
description: "Read the full post to easily get started with Vibrant Shadows Hugo theme."
tags: ["get started", "guide"]
-date: "2020-09-30"
+date: "2020-10-01"
---
It's very easy to get started with Vibrant Shadows. How? Read on.
diff --git a/exampleSite/content/post/Hugo's built-in global configuration.md b/exampleSite/content/post/Hugo's built-in global configuration.md
index cd9bea5..b5122d3 100644
--- a/exampleSite/content/post/Hugo's built-in global configuration.md
+++ b/exampleSite/content/post/Hugo's built-in global configuration.md
@@ -3,7 +3,7 @@ title: "Hugo's built-in global configurations"
author: "Sanmay Joshi"
description: "Get to know the Hugo's built-in configurations relevant to Vibrant Shadows Hugo theme."
tags: ["configuration", "customize", "settings"]
-date: "2020-09-30"
+date: "2020-10-02"
---
Options that Hugo has built-in and are relevant to this theme. If something is not covered here (or elsewhere in this file), there's a good chance it is covered in [this Hugo docs page](https://gohugo.io/getting-started/configuration/#configuration-file).
diff --git a/exampleSite/content/post/Page configuration.md b/exampleSite/content/post/Page configuration.md
index 64e06e3..1b93b6b 100644
--- a/exampleSite/content/post/Page configuration.md
+++ b/exampleSite/content/post/Page configuration.md
@@ -3,7 +3,7 @@ title: "Page configuration options in the theme"
author: "Sanmay Joshi"
description: "Get to know all the page-level configuration relevant to Vibrant Shadows Hugo theme."
tags: ["configuration", "customize", "settings"]
-date: "2020-09-30"
+date: "2020-10-04"
---
'Page paremeters' relate to the particular content file in whose front-matter they are defined.
diff --git a/exampleSite/content/post/Theme's custom global configuration.md b/exampleSite/content/post/Theme's custom global configuration.md
index d56d702..5c28738 100644
--- a/exampleSite/content/post/Theme's custom global configuration.md
+++ b/exampleSite/content/post/Theme's custom global configuration.md
@@ -3,7 +3,7 @@ title: "Custom configuration options in the theme"
author: "Sanmay Joshi"
description: "Get to know all the awesome configurations Vibrant Shadows Hugo theme has to offer."
tags: ["configuration", "customize", "settings"]
-date: "2020-09-30"
+date: "2020-10-03"
---
Here, we will mainly see settings that are unique to this theme. If something is not covered here (or elsewhere in this file), there's a good chance it is covered in [this Hugo docs page](https://gohugo.io/getting-started/configuration/#configuration-file).