-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
Preliminary Checks
- This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/HugoBlox/hugo-blox-builder/issues?q=is%3Aissue
- This issue is not a question, feature request, or anything other than a bug report directly related to Hugo Blox Builder. Please post those things on Discord: https://discord.gg/z8wNYzb
Description
I download the Academic CV theme, and -- without modifying anything else -- I add line containing a cite
shortcode (as described in https://docs.hugoblox.com/reference/markdown/#cite). Yet, when trying to build the site, I get an error message saying that the "cite" shortcode is not found.
Reproduction Link
https://github.com/HugoBlox/theme-academic-cv
Steps to Reproduce
- Download the
academic-CV
theme (https://github.com/HugoBlox/theme-academic-cv) - Add the following line to (say)
\content\teaching\python\index.md
:{{< cite page="/publication/preprint" view="citation" >}}
(as in https://docs.hugoblox.com/reference/markdown/#cite) - Run
hugo server
Expected Result
Site is built with no errors or warnings.
Actual Result
I receive the following error message:
Error: error building site: process: readAndProcessContent: "C:\Users<path>\content\teaching\python\index.md:142:1": failed to extract shortcode: template for shortcode "cite" not found
What Hugo Module versions does your site use?
module github.com/HugoBlox/hugo-blox-builder/starters/academic-cv
go 1.19
require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231209203044-d31adfedd40b
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.3.1
)
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Firefox
Which Hugo Blox template are you using?
Academic CV
What version of Hugo are you using?
Hugo Extended v0.145.0