Updates, ready to go live

This commit is contained in:
Alan Youngblood
2024-04-05 16:36:03 -04:00
parent 6af3729c15
commit ce1e5cbc4a
47 changed files with 591 additions and 708 deletions

View File

@ -1,65 +1,30 @@
# -- Site Configuration --
# Refer to the theme docs for more details about each of these parameters.
# https://blowfish.page/docs/getting-started/
theme = "blowfish"
# baseURL = "https://your_domain.com/"
defaultContentLanguage = "en"
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
enableRobotsTXT = true
paginate = 10
summaryLength = 0
buildDrafts = false
buildFuture = false
# googleAnalytics = "G-XXXXXXXXX"
baseURL = "allisthewave.com"
[imaging]
anchor = 'Center'
anchor = "Center"
[taxonomies]
tag = "tags"
category = "categories"
author = "authors"
series = "series"
tag = "tags"
category = "categories"
author = "authors"
series = "series"
[sitemap]
changefreq = 'daily'
filename = 'sitemap.xml'
priority = 0.5
changefreq = "daily"
filename = "sitemap.xml"
priority = 0.5
[outputs]
home = ["HTML", "RSS", "JSON"]
home = [ "HTML", "RSS", "JSON" ]
[related]
threshold = 0
toLower = false
[[related.indices]]
name = "tags"
weight = 100
[[related.indices]]
name = "categories"
weight = 100
[[related.indices]]
name = "series"
weight = 50
[[related.indices]]
name = "authors"
weight = 20
[[related.indices]]
name = "date"
weight = 10
[[related.indices]]
applyFilter = false
name = 'fragmentrefs'
type = 'fragments'
weight = 10
threshold = 0
toLower = false
indices = [ { name = "tags", weight = 100 }, { name = "categories", weight = 100 }, { name = "series", weight = 50 }, { name = "authors", weight = 20 }, { name = "date", weight = 10 }, { applyFilter = false, name = "fragmentrefs", type = "fragments", weight = 10 } ]

View File

@ -9,10 +9,11 @@ isoCode = "en"
rtl = false
dateFormat = "2 January 2006"
description = "The wave is all and all is the wave."
logo = "Hokusai-Icon.jpeg"
[author]
name = "Alan Youngblood"
bio = "Radically loved ragamuffin, IT guy, Marketer, Indie Game Developer, Artist, Musician, Entrepreneur, Writer, Wolfpack Sports fan, Bionic Trans-Human, Open Source Aficionado"
image = "APY_Headshots2022.jpeg"
headline = "In an interstellar burst, I'm back to save the Universe"
image = "APY-Avatar-Apr24.jpeg"
headline = "_Radically loved ragamuffin, Musician, Artist, IT guy, 21st Century Renaissance man_"
links = []

View File

@ -13,18 +13,6 @@ url = "https://github.com/apyoungblood"
identifier = "RB2W8wmy5r"
weight = 9999
[[main]]
pre = "x-twitter"
url = "https://twitter.com/apyoungblood"
identifier = "nsxep3q4Gd"
weight = 9999
[[main]]
pre = "linkedin"
url = "https://www.linkedin.com/in/apyoungblood/"
identifier = "AnOcASuPzf"
weight = 9999
[[main]]
pre = "youtube"
url = "https://www.youtube.com/c/AlanYoungblood5608?sub_confirmation=1"
@ -43,5 +31,11 @@ pageRef = "tags"
identifier = "33Dy63opKR"
weight = 9999
[[main]]
pre = "image"
url = "https://pixelfed.social/@Zeronaut"
identifier = "Divmipl4Bg"
weight = 9999
[[footer]]
none = "none"

View File

@ -1,11 +1,11 @@
colorScheme = "blowfish"
colorScheme = "marvel"
defaultAppearance = "light"
autoSwitchAppearance = true
enableSearch = true
enableCodeCopy = false
disableImageOptimization = false
disableTextInHeader = false
defaultBackgroundImage = "OakIsland.jpeg"
defaultBackgroundImage = "AtlanticWaves.jpeg"
defaultFeaturedImage = "OakIsland.jpeg"
[header]
@ -19,15 +19,15 @@ showAppearanceSwitcher = true
showScrollToTop = true
[homepage]
layout = "hero"
layout = "background"
showRecent = true
showRecentItems = 5
showRecentItems = "4"
showMoreLink = true
showMoreLinkDest = "/posts"
cardView = true
cardViewScreenWidth = false
layoutBackgroundBlur = false
homepageImage = "OakIsland.jpeg"
homepageImage = "AtlanticWaves.jpeg"
[article]
showDate = true
@ -36,10 +36,10 @@ showLikes = false
showDateOnlyInArticle = false
showDateUpdated = false
showAuthor = true
showHero = false
showHero = true
layoutBackgroundBlur = true
layoutBackgroundHeaderSpace = true
showBreadcrumbs = false
showBreadcrumbs = true
showDraftLabel = true
showEdit = false
editAppendPath = true
@ -53,6 +53,7 @@ showTaxonomies = false
showAuthorsBadges = false
showWordCount = true
showZenMode = false
heroStyle = "background"
[list]
showHero = false