-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update buy me coffee stuff - Convert to modules Signed-off-by: Shauna Gordon <[email protected]>
- Loading branch information
1 parent
f407661
commit 65f10cf
Showing
8 changed files
with
97 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
module github.com/ShaunaGordon/shaunagordon.github.com | ||
|
||
go 1.22.2 | ||
|
||
require github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240520045756-e40c01155b74 // indirect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20210206022822-2f1cb5283876 h1:95SvjJweRHtVc65pxREOjulQkKOcTU4Es6x0zCGWaUw= | ||
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20210206022822-2f1cb5283876/go.mod h1:xVAvJonlBPP7lQuHXKKvIVY7LFo7KQMoF6jjdDrafQU= | ||
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240520034216-7cfc119dca84 h1:OsYcaV6BRz2vcRc5yC6Ym4EXBExu2i2kBQO/wznO9os= | ||
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240520034216-7cfc119dca84/go.mod h1:8Q4c/TF3eaHQc31V9hQmhlXchlL236xv0TYBJYoezUY= | ||
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240520035626-fd841eb90b3c h1:NgPWqLclJZ4MBNRKv8QuXCdQSkemRgJW4I+wLnhU+3Q= | ||
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240520035626-fd841eb90b3c/go.mod h1:8Q4c/TF3eaHQc31V9hQmhlXchlL236xv0TYBJYoezUY= | ||
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240520041643-9aa6074d1c00 h1:WmQVlBc/gtz0UBIh2CvV4KTwnM/AiW6zR8KWHVgbhXA= | ||
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240520041643-9aa6074d1c00/go.mod h1:8Q4c/TF3eaHQc31V9hQmhlXchlL236xv0TYBJYoezUY= | ||
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240520042209-3d2d8cdeb644 h1:cZj7L+rGh9YmB5GWn4vhDUb4lf7z+D1Muiip5QQDggg= | ||
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240520042209-3d2d8cdeb644/go.mod h1:8Q4c/TF3eaHQc31V9hQmhlXchlL236xv0TYBJYoezUY= | ||
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240520042443-c1ca81703067 h1:vT6u1NIrEzCLT8RoiO66yGleaXOfm1DrW5ZuhDAbo2I= | ||
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240520042443-c1ca81703067/go.mod h1:8Q4c/TF3eaHQc31V9hQmhlXchlL236xv0TYBJYoezUY= | ||
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240520043059-8320c120aab7 h1:089wdyVJFY8YRtomrgn3EgBchoWlP81xodZeA1lIiwE= | ||
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240520043059-8320c120aab7/go.mod h1:8Q4c/TF3eaHQc31V9hQmhlXchlL236xv0TYBJYoezUY= | ||
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240520043953-593ccacb8593 h1:VSG/HaY5dqZDxkbF96U0ZckQFOdpESDAPrwYf4a0Liw= | ||
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240520043953-593ccacb8593/go.mod h1:8Q4c/TF3eaHQc31V9hQmhlXchlL236xv0TYBJYoezUY= | ||
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240520045756-e40c01155b74 h1:MfmjuonNzKAuHKxeSrSfLk07guYBO6pT5taFdTpaPso= | ||
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240520045756-e40c01155b74/go.mod h1:8Q4c/TF3eaHQc31V9hQmhlXchlL236xv0TYBJYoezUY= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
baseURL = "http://shaunagordon.com/" | ||
languageCode = "en-us" | ||
title = "I Make Things" | ||
|
||
[module] | ||
[[module.imports]] | ||
path = "github.com/ShaunaGordon/hugo-dream-plus" | ||
|
||
pygmentsCodeFences = true | ||
pygmentsUseClasses = true | ||
|
||
enableEmoji=true | ||
|
||
paginate = 10 | ||
|
||
[permalinks] | ||
posts = ":year/:month/:day/:slug/" | ||
|
||
[params] | ||
contentType = "posts" | ||
itemsPerPage = 10 | ||
enableColorBG = true | ||
enableToc = true | ||
enableTags = true | ||
enableCategories = true | ||
goatcounter = "gordondev" | ||
|
||
[params.author] | ||
name = "Shauna Gordon" | ||
description = "I Make Things" | ||
motto = "I Make Things" | ||
avatar = "/images/avatar.png" | ||
|
||
[params.features] | ||
twitterEmoji = true | ||
toc = true | ||
|
||
[params.tags] | ||
enabled = true | ||
|
||
[params.categories] | ||
enabled = true | ||
|
||
[params.series] | ||
enabled = true | ||
|
||
[params.background] | ||
gradients = [["#3e5151", "#decba4"],["#333333","#dddddd"]] | ||
|
||
[social] | ||
linkedin = "gordondev" | ||
github = "ShaunaGordon" | ||
gitlab = "shauna" | ||
email = "[email protected]" | ||
resume = "//resume.shaunagordon.com" | ||
|
||
[markup] | ||
[markup.tableOfContents] | ||
endLevel = 4 | ||
ordered = false | ||
startLevel = 2 | ||
|
||
[markup.goldmark] | ||
[markup.goldmark.renderer] | ||
unsafe = true | ||
|
||
[taxonomies] | ||
category = "categories" | ||
tag = "tags" | ||
series = "series" |
This file was deleted.
Oops, something went wrong.