Hello, world!
Welcome to the blog 🎉
This is a standard demo post (in English). It exists to show, in a single place, everything this blog template can render: headings, text styles, lists, images, code blocks, and more.
Text formatting
Italic, Bold, Strikethrough, subscript, superscript, underline, \*test\*.
Colored text
You can highlight names, links, or words with custom colors:
This post was written using Markdown.
Footnotes
A simple footnote 1.
Citrullus lanatus is very good. 2.
Code block
This is a code block of the entire post:
--- title: "Hello, world!" description: "A standard demo post showing everything this blog supports." tags: ["Demo", "Guide", "Markdown"] date: "2026-07-05" --- # Hello, world! <!-- Hello, from a star of the project! :) --> ## Welcome to the blog This is a **standard demo post**. It exists to show, in a single place, everything this blog template can render: headings, text styles, lists, images, code blocks, and more. ### Text formatting *Italic*, **Bold**, ~Strikethrough~, <sub>subscript</sub>, <sup>superscript</sup>, <ins>underline</ins>, `\*test\*`. ### Colored text You can highlight names, links, or words with custom colors: This post was written using [Markdown](https://www.markdownguide.org/){#0EA5E9}, styled with [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS){#F97316}, and published from a [GitHub](https://github.com){#6E5494} repository. ### Footnotes A simple footnote [^1]. Citrullus lanatus is very good. [^2]. [^1]: Reference here. [^2]: Citrullus lanatus is the scientific name for watermelon. ### Code block This is a `code block` of the entire post: ``` imagine infinite recursion here, lol ``` ### Task list - [x] Set up the project - [x] Launch the first template - [ ] Publish ### Image (Markdown syntax)  ### Image (HTML syntax, with custom width) <img src="https://placehold.co/300x300" width="300" /> ### A simple list - This is a standard template - It supports rich text formatting - Feel free to delete this post and write your own - Thanks for checking it out! That's it, happy writing!
Task list
- Set up the project
- Launch the first template
- Publish
Image (Markdown syntax)
Image (HTML syntax, with custom width)
A simple list
- This is a standard template
- It supports rich text formatting
- Feel free to delete this post and write your own
- Thanks for checking it out!
That's it, happy writing!
