mirror of
https://github.com/cchuster/connerchu.com
synced 2025-08-01 05:15:32 +00:00
Compare commits
6 Commits
e7e89c61f9
...
b5ed961a08
Author | SHA1 | Date | |
---|---|---|---|
b5ed961a08 | |||
30c7954d14 | |||
0c8170ed4c | |||
0a975bf8bc | |||
d7ad464357 | |||
576556d34f |
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
@ -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 = "© Copyright 2025"
|
||||
timeout = "1h"
|
||||
|
||||
|
@ -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
5
go.mod
@ -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
2
go.sum
@ -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=
|
1
themes/hugo-shortcode-gallery
Submodule
1
themes/hugo-shortcode-gallery
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit b0508b310e2dfcf1573d12e4a727481420c7909b
|
Loading…
x
Reference in New Issue
Block a user