🧭 Faq
⚙️ Debug Info (Archetype Context):
- File name:
index- Section:
(not set)- Path:
faq\index.md- Dir:
faq\- Ext:
md- Archetype:
faq- Date:
2025-11-10T18:41:31-06:00Note: Fields like
.Kind,.Type, and.Layoutare only available at build/render time, not duringhugo newcreation.
📝 Description
Write your main content here. This section is automatically generated from the archetype to help you verify that Hugo recognized your file path and section correctly.
🧩 Developer Notes
- This file was generated from an archetype.
- The metadata above helps confirm correct content placement.
- You can delete this debug info once the page is finalized.
✅ Next Steps
- Replace placeholder text with your real content.
- Add any extra front matter fields (e.g.,
tags,categories,featured_image). - Run
hugo server -Dto preview changes. - Commit once your content looks right.
🧠 Why This Works
- ✅ Uses only archetype-safe fields (
.File,.Name,.Date,.Section) - ✅ Prevents “can’t evaluate field Kind” errors
- ✅ Still shows context and debug info for the creator
- ✅ Works for both leaf bundles (
index.md) and regular pages (about.md)
Would you like me to extend this archetype so it detects the section type automatically (e.g., if it’s in /posts/, /docs/, etc.) and adds a dynamic type: field accordingly? That’s handy for large multi-section sites.