python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Omit file extension from slug
I am using this bash script to add a markdown file name as a slug in the front matter. However, I would like to omit the extension .md and retain the name only e.g. foo.md I retain foo. Could anyone a...

user17531463
Votes: 0
Answers: 1
How to set Neovim+SpaceVim to syntax highlight Hugo (markdown, TOML, Go+HTML, CSS) files?
I am on Manjaro using Neovim and SpaceVim vanilla installations. The editor works fantastically well.
Since I am new to vim-style editing, I do not want to mess my configuration. Yet I'm not very savv...
LobaLuna
Votes: 0
Answers: 0
Syntax Highlighting in Hugo with blogdown in Rmarkdown
I'm using blogdown and the lxndrblz/anatole theme to create a blog.
The blog should have usual syntax highlighting, which should be supported.
When I create a new post in markdown (not Rmarkdown!) lik...
David
Votes: 0
Answers: 1
How can I have a different frontmatter for my about page in Hugo?
I'm using the PaperMod theme. I have the following params in my config.yml
---
# some predefined variables
params:
ShowReadingTime: true
ShowShareButtons: true
ShowBreadCrumbs: true
ShowCodeCo...

mfaani
Votes: 0
Answers: 2