-
First of all, thank you for your efforts!
I really like the minimal yet smooth design of this theme!
I want to convert my portfolio site (michaelfischer.at) to a static hugo site. It's a rather si…
-
I am not fully sure whether this behavior is caused by the gallery plugin, my theme or Hugo itself.
Most of my posts have a gallery on top (before any other content). This results in the descripti…
-
I have a bulk rename function:
```fish
177 function git-rename
178 for old_file in $argv[3..-1]
179 set new_file (echo $old_file | perl -pe "s/$argv[1]/$argv[2]/")
180 if test $old_fi…
-
**Describe the bug**
When used concurrently with [Hugo Easy Gallery](https://github.com/liwenyip/hugo-easy-gallery/) in a [Hugo](https://gohugo.io/) site, scroll position on the page will be reset af…
-
### What version of Hugo are you using (`hugo version`)?
$ hugo version v0.96.0+extended
For a gallery type page, I would like my page bundle to have the structure
page /
- inde…
-
[Article here.](https://gertjanvandenburg.com/blog/hugophotoswipe/)
-
### What version of Hugo are you using (`hugo version`)?
$ hugo version
hugo v0.101.0-466fa43c16709b4483689930a4f9ac8add5c9f66+extended windows/amd64 BuildDate=2022-06-16T07:09:16Z VendorInf…
-
Hi! I'm trying to use your awesome shortcode, yet nothing appear on my side. The page resources appear in the build root, yet nothing shows where it should get the gallery. It's a multi language site,…
-
Hello! I'm trying to use the [hugo-shortcode-gallery](https://github.com/mfg92/hugo-shortcode-gallery) together with this theme, but I seem to be running into the same issue as https://github.com/mfg9…
-
Adding this in gallery.html after the end of the `` tag and before the `` tag will add the date of capture to the text next to the photo:
```
{{ with .Title }}{{ . }}{{ end }}
{{ with .…