fix: Updated RSS feed URL
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 4s
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 4s
This commit is contained in:
@ -5,6 +5,8 @@ const formattedDate = date.toLocaleDateString('en-GB', {
|
|||||||
year: 'numeric'
|
year: 'numeric'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const rssFeedUrl = "https://cy.cyper.cc/atom.xml";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
author: {
|
author: {
|
||||||
name: "Cyper",
|
name: "Cyper",
|
||||||
@ -13,7 +15,7 @@ export default {
|
|||||||
{ name: "YouTube", url: "https://www.youtube.com/@cyperita", icon: "logo-youtube" },
|
{ name: "YouTube", url: "https://www.youtube.com/@cyperita", icon: "logo-youtube" },
|
||||||
{ name: "TikTok", url: "https://www.tiktok.com/@cyperita", icon: "logo-tiktok" },
|
{ name: "TikTok", url: "https://www.tiktok.com/@cyperita", icon: "logo-tiktok" },
|
||||||
{ name: "Instagram", url: "https://www.instagram.com/cyperita/", icon: "logo-instagram" },
|
{ name: "Instagram", url: "https://www.instagram.com/cyperita/", icon: "logo-instagram" },
|
||||||
{ name: "RSS", url: "https://cy.cyper.cc/rss.xml", icon: "logo-rss" },
|
{ name: "RSS", url: rssFeedUrl, icon: "logo-rss" },
|
||||||
],
|
],
|
||||||
|
|
||||||
sites: [
|
sites: [
|
||||||
@ -23,13 +25,13 @@ export default {
|
|||||||
|
|
||||||
// TODO: email / newsletter sign up?
|
// TODO: email / newsletter sign up?
|
||||||
consumables: [
|
consumables: [
|
||||||
{ name: "RSS Feed", url: "https://cy.cyper.cc/feed.xml", icon: "logo-rss" },
|
{ name: "RSS Feed", url: rssFeedUrl, icon: "logo-rss" },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
title: "Cy-by-Side",
|
title: "Cy-by-Side",
|
||||||
url: "https://cy.cyper.cc/",
|
url: "https://cy.cyper.cc/",
|
||||||
rss: "https://cy.cyper.cc/rss.xml",
|
rss: rssFeedUrl,
|
||||||
language: "en",
|
language: "en",
|
||||||
description: "Cy by Side with Cyper: Tangents, Tech, and Thoughtful Takes.",
|
description: "Cy by Side with Cyper: Tangents, Tech, and Thoughtful Takes.",
|
||||||
date: formattedDate,
|
date: formattedDate,
|
||||||
|
|||||||
Reference in New Issue
Block a user