Compare commits

...

6 Commits

Author SHA1 Message Date
b5ed961a08 remove vendor 2025-07-06 12:10:23 +02:00
30c7954d14 remove vendor 2025-07-06 12:09:44 +02:00
0c8170ed4c remove go mod and sum 2025-07-06 12:01:59 +02:00
0a975bf8bc remove go mod and sum 2025-07-06 11:59:13 +02:00
d7ad464357 remove go mod and sum 2025-07-06 11:57:56 +02:00
576556d34f add vendor 2025-07-06 11:53:41 +02:00
6 changed files with 13 additions and 12 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "themes/hello-friend-ng"]
path = themes/hello-friend-ng
url = https://github.com/cchuster/hugo-theme-hello-friend-ng.git

View File

@ -1,7 +1,7 @@
baseURL = "https://connerchu.com"
title = "Conner Chu"
languageCode = "en-us"
theme = "hello-friend-ng"
theme = ["hello-friend-ng", "hugo-shortcode-gallery"]
copyright = "&copy Copyright 2025"
timeout = "1h"

View File

@ -5,4 +5,14 @@ draft = false
layout = "photography"
+++
{{< gallery match="*" sortOrder="desc" rowHeight="150" margins="5" thumbnailResizeOptions="600x600 q90 Lanczos" showExif=true previewType="blur" embedPreview=true loadJQuery=true >}}
{{< gallery
match="*"
sortOrder="desc"
rowHeight="150"
margins="5"
thumbnailResizeOptions="600x600 q90 Lanczos"
showExif="true"
previewType="blur"
embedPreview="true"
loadJQuery="true"
>}}

5
go.mod
View File

@ -1,5 +0,0 @@
module github.com/cchuster/connerchu.com
go 1.18
require github.com/mfg92/hugo-shortcode-gallery v1.2.0 // indirect

2
go.sum
View File

@ -1,2 +0,0 @@
github.com/mfg92/hugo-shortcode-gallery v1.2.0 h1:gkCZ08gNSoU/RymTScnR+Dh0gEwhlaxEjI0o2NTpWbA=
github.com/mfg92/hugo-shortcode-gallery v1.2.0/go.mod h1:zKnMCx7OJJPTfVNalUAFGkNVABLCqIuPl57NeBtSFc0=

@ -0,0 +1 @@
Subproject commit b0508b310e2dfcf1573d12e4a727481420c7909b