From 3e9828be54190c71c9da3ec36fdd0bc4b70a0392 Mon Sep 17 00:00:00 2001 From: Christian Engel Date: Tue, 19 Apr 2022 08:11:00 +0200 Subject: [PATCH] Update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6f18952..30c00a6 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,14 @@ cd chringel && npm install theme = "chringel-hugo-theme" ``` +### Create a new post + +Included is an [`archetype`](./archetypes/post-bundle/) to help you get started with creating content. It's a [post bundle](https://gohugo.io/content-management/page-bundles/#leaf-bundles). Create it with: + +```shell +hugo new --kind post-bundle post/my-post +``` + ## Features * 🌝 /🌚 Automatic dark mode based on device setting