Move from atom.xml to feed.xml for tech agnostic-ish filename.
This commit is contained in:
parent
1cde4b19bc
commit
c81bebd872
@ -3,8 +3,9 @@
|
|||||||
"url": "https://myurl.com/",
|
"url": "https://myurl.com/",
|
||||||
"feed": {
|
"feed": {
|
||||||
"subtitle": "I am writing about my experiences as a naval navel-gazer.",
|
"subtitle": "I am writing about my experiences as a naval navel-gazer.",
|
||||||
"path": "feed/atom.xml",
|
"filename": "feed.xml",
|
||||||
"url": "https://myurl.com/feed/atom.xml",
|
"path": "feed/feed.xml",
|
||||||
|
"url": "https://myurl.com/feed/feed.xml",
|
||||||
"id": "https://myurl.com/"
|
"id": "https://myurl.com/"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
permalink: feed/atom.xml
|
permalink: feed/feed.xml
|
||||||
---
|
---
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
permalink: feed/.htaccess
|
permalink: feed/.htaccess
|
||||||
---
|
---
|
||||||
# For Apache, to show `atom.xml` when browsing to directory /feed/ (hide the file!)
|
# For Apache, to show `{{ metadata.feed.filename }}` when browsing to directory /feed/ (hide the file!)
|
||||||
DirectoryIndex atom.xml
|
DirectoryIndex {{ metadata.feed.filename }}
|
Loading…
Reference in New Issue
Block a user