Code, Coffee, Metal
Note
to create a new post, execute hugo new content content/posts/new-post.md
the post template can be updated in archetypes/posts.md
+++
title = "New Post"
date = "2025-05-19T00:42:21+01:00"
author = "Aleksander Reinhardt"
tags = ["", ""]
keywords = ["", ""]
description = ""
showFullContent = false
hideComments = false
+++
## Introduction
This is **bold** text, and this is *emphasized* text.
Visit the [CodeLust](https://www.codelust.dev/) website!
Note
to launch a local server, execute hugo server -t terminal