Open
Description
What you'd like to propose?
Wanted feature
- Move the home-info profile content from the Hugo config file (
hugo.yaml
orhugo.toml
) to a regular markdown file (let saycontent/home-info.md
) - Render the home info content as a regular page (reuse
.post-single.css
)
Why this feature?
In home-info mode, if you test the following:
hugo.yaml
params:
description: "The description."
author: Me
defaultTheme: auto # to switch between dark or light according to browser theme
env: production
homeInfoParams:
Title: Welcome
Content: >
First line.
* First bullet point
* Second bullet point
* Third bullet point
Last line
You will obtain this rendering:
You can remark that:
- The bullets are not rendered for the list items
- You must add a new line to separate correctly the list items
- The last line is not considered as a new line, and is merged with the last list item.
Code of Conduct
- I agree to follow this project's Code of Conduct