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

@ -77,7 +77,7 @@ Specifically have a look at `eleventy.config.js` to see if you want to configure
npm install
```
### 4. Edit `_data/metadata.json`
### 4. Edit `_data/metadata.js`
### 5. Run Eleventy

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>

View File

@ -1,5 +1,5 @@
---
# Metadata comes from _data/metadata.json
# Metadata comes from _data/metadata.js
permalink: /feed/feed.xml
---
<?xml version="1.0" encoding="utf-8"?>

View File

@ -1,5 +1,5 @@
---
# Metadata comes from _data/metadata.json
# Metadata comes from _data/metadata.js
permalink: /feed/feed.json
---
{