Begin slow migration to Hugo...
This commit is contained in:
54
hugo_blag/themes/indigo/config.toml.example
Normal file
54
hugo_blag/themes/indigo/config.toml.example
Normal file
@@ -0,0 +1,54 @@
|
||||
baseURL = "https://example.com/"
|
||||
title = "Site Title"
|
||||
copyright = "Copyright © 2018, Copyright Owner Name"
|
||||
languageCode = "en-US"
|
||||
theme = "indigo"
|
||||
|
||||
[params]
|
||||
Author = "Site 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 = "🔗"
|
||||
mainSections = ["post"]
|
||||
|
||||
# Contact/social-network identifiers for social icons
|
||||
EmailAddress = "email.address@example.com"
|
||||
FacebookUser = "FacebookUserName"
|
||||
FlickrUser = "FlickrUserName"
|
||||
GitHubUser = "GitHubUserName"
|
||||
GitLabUser = "GitLabUserName"
|
||||
GlitchUser = "GlitchUserName"
|
||||
KeybaseUser = "KeybaseUserName"
|
||||
LinkedInUser = "LinkedInUserName"
|
||||
MediumUser = "MediumUserName"
|
||||
MicroBlogUser = "MicroBlogUserName"
|
||||
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 = "GitHubUserName"
|
||||
TwitterUser = "TwitterUserName"
|
||||
MicroBlogUser = "MicroBlogUserName"
|
||||
Country = "CountryName"
|
||||
City = "CityName"
|
||||
|
||||
[params.endpoints]
|
||||
Auth = "https://indieauth.com/auth"
|
||||
Token = "https://tokens.indieauth.com/token"
|
||||
# To get webmention support, just register at webmention.io and paste the link for endpoint here.
|
||||
#Webmention = "https://webmention.io/<yourusername>/webmention"
|
||||
# To get micropub support, you'll need to install a Micropub endpoint at your site and put its link there.
|
||||
# To get an endpoint with Hugo support, use nanopub: https://github.com/dg01d/nanopub
|
||||
# It will probably require some PHP hackery though, as it's fairly basic.
|
||||
#Micropub = ""
|
||||
# To get microsub support, you can use Aperture from p3k. Either go to https://aperture.p3k.io or self-host it (it's open source!)
|
||||
#Microsub = ""
|
||||
Reference in New Issue
Block a user