Skip to content

Commit

Permalink
Update theme to use new path
Browse files Browse the repository at this point in the history
Signed-off-by: Shauna Gordon <[email protected]>
  • Loading branch information
ShaunaGordon committed Jun 14, 2024
1 parent 1c9f068 commit e313590
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/ShaunaGordon/shaunagordon.github.com

go 1.22.2

require github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240614202700-565fdd5d1632 // indirect
require github.com/ShaunaGordon/hugo-lucid-dream v0.0.0-20240614203552-82b29a665913 // indirect
16 changes: 2 additions & 14 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240612064220-01f6f9bf1b25 h1:2kIXtw4MpMRBDhAkkCHeIGj84PB6Lg9Q7xm8GCaLP8U=
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240612064220-01f6f9bf1b25/go.mod h1:8Q4c/TF3eaHQc31V9hQmhlXchlL236xv0TYBJYoezUY=
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240612070529-312881f46126 h1:pZvlWbGXzTzokC/XN7EhIUWxxdEfQNEzJypxD4WlLIU=
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240612070529-312881f46126/go.mod h1:8Q4c/TF3eaHQc31V9hQmhlXchlL236xv0TYBJYoezUY=
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240612071446-fa8df93ed80d h1:NNu/i9Tu7XBmfn/utngl6tXIxx8D2hpmjWNPNw4XRlE=
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240612071446-fa8df93ed80d/go.mod h1:8Q4c/TF3eaHQc31V9hQmhlXchlL236xv0TYBJYoezUY=
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240612072017-cf41437c2e36 h1:upUBBDrbwi+Zk1d/xYwIwizSjVmK6NUfrGPK9vyv2bA=
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240612072017-cf41437c2e36/go.mod h1:8Q4c/TF3eaHQc31V9hQmhlXchlL236xv0TYBJYoezUY=
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240612151843-7a5a99444051 h1:9SG0dv3NHu8F8omGic0gto8IJPCG3KyMwru0WA4xLNY=
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240612151843-7a5a99444051/go.mod h1:8Q4c/TF3eaHQc31V9hQmhlXchlL236xv0TYBJYoezUY=
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240614201944-1309c27cac1b h1:lvxVQD9M6ePp9II31au+EZLAKDDzoBgMoJ9mGHD1+6I=
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240614201944-1309c27cac1b/go.mod h1:8Q4c/TF3eaHQc31V9hQmhlXchlL236xv0TYBJYoezUY=
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240614202700-565fdd5d1632 h1:WGJrPP3dBTnvhmzNRNeiSYkjpHThMLiHofGu6om9nNM=
github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240614202700-565fdd5d1632/go.mod h1:8Q4c/TF3eaHQc31V9hQmhlXchlL236xv0TYBJYoezUY=
github.com/ShaunaGordon/hugo-lucid-dream v0.0.0-20240614203552-82b29a665913 h1:chQDNZQnxnMq+lWeGHiSNgL1Dr4QFE6XABv4VNdC/eM=
github.com/ShaunaGordon/hugo-lucid-dream v0.0.0-20240614203552-82b29a665913/go.mod h1:kjLsDcUnZyC7bQddvbpNkPgUZybBaP8eJFzE1+4+HrA=
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ paginate = 10

[module]
[[module.imports]]
path = "github.com/ShaunaGordon/hugo-dream-plus"
path = "github.com/ShaunaGordon/hugo-lucid-dream"

[permalinks]
posts = ":year/:month/:day/:slug/"
Expand Down

0 comments on commit e313590

Please sign in to comment.