Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 735 Bytes

File metadata and controls

37 lines (28 loc) · 735 Bytes

Code, Coffee, Metal


Note

to create a new post, execute hugo new content content/posts/new-post.md
this new file can be used as a template, and requires a content directory to be created manually
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