diff --git a/config/_default/config.toml b/config/_default/config.toml index 4b41e2b..1e7d7b4 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -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 diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 6263d89..b580209 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -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." diff --git a/config/_default/module.toml b/config/_default/module.toml index 492050b..7fdb032 100644 --- a/config/_default/module.toml +++ b/config/_default/module.toml @@ -1,5 +1,5 @@ [[imports]] -path = "github.com/jpanther/congo/v2" + path = "github.com/jpanther/congo/v2" [[imports]] path = "github.com/divinerites/plausible-hugo" diff --git a/config/_default/params.toml b/config/_default/params.toml index 42277db..51e80f6 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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 = "" diff --git a/config/_default/taxonomies.toml b/config/_default/taxonomies.toml new file mode 100644 index 0000000..b6c18ac --- /dev/null +++ b/config/_default/taxonomies.toml @@ -0,0 +1,2 @@ +tag = "tags" +