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-09-21 15:25:10 +0300
committerAngelo Stavrow <angelo@fogcreek.com>2018-09-21 15:25:10 +0300
commit126a1e53994437a02cbe458aa7dcd6a4f0241c8e (patch)
tree9a45c1e58398d75ddb7a6dbf2b9e60491fd4bcbe /config.toml.example
parenta9cb556ecf11602101d6c9fb63574b5acf8b480a (diff)
Closes #14
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example10
1 files changed, 4 insertions, 6 deletions
diff --git a/config.toml.example b/config.toml.example
index 0074d9b..183bd99 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -1,18 +1,16 @@
-languageCode = "en-US"
-theme = "indigo"
baseURL = "https://example.com/"
title = "Site Title"
+copyright = "Copyright © 2018, Copyright Owner Name"
+languageCode = "en-US"
+theme = "indigo"
[params]
- AuthorName = "Author Name"
+ Author = "Site Author Name"
Description = "Description of website for head meta tag"
Subtitle = "A subtitle for your site"
Avatar = "path/to/avatar.jpg"
PermalinkText = "🔗"
- # Copyright owner for display in the footer:
- CopyrightOwner = "Copyright owner name"
-
# Contact/social-network identifiers for social icons
EmailAddress = "email.address@example.com"
FacebookUser = "FacebookUserName"