2019-11-19 04:45:07 +00:00
|
|
|
baseURL = "http://example.org/"
|
|
|
|
languageCode = "en-us"
|
2019-12-07 03:02:44 +00:00
|
|
|
title = "Semantic IndieWeb Theme"
|
2019-11-19 04:45:07 +00:00
|
|
|
copyright = "Copyright © 2019, Copyright Owner Name | Built with [Hugo](https://gohugo.io/)"
|
2019-12-03 03:54:32 +00:00
|
|
|
theme = "semantic-indieweb"
|
2019-11-24 21:32:16 +00:00
|
|
|
paginate = 5
|
2019-11-19 05:08:45 +00:00
|
|
|
|
2019-11-20 02:50:22 +00:00
|
|
|
[permalinks]
|
|
|
|
posts = "/:year/:month/:title/"
|
|
|
|
|
2019-11-19 05:08:45 +00:00
|
|
|
[params]
|
|
|
|
subtitle = "A theme with no CSS and only basic layouts"
|
2019-11-24 21:32:16 +00:00
|
|
|
mainSections = [ "posts" ]
|
2019-12-03 03:54:32 +00:00
|
|
|
|
2019-12-07 03:02:44 +00:00
|
|
|
# Configuration Parameters for IndieWeb h-card
|
|
|
|
[params.Card]
|
|
|
|
Author = "Site Author Name"
|
|
|
|
Photo = "images/picture-o.svg"
|
|
|
|
Locality = "City/Town/Village"
|
|
|
|
Region = "State/County/Province"
|
|
|
|
Country = "Country Name"
|
|
|
|
|
2019-12-03 03:54:32 +00:00
|
|
|
# Configuration Parameters for IndieWeb Identity
|
|
|
|
[[params.Identity]]
|
|
|
|
type = "Email"
|
|
|
|
value = "email.address@example.com"
|
|
|
|
authn = false
|
|
|
|
|
|
|
|
[[params.Identity]]
|
|
|
|
type = "GitHub"
|
|
|
|
value = "GitHubUserName"
|
|
|
|
authn = false
|
|
|
|
|
|
|
|
[[params.Identity]]
|
|
|
|
type = "GitLab"
|
|
|
|
value = "GitLabUserName"
|
|
|
|
authn = false
|
|
|
|
|
|
|
|
[[params.Identity]]
|
|
|
|
type = "Twitter"
|
|
|
|
value = "TwitterUserName"
|
|
|
|
authn = false
|
|
|
|
|
|
|
|
[[params.Identity]]
|
|
|
|
type = "MicroBlog"
|
|
|
|
value = "MicroBlogUserName"
|
|
|
|
authn = false
|
|
|
|
|
2019-12-03 23:26:26 +00:00
|
|
|
[[params.Identity]]
|
|
|
|
type = "LinkedIn"
|
|
|
|
value = "LinkedInUserName"
|
|
|
|
authn = false
|
|
|
|
|
2019-12-03 03:54:32 +00:00
|
|
|
[[params.Identity]]
|
|
|
|
type = "PGP"
|
|
|
|
value = "pgp_key_file.txt"
|
|
|
|
authn = false
|