-
I suggest we don't use Docsy as a Git submodule anymore but as a Hugo module.
Git submodules are complicated to maintain.
Docsy and Hugo recommends using Hugo modules, instead of Git submodules.…
aliok updated
6 months ago
-
Hugo's partial resolution does not currently support directories as paths. Having them would be convenient as they would allow more modular and self contained Hugo modules. For example, I'm currently …
-
### Go version
go version devel go1.23-4f77a83589 Tue Jun 18 22:25:08 2024 +0000 linux/amd64
go version 1.22.4
go version 1.21.11
### Output of `go env` in your module/workspace:
```she…
-
this idea may be similar to #10633 #11085
but this is using .so file or calling function from dynamic library
Example project:
https://github.com/vladimirvivien/go-plugin-example
so, an…
-
I recently moved everything from dnb-org to davidsneighbour and did some renaming of repositories for personal reasons. The following is an update path for Hugo Modules that were introduced into your …
-
Following this build instructions is failing on my local machine.
**Specs:**
- OSX Version 10.13.6
- Hugo version v0.62.0
I'm unsure of what instruction #2 is referencing and this may be what …
-
### Steps to reproduce
1. Clone this repo `git clone https://github.com/MunifTanjim/minimo.git`
1. `cd minimo/exampleSite`
1. Edit the config file to point the theme to minimo theme and add mount…
-
I'm not sure if this issue type is right, but anyways:
I'm trying to create a base theme for some of my sites using the `hugo mod npm pack` command (which would be
better documented by providing…
-
```# Sample workflow for building and deploying a Hugo site to GitHub Pages
name: Deploy Hugo site to Hoster
on:
# Runs on pushes targeting the default branch
push:
branches:
-…
-
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 …