basic configuration for Blowfish

- https://blowfish.page/docs/getting-started/
This commit is contained in:
Drew Bowering 2025-05-06 09:16:39 -06:00
parent 64c491e5c7
commit 22e5ce5364
Signed by: drew
GPG Key ID: DC9462335BDDAC6B
3 changed files with 14 additions and 13 deletions

BIN
assets/img/DrewBowering.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

@ -2,8 +2,9 @@
# Refer to the theme docs for more details about each of these parameters. # Refer to the theme docs for more details about each of these parameters.
# https://blowfish.page/docs/getting-started/ # https://blowfish.page/docs/getting-started/
# theme = "blowfish" # UNCOMMENT THIS LINE theme = "github.com/nunocoracao/blowfish"
# baseURL = "https://your_domain.com/" baseURL = "https://d-b.ca/"
languageCode = "en"
defaultContentLanguage = "en" defaultContentLanguage = "en"
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles # pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles

View File

@ -2,7 +2,7 @@ disabled = false
languageCode = "en" languageCode = "en"
languageName = "English" languageName = "English"
weight = 1 weight = 1
title = "Blowfish" title = "Drew Bowering"
[params] [params]
displayName = "EN" displayName = "EN"
@ -14,14 +14,14 @@ title = "Blowfish"
# description = "My awesome website" # description = "My awesome website"
# copyright = "Copy, _right?_ :thinking_face:" # copyright = "Copy, _right?_ :thinking_face:"
# [params.author] [params.author]
# name = "Your name here" name = "Drew Bowering"
# email = "youremail@example.com" # email = "drew@d-b.ca"
# image = "img/blowfish_logo.png" image = "img/DrewBowering.jpg"
# imageQuality = 96 # imageQuality = 96
# headline = "I'm only human" # headline = "I'm only human"
# bio = "A little bit about you" bio = "A little bit about me"
# links = [ links = [
# { email = "mailto:hello@your_domain.com" }, # { email = "mailto:hello@your_domain.com" },
# { link = "https://link-to-some-website.com/" }, # { link = "https://link-to-some-website.com/" },
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" }, # { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
@ -32,10 +32,10 @@ title = "Blowfish"
# { dev = "https://dev.to/username" }, # { dev = "https://dev.to/username" },
# { discord = "https://discord.gg/invitecode" }, # { discord = "https://discord.gg/invitecode" },
# { dribbble = "https://dribbble.com/username" }, # { dribbble = "https://dribbble.com/username" },
# { facebook = "https://facebook.com/username" }, { facebook = "https://www.facebook.com/drew.bowering" },
# { flickr = "https://www.flickr.com/photos/username/" }, # { flickr = "https://www.flickr.com/photos/username/" },
# { foursquare = "https://foursquare.com/username" }, # { foursquare = "https://foursquare.com/username" },
# { github = "https://github.com/username" }, { github = "https://github.com/drewbowering" },
# { gitlab = "https://gitlab.com/username" }, # { gitlab = "https://gitlab.com/username" },
# { google = "https://www.google.com/" }, # { google = "https://www.google.com/" },
# { hashnode = "https://username.hashnode.dev" }, # { hashnode = "https://username.hashnode.dev" },
@ -44,7 +44,7 @@ title = "Blowfish"
# { keybase = "https://keybase.io/username" }, # { keybase = "https://keybase.io/username" },
# { kickstarter = "https://www.kickstarter.com/profile/username" }, # { kickstarter = "https://www.kickstarter.com/profile/username" },
# { lastfm = "https://lastfm.com/user/username" }, # { lastfm = "https://lastfm.com/user/username" },
# { linkedin = "https://linkedin.com/in/username" }, { linkedin = "https://www.linkedin.com/in/drew-bowering/" },
# { mastodon = "https://mastodon.instance/@username" }, # { mastodon = "https://mastodon.instance/@username" },
# { medium = "https://medium.com/username" }, # { medium = "https://medium.com/username" },
# { microsoft = "https://www.microsoft.com/" }, # { microsoft = "https://www.microsoft.com/" },
@ -70,4 +70,4 @@ title = "Blowfish"
# { youtube = "https://youtube.com/username" }, # { youtube = "https://youtube.com/username" },
# { ko-fi = "https://ko-fi.com/username" }, # { ko-fi = "https://ko-fi.com/username" },
# { codeberg = "https://codeberg.org/username"}, # { codeberg = "https://codeberg.org/username"},
# ] ]