caffeinated.blog/config.toml

43 lines
1.4 KiB
TOML
Raw Normal View History

2019-10-26 00:09:08 +10:00
baseURL = "https://caffeinated.blog/"
title = "Caffeinated Blog"
2021-02-02 22:26:16 +10:00
copyright = "Copyright © 2021, Glenn Rice"
2019-10-26 00:09:08 +10:00
languageCode = "en-US"
theme = "indigo"
paginate = 3
[params]
Author = "Glenn Rice"
Description = "Description of website for head meta tag"
2021-02-02 22:20:30 +10:00
Subtitle = "A bit of personal space for writing"
2019-10-26 00:09:08 +10:00
Avatar = "images/myAvatar.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 = "glennrice"
#GitLabUser = "GitLabUserName"
#GlitchUser = "GlitchUserName"
KeybaseUser = "glennr"
#LinkedInUser = "LinkedInUserName"
#MediumUser = "MediumUserName"
2021-02-02 22:20:30 +10:00
MicroBlogUser = "glennr"
2019-10-26 00:09:08 +10:00
#RedditUser = "RedditUserName"
#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 = "glennrice"
#TwitterUser = "TwitterUserName"
MicroBlogUser = "glennr"
Country = "Australia"
#City = "CityName"