How to Write a New Blog Post?
ByNiklas Harrje | |
3 mins reading time

First Steps
- Copy the
_example-postfolder - Rename it e.g.
my-new-article– no spaces/umlauts (becomes the post's URL) - Replace
hero.pngwith your title image. Requirements: min. 1600 px width. (Better too large than too small) Allowed:.png,.jpg,.jpeg,.webp - Open
post.mdand fill in the metadata (see below) - Additional images go in the
/imagessubfolder. Embed with. See tree example below
Choosing the Right Metadata (Title, Description etc.)
If there's even the slightest chance this post should rank on Google, the following things must be followed:
| Field | What to Enter | SEO/UX Note |
|---|---|---|
title | Clear, specific title. No clickbait promises. | Used as H1 and in browser tab. |
description | 140–160 characters, a complete statement that promises value. | Often appears as snippet on Google. |
pubDate | Publication date in format YYYY-MM-DD. | Also often appears as snippet on Google. |
tags | 2–5 meaningful keywords (lowercase, kebab-case). | For internal filters/overview pages. |
heroAlt | If image is purely decorative, just leave empty, otherwise brief image description | Good for image SEO/accessibility. |
Examples of Good Descriptions
- "How to plan a UX interview step by step – including question catalog and downloadable templates."
- "A practical guide for alt texts: What belongs in them, what doesn't – with examples to copy."
Images in the Post
Image of a tree as an example:

If you want to display the image smaller or customize it otherwise, you must embed it as HTML. Example:

The path to the image remains the same for both methods: ./images/baum.jpg
How to Write a Good Image Description (Alt Text)?
- Keep it short (1–2 sentences).
- Mention central information (why this image?).
- Don't write "Image of …".
- Name the medium if relevant (logo, illustration, screenshot).
- Don't duplicate what's directly next to it in the text.
- End with a period.
Alt Text: Examples
- Good: "Branch of a beech tree with fresh, green leaves in backlight."
- Good (Logo): "ACME logo: Large A in a circle."
- Bad: "Image of tree" (too vague) / "Branch of a beech tree … (see text above)" (duplicates)
Source: Harvard University
Writing Content-Wise Good Posts
- A clear question/thesis answered right at the beginning.
- Sections with subheadings (H2/H3) for scannability.
- Short paragraphs, lists, examples.
- Internal links to relevant articles.
- Conclusion/CTA at the end: What should the reader do next?
