Remove default content files and add new example content, including about pages, blog posts with mixed content formats, and updated front page content.
5 lines
302 B
HTML
5 lines
302 B
HTML
<section>
|
|
<h2>HTML Section</h2>
|
|
<p>This section is plain HTML, rendered after the Markdown above. Number prefixes (<code>10-</code>, <code>20-</code>) control the order.</p>
|
|
<p>You can mix <code>.md</code>, <code>.html</code>, and <code>.php</code> files freely within a single page.</p>
|
|
</section>
|