diff --git a/assets/img/DrewBowering.jpg b/assets/img/DrewBowering.jpg new file mode 100644 index 0000000..d872a14 Binary files /dev/null and b/assets/img/DrewBowering.jpg differ diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 85d63a1..ad32fee 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -2,8 +2,9 @@ # Refer to the theme docs for more details about each of these parameters. # https://blowfish.page/docs/getting-started/ -# theme = "blowfish" # UNCOMMENT THIS LINE -# baseURL = "https://your_domain.com/" +theme = "github.com/nunocoracao/blowfish" +baseURL = "https://d-b.ca/" +languageCode = "en" defaultContentLanguage = "en" # pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 846a775..f30665b 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -2,7 +2,7 @@ disabled = false languageCode = "en" languageName = "English" weight = 1 -title = "Blowfish" +title = "Drew Bowering" [params] displayName = "EN" @@ -14,14 +14,14 @@ title = "Blowfish" # description = "My awesome website" # copyright = "Copy, _right?_ :thinking_face:" -# [params.author] -# name = "Your name here" -# email = "youremail@example.com" -# image = "img/blowfish_logo.png" +[params.author] + name = "Drew Bowering" +# email = "drew@d-b.ca" + image = "img/DrewBowering.jpg" # imageQuality = 96 # headline = "I'm only human" -# bio = "A little bit about you" -# links = [ + bio = "A little bit about me" + links = [ # { email = "mailto:hello@your_domain.com" }, # { link = "https://link-to-some-website.com/" }, # { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" }, @@ -32,10 +32,10 @@ title = "Blowfish" # { dev = "https://dev.to/username" }, # { discord = "https://discord.gg/invitecode" }, # { dribbble = "https://dribbble.com/username" }, -# { facebook = "https://facebook.com/username" }, + { facebook = "https://www.facebook.com/drew.bowering" }, # { flickr = "https://www.flickr.com/photos/username/" }, # { foursquare = "https://foursquare.com/username" }, -# { github = "https://github.com/username" }, + { github = "https://github.com/drewbowering" }, # { gitlab = "https://gitlab.com/username" }, # { google = "https://www.google.com/" }, # { hashnode = "https://username.hashnode.dev" }, @@ -44,7 +44,7 @@ title = "Blowfish" # { keybase = "https://keybase.io/username" }, # { kickstarter = "https://www.kickstarter.com/profile/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" }, # { medium = "https://medium.com/username" }, # { microsoft = "https://www.microsoft.com/" }, @@ -70,4 +70,4 @@ title = "Blowfish" # { youtube = "https://youtube.com/username" }, # { ko-fi = "https://ko-fi.com/username" }, # { codeberg = "https://codeberg.org/username"}, -# ] + ]