fix rss links
This commit is contained in:
parent
fee5eb133a
commit
9142f5f460
2 changed files with 4 additions and 13 deletions
|
@ -1,9 +0,0 @@
|
||||||
export const title = "nycki.net";
|
|
||||||
export const url = "https://nycki.net";
|
|
||||||
export const language = "en";
|
|
||||||
export const description = "nycki.net";
|
|
||||||
export const author = {
|
|
||||||
name: "nycki",
|
|
||||||
email: "nupanick@gmail.com",
|
|
||||||
url: "https://nycki.net"
|
|
||||||
};
|
|
|
@ -3,12 +3,12 @@
|
||||||
"permalink": "/blog/feed.xml",
|
"permalink": "/blog/feed.xml",
|
||||||
"eleventyExcludeFromCollections": true,
|
"eleventyExcludeFromCollections": true,
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"title": "My Blog about Boats",
|
"title": "nycki.net",
|
||||||
"description": "I am writing about my experiences as a naval navel-gazer.",
|
"description": "nycki.net",
|
||||||
"language": "en",
|
"language": "en",
|
||||||
"base": "https://example.com/",
|
"base": "https://nycki.net/",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Boaty McBoatFace"
|
"name": "nycki"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue