update configuration
This commit is contained in:
parent
82c29749f1
commit
9fbdf74255
5 changed files with 17 additions and 19 deletions
|
@ -2,7 +2,6 @@
|
||||||
# Refer to the theme docs for more details about each of these parameters.
|
# Refer to the theme docs for more details about each of these parameters.
|
||||||
# https://jpanther.github.io/congo/docs/getting-started/
|
# https://jpanther.github.io/congo/docs/getting-started/
|
||||||
|
|
||||||
# baseURL = "https://your_domain.com/"
|
|
||||||
baseURL = "https://oe7drt.com/"
|
baseURL = "https://oe7drt.com/"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
relativeURLs = false
|
relativeURLs = false
|
||||||
|
|
|
@ -1,23 +1,20 @@
|
||||||
[languages.en.params]
|
|
||||||
languageCode = "en"
|
languageCode = "en"
|
||||||
languageName = "English"
|
languageName = "English"
|
||||||
languageDirection = "ltr"
|
languageDirection = "ltr"
|
||||||
displayName = "EN"
|
#displayName = "EN"
|
||||||
isoCode = "en"
|
#isoCode = "en"
|
||||||
weight = 1
|
weight = 1
|
||||||
rtl = false
|
#rtl = false
|
||||||
|
|
||||||
title = "OE7DRT"
|
title = "OE7DRT"
|
||||||
# logo = "img/logo.jpg"
|
|
||||||
# description = "My awesome website"
|
# description = "My awesome website"
|
||||||
#copyright = "Copy, _right?_ :thinking_face:"
|
#copyright = "Copy, _right?_ :thinking_face:"
|
||||||
copyright = "Copyright by Dominic Reich “OE7DRT”."
|
copyright = "Copyright by Dominic Reich “OE7DRT”."
|
||||||
|
|
||||||
#[params]
|
[params]
|
||||||
dateFormat = "2 January 2006"
|
dateFormat = "2 January 2006"
|
||||||
|
|
||||||
#[params.author]
|
[params.author]
|
||||||
[author]
|
|
||||||
name = "Dominic Reich"
|
name = "Dominic Reich"
|
||||||
image = "img/author.jpg"
|
image = "img/author.jpg"
|
||||||
headline = "Welcome to my personal website/blog."
|
headline = "Welcome to my personal website/blog."
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[imports]]
|
[[imports]]
|
||||||
path = "github.com/jpanther/congo/v2"
|
path = "github.com/jpanther/congo/v2"
|
||||||
|
|
||||||
[[imports]]
|
[[imports]]
|
||||||
path = "github.com/divinerites/plausible-hugo"
|
path = "github.com/divinerites/plausible-hugo"
|
||||||
|
|
|
@ -63,8 +63,8 @@ rssFullContent = false
|
||||||
showTaxonomies = true
|
showTaxonomies = true
|
||||||
showWordCount = true
|
showWordCount = true
|
||||||
showComments = false
|
showComments = false
|
||||||
# sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
|
# sharingLinks = ["facebook", "twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "telegram", "line"]
|
||||||
sharingLinks = ["email", "mastodon", "reddit", "twitter", "facebook", "pinterest", "linkedin"]
|
sharingLinks = [ "email", "mastodon", "telegram", "reddit", "twitter", "facebook", "pinterest", "linkedin", "line" ]
|
||||||
|
|
||||||
[list]
|
[list]
|
||||||
showBreadcrumbs = false
|
showBreadcrumbs = false
|
||||||
|
@ -88,21 +88,21 @@ rssFullContent = false
|
||||||
domain = "cdn-eu.usefathom.com"
|
domain = "cdn-eu.usefathom.com"
|
||||||
# domain = "network.oe7drt.com"
|
# domain = "network.oe7drt.com"
|
||||||
|
|
||||||
|
[plausibleAnalytics]
|
||||||
|
# domain = "blog.yoursite.com"
|
||||||
|
# event = ""
|
||||||
|
# script = ""
|
||||||
|
|
||||||
[plausible]
|
[plausible]
|
||||||
enable = true # Whether to enable plausible tracking
|
enable = true # Whether to enable plausible tracking
|
||||||
domain = "oe7drt.com" # Plausible "domain" name/id in your dashboard
|
domain = "oe7drt.com" # Plausible "domain" name/id in your dashboard
|
||||||
#hash_based_routing = true
|
# hash_based_routing = true
|
||||||
selfhosted_domain = "oe7drt.com" # Self-hosted plausible domain
|
selfhosted_domain = "oe7drt.com" # Self-hosted plausible domain
|
||||||
outbound_link = true
|
outbound_link = true
|
||||||
file_downloads = true
|
file_downloads = true
|
||||||
#file_downloads_types = "sh,run"
|
#file_downloads_types = "sh,run"
|
||||||
gitstar = false
|
gitstar = false
|
||||||
|
|
||||||
# [plausibleAnalytics]
|
|
||||||
# domain = "oe7drt.com"
|
|
||||||
# event = ""
|
|
||||||
# script = ""
|
|
||||||
|
|
||||||
[verification]
|
[verification]
|
||||||
# google = ""
|
# google = ""
|
||||||
# bing = ""
|
# bing = ""
|
||||||
|
|
2
config/_default/taxonomies.toml
Normal file
2
config/_default/taxonomies.toml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
tag = "tags"
|
||||||
|
|
Loading…
Add table
Reference in a new issue