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 13:54:51 +0300
committerAngelo Stavrow <angelo@fogcreek.com>2018-10-05 13:54:51 +0300
commitfb2984079a942aba751778d3ab393ab457f5e2c2 (patch)
treee0619067846a379364456d1755033e82efdba3ef /exampleSite/config.toml
parent716e1cf22a3e8d71125037b6cfa2e7f7e14243b1 (diff)
Add example site with content (closes #16)
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml39
1 files changed, 39 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..6c2329a
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,39 @@
+baseURL = "https://example.com/"
+title = "Indigo Theme"
+copyright = "Copyright © 2018, Angelo Stavrow"
+languageCode = "en-US"
+theme = "../.."
+paginate = 3
+
+[params]
+ Author = "Author Name"
+ Description = "Description of website for head meta tag"
+ Subtitle = "A subtitle for your site"
+ 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
+ EmailAddress = "email.address@example.com"
+ FacebookUser = "FacebookUserName"
+ FlickrUser = "FlickrUserName"
+ GitHubUser = "GitHubUserName"
+ GitLabUser = "GitLabUserName"
+ GlitchUser = "GlitchUserName"
+ KeybaseUser = "KeybaseUserName"
+ MicroBlogUser = "MicroBlogUserName"
+ StackOverflowUser = "StackOverflowUserName"
+ TumblrUser = "TumblrUserName"
+ TwitterUser = "TwitterUserName"
+
+ # These are parameters used for indieweb identity. You should set these along
+ # with the above email/social network parameters.
+ [params.indieWeb]
+ EmailAddress = "email.address@example.com"
+ FlickrUser = "FlickrUserName"
+ GitHubUser = "GitHubUserName"
+ TwitterUser = "TwitterUserName"
+ MicroBlogUser = "MicroBlogUserName"
+ Country = "CountryName"
+ City = "CityName" \ No newline at end of file