This commit is contained in:
parent
ef5a39710c
commit
1060fb572c
@ -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
|
||||
|
||||
|
@ -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 blog’s information.</li>
|
||||
<li>Edit the <code>_data/metadata.js</code> with your blog’s 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>
|
||||
|
@ -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"?>
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
# Metadata comes from _data/metadata.json
|
||||
# Metadata comes from _data/metadata.js
|
||||
permalink: /feed/feed.json
|
||||
---
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user