xmitter-11ty/_includes/layouts/home.njk

17 lines
770 B
Plaintext
Raw Normal View History

2023-01-23 09:17:38 -05:00
---
layout: layouts/base.njk
---
2023-02-06 15:12:02 -05:00
<!-- Delete this message, it will also remove the component CSS from the bundle -->
2023-02-02 18:35:18 -05:00
{%- css %}{% include "public/css/message-box.css" %}{% endcss %}
2023-01-23 11:02:06 -05:00
<div class="message-box">
2023-01-23 12:37:44 -05:00
<ol>
<li>Edit the <code>_data/metadata.js</code> with your blogs information.</li>
2023-01-23 12:37:44 -05:00
<li>(Optional) Edit <code>eleventy.config.js</code> with your <a href="https://www.11ty.dev/docs/config/">configuration preferences</a>.</li>
<li>Delete this message from <code>_includes/layouts/home.njk</code>.</li>
</ol>
<p><em>This is an <a href="https://www.11ty.dev/">Eleventy project</a> created from the <a href="https://github.com/11ty/eleventy-base-blog"><code>eleventy-base-blog</code> repo</a>.</em></p>
2023-01-23 11:02:06 -05:00
</div>
2023-01-23 09:17:38 -05:00
<!-- Stop deleting -->
2023-01-23 11:02:06 -05:00
{{ content | safe }}