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

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <angelo@fogcreek.com>2018-10-05 14:02:53 +0300
committerAngelo Stavrow <angelo@fogcreek.com>2018-10-05 14:02:53 +0300
commit26912959ffbe844333ceaceb7a4c7af216149828 (patch)
tree60aae5b4a27f064b117ddfa94e54a064f08701d8
parentfb2984079a942aba751778d3ab393ab457f5e2c2 (diff)
Add space on top and bottom of bio card
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/config.toml.bak3
-rw-r--r--static/css/style.css2
3 files changed, 2 insertions, 5 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6c2329a..56b057a 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,6 +1,6 @@
baseURL = "https://example.com/"
title = "Indigo Theme"
-copyright = "Copyright © 2018, Angelo Stavrow"
+copyright = "Copyright © 2018, Author Name"
languageCode = "en-US"
theme = "../.."
paginate = 3
diff --git a/exampleSite/config.toml.bak b/exampleSite/config.toml.bak
deleted file mode 100644
index e4b7418..0000000
--- a/exampleSite/config.toml.bak
+++ /dev/null
@@ -1,3 +0,0 @@
-baseURL = "http://example.org/"
-languageCode = "en-us"
-title = "My New Hugo Site"
diff --git a/static/css/style.css b/static/css/style.css
index 278d501..9e359b6 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -235,7 +235,7 @@ p.list-post-date {
div.h-card {
box-shadow: 0 5px 5px #ccc;
- margin: 1em auto;
+ margin: 100px auto;
min-height: 150px;
padding: 25px;
width: 90%