mirror of
https://github.com/cchuster/connerchu.com
synced 2025-08-02 22:05:33 +00:00
Compare commits
No commits in common. "b5ed961a08dc16542b5a1a32d8741a603edd65a2" and "e7e89c61f95a9076c67bcacf89f2e05de3e466d7" have entirely different histories.
b5ed961a08
...
e7e89c61f9
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
|
@ -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 = "© Copyright 2025"
|
copyright = "© Copyright 2025"
|
||||||
timeout = "1h"
|
timeout = "1h"
|
||||||
|
|
||||||
|
@ -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
5
go.mod
Normal 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
2
go.sum
Normal 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
|
|
Loading…
x
Reference in New Issue
Block a user