hello-world.md (982B)
1 +++ 2 title = "hello, world" 3 date = 2026-06-10 4 description = "first post in the demo site" 5 tags = ["meta", "intro"] 6 +++ 7 8 This is a demo post that ships with `hugo-theme-tui`. It shows how a single 9 post is rendered: the frame title shows the file basename, the dot-matrix 10 marker shows the `posts_single` word, and a table of contents appears above 11 the article if the post has any `##` or `###` headings. 12 13 ## A section heading 14 15 Body copy uses a monospace font (Atkinson Hyperlegible Mono) on a Nord 16 palette. Inline `code` like this gets a subtle panel background and a 2px 17 border-radius. 18 19 ```bash 20 # fenced code blocks get a left rule in the Nord green 21 echo "hello" 22 ``` 23 24 ### A subsection 25 26 Links look like [this](https://example.com) — solid underline in the link 27 color at 25% opacity, switching to a brighter color on hover. 28 29 > Blockquotes get a left rule in the Nord purple. Use them for asides. 30 31 ## Another section 32 33 Lists use a thin `·` bullet: 34 35 - item one 36 - item two 37 - item three