Zach Leatherman
2023-02-07 11:07:11 -06:00
parent ef5a39710c
commit 1060fb572c
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ layout: layouts/base.njk
{%- css %}{% include "public/css/message-box.css" %}{% endcss %}
<div class="message-box">
<ol>
<li>Edit the <code>_data/metadata.json</code> with your blogs information.</li>
<li>Edit the <code>_data/metadata.js</code> with your blogs information.</li>
<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>