DEV DISCUSSIONS ONLY ... refer to https://gohugo.io for docs and https://discourse.gohugo.io for support and usage questions
bep on jsbuild
hugolib: Adjust JS test to also… (compare)
bep on jsbuild
Add js.Build asset bundling Fi… (compare)
bep on jsbuild
Add js.Build asset bundling Fi… (compare)
bep on jsbuild
Add support for ESBuild asset b… Move resources.ESBuild to js.Bu… js.Build: Use in-memory input and 4 more (compare)
Building sites … WARN 2020/04/04 16:35:54 found no layout file for "HTML" for kind "taxonomyTerm": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2020/04/04 16:35:54 found no layout file for "HTML" for kind "taxonomyTerm": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
Built in 75 ms
Error: Error building site: POSTCSS: failed to transform "css/styles.css" (text/css): resource "css/css/styles.css_399150aa5120c2eabf9b104f4c7e1636" not found in file cache
cargo run
Vincent Valeninte
@prog20901 I am currently customizing Chuck Poster to fit my need. It’s worth taking a look at. https://themes.gohugo.io/hugo-theme-chunky-poster/
Hello!
I am working on some markdown language extension for my own writings, e.g.
In the past, I used Jekyll plugins for similar tasks.
I have been trying to use short-codes for this, but they don't seem flexible enough for these tasks.
I was not able to figure out if "hugo modules" can be used to build features like this. They seem to be more targeted towards building extended themes.
Is it possible to build these language extensions into hugo?
Where should I start looking, when building this?
hi
I have pasted the code in
<https://pastebin.com/z8q5cavm>
I will be having huge list of rows in the datatable and each row will have a specific href or mp3 file link. However the code always opens the serm.mp3 eventhough whatever i pass in the link.
Can someone help me on how to fix this javascript?
Basically want to change the src of the mp3 file when the media player open on clicking the href link in the datatable