Content

New post / Chapter

The first command is to make a new top heading(chapter) in the menu on the left, the second is for content under the top heading.
The name of the document is the title i.e first-content will change into first content when the page is generated.

hugo new --kind chapter homelab/_index.md
hugo new homelab/first-content.md

Writing

This theme uses github markdown, as well as Font-Awesome and emoji’s.

Font Awesome

To use font awesome, you need the below snippet in your hugo.tml file

[markup.goldmark.renderer]
    unsafe = true

Then in your pages use

Built with <i class="fas fa-heart"></i> by Relearn and Hugo

Reference

Emoji

In hugo.toml add

enableEmoji = true

Then add the relevant code in markdown

Hello! :wave:

List of emoji codes