Hello,
I’m trying to build my site using Hugo and the theme beautifulhugo (I was using mkdocs previously).
I typed the command line hugo server
to see how it renders but I get this error message :
Error: Error building site: "C:\Users\Cyber Grange 07\documents\cybergrange\content\post\2017-03-20-photoswipe-gall
ery-sample.md:15:1": failed to extract shortcode: template for shortcode "load-photoswipe" not found
here is the code for my config.toml file :
DefaultContentLanguage = "en"
theme = "beautifulhugo"
metaDataFormat = "yaml"
pygmentsUseClasses = true
pygmentCodeFences = true
#disqusShortname = "XXX"
#googleAnalytics = "XXX"
I looked into this topic but I have the themed installed and called in the config.toml file.
Could you help me to deal with this error ?
Thanks in advance