-
Have you considered making victorhugo into a [Hugo Module](https://gohugo.io/hugo-modules/)? Some examples of this in action are at https://github.com/gohugoio/hugo-mod-jslibs. I think it might make…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Kubernetes Version
N/A
### Shipwright Version
N/A
### Current Behavior
In #115, the build st…
-
### Past Issues Searched
- [X] I have searched open and closed issues to make sure that the bug has not yet been reported
### Issue is a Bug Report
- [X] This is a bug report and not a feature requ…
-
```
Start building sites …
hugo v0.122.0-b9a03bd59d5f71a529acb3e33f995e0ef332b3aa+extended darwin/arm64 BuildDate=2024-01-26T15:54:24Z VendorInfo=gohugoio
ERROR %!s() uses a `cta-button-list` bl…
-
Use of MODULES hosted on Git repos is an awesome feature. For example...
```text
[[module.imports]]
# path = 'github.com/bingo/tl01-bigme-content@v02'
path = 'github.com/bingo/tl01-bigm…
-
### Environment
- [ ] Version of Docsy you are using: v0.10.0
- [ ] How are you using Docsy? As a: Hugo module
- [ ] Version of Hugo you are using (output of `hugo version`): hugo v0.123.0-3c8a47…
-
> _As a Hugo theme developer, I want a simpler way to define validation for my partials so that I don't have to write numerous handlers._
I work on a set of (extensible, modular) Hugo themes and mo…
-
The purpose of this issue is to solicit community feedback and hopefully reach some consensus.
As of v0.135.0 I can do things like[^1]:
```text
docker run -v .:/site -u $(id -u):$(id -g) ghcr.i…
-
### What version of Hugo are you using (`hugo version`)?
$ hugo version
hugo v0.126.1+extended darwin/arm64 BuildDate=2024-05-15T10:42:34Z VendorInfo=brew
### Does this issue reproduce with…
-
Hugo already has the the ability to get modified date from git but could we also get the original creation date from git with the:
```
enableGitInfo = true
```
This should be possible with g…