compose icon indicating copy to clipboard operation
compose copied to clipboard

[BUG] template for shortcode "block" not found

Open Nillecs opened this issue 6 months ago • 3 comments

I have checked all the prerequisites below and I'm yet experiencing a problem

  • [X] Read the README.md
  • [X] Have the extended version of Hugo installed
  • [X] Used the exampleSite's hugo.toml as a reference
  • [X] If and when requested, I'll link my repo to make it easier to debug.

⚠️ NOTE: If the issue isn't easy to reproduce and its author(s) decline to provide reasonable accommodation to debug, the issue will be closed.

Describe the bug

Linux Command:

hugo new site yourSiteName
cd yourSiteName
git init
git submodule add https://github.com/onweru/compose/ themes/compose
cp -a themes/compose/exampleSite/* .
hugo server

Error Message:

Error: Error building site: "/mnt/c/Users/Liffecs/test/yourSiteName/content/_index.md:11:1": failed to extract shortcode: template for shortcode "block" not found

Desktop (please complete the following information):

  • OS: Ubuntu 22.04
  • Browser: Chrome

Nillecs avatar Dec 10 '23 02:12 Nillecs