12 lines
605 B
HTML
12 lines
605 B
HTML
|
|
<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/<lang>/<category>/</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>
|