python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Hugo toha template failed to extract shortcode
I'just cloned the Hugo toha template site from https://github.com/hugo-toha/hugo-toha.github.io I´ve tried to run it using the code hugo server -t toha -w and I've got the following error: hugo-toha.g...
user2535338
Votes: 0
Answers: 1
How to indicate safe links from post
I want to link a file using file:///path/to/file from a post, but the link disappears because of safety checks:
[my link](file:///path/to/file)
How can I allow this link on a post?
This case of use d...
xihh
Votes: 0
Answers: 2
Problem adding code folding button in blogdown + Anatole theme
I am having a problem adding code folding to Anatole theme in Blogdown.
I have followed this blogpost and I managed to add both "Show/Hide all code" and the individual buttons for each code ...

martinolmos
Votes: 0
Answers: 1
Changing Hugo's built-in figure shortcode to add lazy loading to images
In my Hugo-generated website I'm making use of the built-in shortcode figure. Example:
{{< figure src="myImage.svg" width="100%" alt="Some description" >}}
This re...
Steven
Votes: 0
Answers: 2