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.
|
||||
# https://jpanther.github.io/congo/docs/getting-started/
|
||||
|
||||
# baseURL = "https://your_domain.com/"
|
||||
baseURL = "https://oe7drt.com/"
|
||||
defaultContentLanguage = "en"
|
||||
relativeURLs = false
|
||||
|
|
|
@ -1,23 +1,20 @@
|
|||
[languages.en.params]
|
||||
languageCode = "en"
|
||||
languageName = "English"
|
||||
languageDirection = "ltr"
|
||||
displayName = "EN"
|
||||
isoCode = "en"
|
||||
#displayName = "EN"
|
||||
#isoCode = "en"
|
||||
weight = 1
|
||||
rtl = false
|
||||
#rtl = false
|
||||
|
||||
title = "OE7DRT"
|
||||
# logo = "img/logo.jpg"
|
||||
# description = "My awesome website"
|
||||
#copyright = "Copy, _right?_ :thinking_face:"
|
||||
copyright = "Copyright by Dominic Reich “OE7DRT”."
|
||||
|
||||
#[params]
|
||||
dateFormat = "2 January 2006"
|
||||
[params]
|
||||
dateFormat = "2 January 2006"
|
||||
|
||||
#[params.author]
|
||||
[author]
|
||||
[params.author]
|
||||
name = "Dominic Reich"
|
||||
image = "img/author.jpg"
|
||||
headline = "Welcome to my personal website/blog."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[[imports]]
|
||||
path = "github.com/jpanther/congo/v2"
|
||||
path = "github.com/jpanther/congo/v2"
|
||||
|
||||
[[imports]]
|
||||
path = "github.com/divinerites/plausible-hugo"
|
||||
|
|
|
@ -63,8 +63,8 @@ rssFullContent = false
|
|||
showTaxonomies = true
|
||||
showWordCount = true
|
||||
showComments = false
|
||||
# sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
|
||||
sharingLinks = ["email", "mastodon", "reddit", "twitter", "facebook", "pinterest", "linkedin"]
|
||||
# sharingLinks = ["facebook", "twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "telegram", "line"]
|
||||
sharingLinks = [ "email", "mastodon", "telegram", "reddit", "twitter", "facebook", "pinterest", "linkedin", "line" ]
|
||||
|
||||
[list]
|
||||
showBreadcrumbs = false
|
||||
|
@ -88,21 +88,21 @@ rssFullContent = false
|
|||
domain = "cdn-eu.usefathom.com"
|
||||
# domain = "network.oe7drt.com"
|
||||
|
||||
[plausibleAnalytics]
|
||||
# domain = "blog.yoursite.com"
|
||||
# event = ""
|
||||
# script = ""
|
||||
|
||||
[plausible]
|
||||
enable = true # Whether to enable plausible tracking
|
||||
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
|
||||
outbound_link = true
|
||||
file_downloads = true
|
||||
#file_downloads_types = "sh,run"
|
||||
gitstar = false
|
||||
|
||||
# [plausibleAnalytics]
|
||||
# domain = "oe7drt.com"
|
||||
# event = ""
|
||||
# script = ""
|
||||
|
||||
[verification]
|
||||
# google = ""
|
||||
# bing = ""
|
||||
|
|
2
config/_default/taxonomies.toml
Normal file
2
config/_default/taxonomies.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
tag = "tags"
|
||||
|
Loading…
Reference in a new issue