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 /exampleSite
parentfb2984079a942aba751778d3ab393ab457f5e2c2 (diff)
Add space on top and bottom of bio card
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/config.toml.bak3
2 files changed, 1 insertions, 4 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"