-
I'm not sure if this is a bug or an enhancement... or perhaps there's a good reason for the current behavior.
```text
[[module.mounts]]
source = 'content'
target = 'content'
excludeFiles = ['po…
-
Currently, for (now obvious to me) security reasons, a module cannot set up mounts configuration on the project level.
I think this would be to the benefit of the user, if modules could administer …
-
I'm doing some foundational improvements to Hugo, and I stumbled over some limitations to _single file mounts_ (as in: Not a directory). These mounts were intended to be used for directories, that th…
-
Running the following command after installing **algoliasearch** and **glob** globally:
`node ./themes/minimo/scripts/generate-search-index-algolia.js`
Getting this error:
```
internal/modul…
-
## Describe the bug
Vendoring the modules of Hinode's example site creates an invalid module list.
## To reproduce
Steps to reproduce the behavior:
```bash
git clone https://github.com/geth…
-
### What version of Hugo are you using (`hugo version`)?
hugo v0.82.0-9D960784
### Does this issue reproduce with the latest release?
Yes
---
As per esbuild:
> You can also impor…
-
For partials and shortcodes it is already possible with the current version of Hugo to use the file extension `.gohtml` instead of `.html`. It would be great if the file extension `.gohtml` could …
-
I cloned the theme locally. But hugo server gives me the following error:
`C:\Hugo\sites\iwriter-hugo>hugo server --themesDir ../..
Error: failed to download modules: binary with name "go" not fou…
-
I host my blog at a sub-directory of my overall site, but sadly the theme seems to have misconfigured paths, as adding a subfolder to my baseURL causes the build process to fail thusly:
```
Error: e…
-
I was having a problem importing this module into my project.
The Hugo website says to use this syntax:
`hugo mod init github.com//`
After that, `hugo mod get -u` produces this error:
`go get …