About Page

About Page

In Quick Start, we add About Me as below:

Type in your terminal:

hugo new about/me.md

Write somethings about you:

---
title: About Me
---
 
Hi, my name is Yue Yang.
 
This is my blog.

Then create an index.md in the about folder and put below contents into it:

---
headless: true
---

You will be curious why it's needed to create an index.md. Because dream won't want the about folder to be output as RegularPages.

Related docs: https://gohugo.io/content-management/page-bundles/#headless-bundle (opens in a new tab)

More describes

You can add multiple .md files, all of them will also be rendered as masonry layout.

hugo new about/desc1.md
 
hugo new about/desc2.md