HugoBlox / hugo-blox-builder

🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!
https://hugoblox.com/templates/
MIT License
8.12k stars 2.89k forks source link

'about.biography' block was not found #2964

Closed Bmithbs closed 1 year ago

Bmithbs commented 1 year ago

Preliminary Checks

Description

I want to use the block of about.biography, but there occur a ERROR: uses a 'about.biography' block but the 'about.biography' block was not found at 'layouts/partials/blocks/about.biography.html'

Reproduction Link

https://github.com/wowchemy/starter-hugo-research-group.git

Steps to Reproduce

I want to ceate a new biography page, I paste this in a new file

---
title: My page
type: landing

sections:
  - block: about.biography
    id: about
    content:
      title: Biography
      username: admin
---

Expected Result

Expect to this kind of pages image

Actual Result

ocur a ERROR: uses a 'about.biography' block but the 'about.biography' block was not found at 'layouts/partials/blocks/about.biography.html'

What Hugo Module versions does your site use?

module github.com/wowchemy/starter-hugo-research-group

go 1.15

require ( github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20230418194707-ca2775cd57a2 // indirect )

What operating system(s) are you seeing the problem on?

macOS

What browser(s) are you seeing the problem on?

Chrome

Which Wowchemy template are you using?

research group

What version of Hugo are you using?

0.115.0

gcushen commented 1 year ago

Please use the Support link for asking questions like everyone else. We use GitHub Issues for project management.