A charming Jekyll theme.
jekyll-theme

chore: some test posts

+15 -2
+2
_posts/2026-01-18-wikipedia.md
··· 3 3 title: "" 4 4 category: Links 5 5 source: "https://en.wikipedia.org/" 6 + tags: 7 + - Wikipédia 6 8 --- 7 9 8 10 My favorite website!
+1
_posts/2026-02-02-rss.md
··· 11 11 - projects 12 12 - Esporo 13 13 - feeds RSS 14 + - tests 14 15 --- 15 16 16 17 This is the Esporo RSS feed.
+5
_posts/2026-02-16-a-test-post.md
··· 3 3 date: 2026-02-16 4 4 title: A Test Post 5 5 category: Notes 6 + tags: 7 + - markup 8 + - tests 9 + - HTML 10 + - amoeba 6 11 --- 7 12 8 13 Hello, this is a _test_.
+7 -2
_posts/2026-02-20-text-formatting.md
··· 1 1 --- 2 2 layout: post 3 3 title: Text formatting 4 + author: arthur 5 + tags: 6 + - HTML 7 + - semantics 8 + - markup 4 9 --- 5 10 6 11 Este é um parágrafo comum com **negrito**, *itálico*, ***negrito e itálico***, ~~tachado~~ e `código inline`. Também há [um link](https://example.com) e [um link com título](https://example.com "Título do link"). ··· 189 194 190 195 ### Imagem simples (Markdown) 191 196 192 - ![Texto alternativo da imagem](https://placehold.co/800x400 "Título opcional") 197 + ![Texto ernativo da imagem](https://placehold.co/800x400 "Título opcional") 193 198 194 199 ### Figura com legenda (HTML puro) 195 200 196 201 <figure> 197 - <img src="https://placehold.co/800x400" alt="Imagem de exemplo" /> 202 + <img src="https://placehold.co/800x400" ="Imagem de exemplo" /> 198 203 <figcaption>Legenda descritiva da figura.</figcaption> 199 204 </figure> 200 205