First Commit

This commit is contained in:
Alan Youngblood
2024-04-04 16:42:18 -04:00
commit 6af3729c15
66 changed files with 8015 additions and 0 deletions

65
config/_default/hugo.toml Normal file
View File

@ -0,0 +1,65 @@
# -- 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"
[imaging]
anchor = 'Center'
[taxonomies]
tag = "tags"
category = "categories"
author = "authors"
series = "series"
[sitemap]
changefreq = 'daily'
filename = 'sitemap.xml'
priority = 0.5
[outputs]
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

View File

@ -0,0 +1,18 @@
languageCode = "en"
languageName = "English"
weight = 1
title = "All is the Wave 🌊"
[params]
displayName = "EN"
isoCode = "en"
rtl = false
dateFormat = "2 January 2006"
description = "The wave is all and all is the wave."
[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"
links = []

View File

@ -0,0 +1,13 @@
# -- Markup --
# These settings are required for the theme to function.
[goldmark]
[goldmark.renderer]
unsafe = true
[highlight]
noClasses = false
[tableOfContents]
startLevel = 2
endLevel = 4

View File

@ -0,0 +1,47 @@
[[main]]
none = "none"
[[main]]
pre = "mastodon"
url = "https://fosstodon.org/@Zeronaut"
identifier = "M5kfDi1v9T"
weight = 9999
[[main]]
pre = "github"
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"
identifier = "mTOVIEw5gM"
weight = 9999
[[main]]
name = "Posts"
pageRef = "posts"
identifier = "JHAOKiAWhf"
weight = 9999
[[main]]
name = "Tags"
pageRef = "tags"
identifier = "33Dy63opKR"
weight = 9999
[[footer]]
none = "none"

View File

@ -0,0 +1,3 @@
[hugoVersion]
extended = false
min = "0.87.0"

102
config/_default/params.toml Normal file
View File

@ -0,0 +1,102 @@
colorScheme = "blowfish"
defaultAppearance = "light"
autoSwitchAppearance = true
enableSearch = true
enableCodeCopy = false
disableImageOptimization = false
disableTextInHeader = false
defaultBackgroundImage = "OakIsland.jpeg"
defaultFeaturedImage = "OakIsland.jpeg"
[header]
layout = "fixed-fill-blur"
[footer]
showMenu = true
showCopyright = true
showThemeAttribution = true
showAppearanceSwitcher = true
showScrollToTop = true
[homepage]
layout = "hero"
showRecent = true
showRecentItems = 5
showMoreLink = true
showMoreLinkDest = "/posts"
cardView = true
cardViewScreenWidth = false
layoutBackgroundBlur = false
homepageImage = "OakIsland.jpeg"
[article]
showDate = true
showViews = false
showLikes = false
showDateOnlyInArticle = false
showDateUpdated = false
showAuthor = true
showHero = false
layoutBackgroundBlur = true
layoutBackgroundHeaderSpace = true
showBreadcrumbs = false
showDraftLabel = true
showEdit = false
editAppendPath = true
seriesOpened = false
showHeadingAnchors = true
showPagination = true
invertPagination = false
showReadingTime = true
showTableOfContents = false
showTaxonomies = false
showAuthorsBadges = false
showWordCount = true
showZenMode = false
[list]
showHero = false
layoutBackgroundBlur = true
layoutBackgroundHeaderSpace = true
showBreadcrumbs = false
showSummary = false
showViews = false
showLikes = false
showTableOfContents = false
showCards = false
groupByYear = true
cardView = false
cardViewScreenWidth = false
constrainItemsWidth = false
[sitemap]
excludedKinds = [ "taxonomy", "term" ]
[taxonomy]
showTermCount = true
showHero = false
showBreadcrumbs = false
showViews = false
showLikes = false
showTableOfContents = false
cardView = false
[term]
showHero = false
showBreadcrumbs = false
showViews = false
showLikes = false
showTableOfContents = true
groupByYear = false
cardView = false
cardViewScreenWidth = false
[firebase]
[fathomAnalytics]
[umamiAnalytics]
[buymeacoffee]
[verification]