-
We have `fileExists` at this time to find out if a file exists. https://gohugo.io/functions/fileexists/
Based on this I think it would be a useful feature, to have a function `partialExists` that w…
-
Hugo attempts to install v2 of github.com/tdewolff/minify. The way to do this that supports GO111MODULE=off would be to create the directory github.com/tdewolff/minify/v2 and put v2 there, per https:/…
-
The command ""go get -v github.com/spf13/hugo" failed and exited with 2 during .
Travis .yml File:
language: go
install:
go get -v github.com/spf13/hugo
script:
- hugo version
- make dep…
-
Hugo mod requires that tags follow the semver pattern `vMAJOR.MINOR.PATCH`.
The latest tag 0.2.0-pre with the deletion of v0.2.0-pre breaks module functionality. Tag 0.2.0-pre is not seen as a pro…
-
代码块:
1. 边框样式
2. 配色样式
3. 复制按钮
4. 显示行号
[样式参考](https://raw.githubusercontent.com/kufii/CodeSnap/master/examples/material_operator-mono.png)
除此之外,由于主推hugo module的更新方式,修改样式多有不便,那么是否考虑推出自定义eureka …
-
### What version of Hugo are you using (`hugo version`)?
0.87.0
### Does this issue reproduce with the latest release?
Yes
Adding Modules in config makes Taxonomies usless:
```
bas…
-
Hi everybody !
I just tried to start a new website, following the instructions at https://gohugo.io/getting-started/quick-start/
```bash
$ hugo new site quickstart
$ cd quickstart
$ git init
…
-
As of 0.47.1, according to Transform() in resource/postcss/postcss.go, when Hugo cannot find the executable "postcss" in "node_modules/postcss-cli/bin/" (fetched via `npm install postcss-cli` without …
-
### If you have interest to read the HUGO documentation now, you will meet some problems, because a lot of pages did`n work. (
-
### What version of Hugo are you using (`hugo version`)?
`v0.59.0`
### Does this issue reproduce with the latest release?
Yes.
### Details
First, thank you for Hugo! It's been a joy …