Compare commits

..

No commits in common. "b5ed961a08dc16542b5a1a32d8741a603edd65a2" and "e7e89c61f95a9076c67bcacf89f2e05de3e466d7" have entirely different histories.

6 changed files with 12 additions and 13 deletions

3
.gitmodules vendored Normal file
View File

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

View File

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

5
go.mod Normal file
View File

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

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
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=

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