From e518415ef8741b72c5a054797e6aedf5608c29f4 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 21 Jun 2024 18:33:32 -0400 Subject: [PATCH] Trying a few things at once, like a fool --- ...camp-circle-line-grey.svg => bandcamp_grey_circle.svg} | 0 config/_default/languages.en.toml | 3 ++- config/_default/params.toml | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) rename assets/icons/{bandcamp-circle-line-grey.svg => bandcamp_grey_circle.svg} (100%) diff --git a/assets/icons/bandcamp-circle-line-grey.svg b/assets/icons/bandcamp_grey_circle.svg similarity index 100% rename from assets/icons/bandcamp-circle-line-grey.svg rename to assets/icons/bandcamp_grey_circle.svg diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index ef5f65c..43711c5 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -11,7 +11,7 @@ title = "Form and Function" # logo = "img/logo.png" # secondaryLogo = "img/secondary-logo.png" # description = "My awesome website" - # copyright = "Copy, _right?_ :thinking_face:" + copyright = "CC-BY-NC 2024 Nick Dumas" [author] name = "Nick Dumas" @@ -43,6 +43,7 @@ title = "Form and Function" # { lastfm = "https://lastfm.com/user/username" }, { linkedin = "https://www.linkedin.com/in/nicholas-dumas-92b58736/" }, { mastodon = "https://fosstodon.org/@nickdumas" }, + { bandcamp_grey_circle = "https://signalnoise.bandcamp.com" }, # { medium = "https://medium.com/username" }, # { microsoft = "https://www.microsoft.com/" }, # { orcid = "https://orcid.org/userid" }, diff --git a/config/_default/params.toml b/config/_default/params.toml index 454fb53..50ca352 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -58,7 +58,7 @@ smartTOC = true # heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground layoutBackgroundHeaderSpace = true # only used when heroStyle equals background - showBreadcrumbs = false + showBreadcrumbs = true showDraftLabel = true showEdit = false # editURL = "https://github.com/username/repo/" @@ -82,7 +82,7 @@ smartTOC = true # heroStyle = "background" # valid options: basic, big, background, thumbAndBackground layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground layoutBackgroundHeaderSpace = true # only used when heroStyle equals background - showBreadcrumbs = false + showBreadcrumbs = true showSummary = false showViews = false showLikes = false @@ -101,7 +101,7 @@ smartTOC = true showTermCount = true showHero = false # heroStyle = "background" # valid options: basic, big, background, thumbAndBackground - showBreadcrumbs = false + showBreadcrumbs = true showViews = false showLikes = false showTableOfContents = false @@ -110,7 +110,7 @@ smartTOC = true [term] showHero = false # heroStyle = "background" # valid options: basic, big, background, thumbAndBackground - showBreadcrumbs = false + showBreadcrumbs = true showViews = false showLikes = false showTableOfContents = true