website-htmx-rustelo-code/site/r/blog/en/getting-started/hello-world.html

12 lines
605 B
HTML
Raw Normal View History

2026-07-10 03:44:13 +01:00
<h1>Hello, World</h1>
<p>This is an example post shipped with the template. It exists so the blog list,
category filters, and post page render out of the box.</p>
<h2>What to do next</h2>
<ul>
<li>Edit or delete this file and <code>../../es/getting-started/hola-mundo.md</code>.</li>
<li>Add posts under <code>site/content/blog/&lt;lang&gt;/&lt;category&gt;/</code>.</li>
<li>Keep the front-matter keys above — they drive the list and detail pages.</li>
</ul>
<p>Both render profiles (<code>htmx-ssr</code> and <code>leptos-hydration</code>) read the same content;
nothing here is profile-specific.</p>