DEV DISCUSSIONS ONLY ... refer to https://gohugo.io for docs and https://discourse.gohugo.io for support and usage questions
sagikazarmark on etcd-3.5
chore(deps): update crypt and e… (compare)
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
{{%-top-}}
in an .md file gives me unrecognized character in shortcode action: U+002D '-'. Note: Parameters with non-alphanumeric args must be quoted
when trying to start hugo server -D
{{% -top-}}
but then that's not an accurate example :( (added space breaks the mustache template)
aparcar
I have a data folder with 1500 entries describing devices. Is there a way to convert these data entries to pages withoutmanually creating "dummy" markdown files?
https://themes.gohugo.io/theme/toha/
https://themes.gohugo.io//theme/toha/post/
How can we create multiple template pages using the above Post layout with separate sideNav.
Repo: https://github.com/hugo-toha/toha
I tried many ways but no luck