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-30 19:04:20 +0300
committerAngelo Stavrow <angelo@fogcreek.com>2018-09-30 19:04:20 +0300
commita9ad10b7ff48809495098f4a23394997648bec3b (patch)
tree7c47142c48e23c6b822b7856af1cdaaabbe98c55 /config.toml.example
parentb940bd4d4c24b588f376227a38540208ab003a19 (diff)
Update sample config.toml
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.toml.example b/config.toml.example
index 183bd99..abeda4c 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -8,7 +8,9 @@ theme = "indigo"
Author = "Site Author Name"
Description = "Description of website for head meta tag"
Subtitle = "A subtitle for your site"
- Avatar = "path/to/avatar.jpg"
+ Avatar = "images/site-logo.svg"
+ Biography = "A short description, a few sentences describing the author. Set the 'ShowBio' parameter to false to hide this."
+ ShowBio = true
PermalinkText = "🔗"
# Contact/social-network identifiers for social icons
@@ -25,7 +27,7 @@ theme = "indigo"
TwitterUser = "TwitterUserName"
# These are parameters used for indieweb identity. You should set these along
- # with the top-level email/social network parameters.
+ # with the above email/social network parameters.
[params.indieWeb]
EmailAddress = "email.address@example.com"
FlickrUser = "FlickrUserName"