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

github.com/themefisher/bigspring-hugo-startup-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSojon <sojonatmail@gmail.com>2021-09-18 14:53:15 +0300
committerSojon <sojonatmail@gmail.com>2021-09-18 14:53:15 +0300
commite1e3100b0118dddb3cb23665343bd07d604a1bba (patch)
tree33f50c9c40e654925977078b4c5fdd237faf2ce7
parent8a28fbdfcfe8b81275be9dac19e2407433217dec (diff)
readme && config updated
-rw-r--r--README.md2
-rw-r--r--exampleSite/config/_default/config.toml2
-rw-r--r--exampleSite/resources/_gen/assets/scss/scss/style.scss_c3df5db6494569b557bc45b29ecd59ff.content5
3 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index c59cedf..65f12ce 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-<h1 align=center>Bigspring Hugo | <a target="_blank" href="https://demo.gethugothemes.com/bigspring" rel="nofollow">Demo</a> | <a target="_blank" href="https://lighthouse-dot-webdotdevsite.appspot.com//lh/html?url=https%3A%2F%2Fdemo.gethugothemes.com%2Fbigspring%2F">Page Speed (91%)</a></h1>
+<h1 align=center>Bigspring Light | <a target="_blank" href="https://demo.gethugothemes.com/bigspring-light" rel="nofollow">Demo</a> | <a target="_blank" href="https://lighthouse-dot-webdotdevsite.appspot.com//lh/html?url=https%3A%2F%2Fdemo.gethugothemes.com%2Fbigspring%2F">Page Speed (91%)</a></h1>
<p align=center>
<a href="https://github.com/gohugoio/hugo/releases/tag/v0.64.0" alt="Contributors">
diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/config.toml
index 0c16047..2e79f8b 100644
--- a/exampleSite/config/_default/config.toml
+++ b/exampleSite/config/_default/config.toml
@@ -1,7 +1,7 @@
######################## default configuration ####################
baseURL = "http://examplesite.org/"
title = "Bigspring Hugo"
-theme = "bigspring"
+theme = "bigspring-light"
# post pagination
paginate = "3"
# post excerpt
diff --git a/exampleSite/resources/_gen/assets/scss/scss/style.scss_c3df5db6494569b557bc45b29ecd59ff.content b/exampleSite/resources/_gen/assets/scss/scss/style.scss_c3df5db6494569b557bc45b29ecd59ff.content
index 6783ea5..6484794 100644
--- a/exampleSite/resources/_gen/assets/scss/scss/style.scss_c3df5db6494569b557bc45b29ecd59ff.content
+++ b/exampleSite/resources/_gen/assets/scss/scss/style.scss_c3df5db6494569b557bc45b29ecd59ff.content
@@ -319,6 +319,11 @@ textarea.form-control {
color: #fff;
background-color: #0AA8A7; }
+.card-img {
+ object-fit: cover;
+ width: 100%;
+ height: 10vw; }
+
a.post-title {
color: #222;
display: block; }