.
All checks were successful
Publish to OCI / publish (push) Successful in 2m31s

This commit is contained in:
Mrrp 2025-01-26 16:24:48 -08:00
parent e763b68534
commit 468f59936e
5 changed files with 22 additions and 21 deletions

View file

@ -8,8 +8,8 @@ import './assets/style/style.css'
<template>
<Head>
<!-- inform browser of /rss.xml -->
<Link rel="alternate" type="application/rss+xml" title="RSS Feed for TheFelidae" href="/rss.xml" />
<Link rel="alternate" type="application/rss+atom" title="RSS Feed for TheFelidae" href="/rss.xml" />
<Link rel="alternate" type="application/rss+xml" title="RSS Feed for Luna's blog" href="/rss.xml" />
<Link rel="alternate" type="application/rss+atom" title="RSS Feed for Luna's blog" href="/rss.xml" />
</Head>
<Navbar/>
<NuxtPage :transition="{

View file

@ -347,6 +347,6 @@ And this one uses a `<script>` tag to do the same thing:
This is the end of the test post. I hope everything looks good!
- TheFelidae
- Luna
[^1]: This is the footnote.

View file

@ -2,6 +2,7 @@
import { ref } from 'vue';
import Markdown from '~/components/Markdown.vue';
import Card from '~/components/Card.vue';
import siteTitle from '../assets/config'
const aboutMe = ref('');
const test = ref('');
@ -13,7 +14,7 @@ const { data } = await useAsyncData('about_me', () => queryContent('/about_me').
<template>
<div class="relative flex w-full justify-center text-white">
<!-- Metadata -->
<MetaSet title="Home" description="TheFelidae's personal site"
<MetaSet title="Home" :description="siteTitle"
background="/images/me.png" tags="home, personal, author" />
<div class="mt-8 flex-col text-center">
<div class="flex justify-center">
@ -25,7 +26,7 @@ const { data } = await useAsyncData('about_me', () => queryContent('/about_me').
</div>
<div class="flex justify-center p-4">
<div class="card flex lg:max-w-96 justify-end bg-surface-1 rounded-full border-border border">
<NuxtLink href="https://github.com/TheFelidae">
<NuxtLink href="https://github.com/mrrpnya">
<button title="GitHub Profile"
class="m-2 p-2 bg-surface-2/[.5] border-2 border-border rounded-full shadow-sm hover:scale-110 hover:shadow-border-accent hover:border-accent transition-all duration-200 ease-in-out">
<img class="invert w-5"

View file

@ -3,7 +3,7 @@
<channel>
<item>
<title>New article: 3DS Programming - Using RomFS</title>
<link>https://thefelidae.github.io/blog/?post=public/blog/old3ds_romfs.md</link>
<link>https://mrrpnya.github.io/blog/?post=public/blog/old3ds_romfs.md</link>
<description>A guide to using RomFS on the 3DS. (Old)</description>
<guid isPermaLink="false">3dc790d059da58230427fcccdcfc0483a39929a2a2bb9cc4f35246922f152a32</guid>
<pubDate>Wed, 01 Jan 2025 20:51:01 +0000</pubDate>
@ -11,7 +11,7 @@
</item>
<item>
<title>New article: Awesome</title>
<link>https://thefelidae.github.io/blog/?post=public/blog/awesome.md</link>
<link>https://mrrpnya.github.io/blog/?post=public/blog/awesome.md</link>
<description>A curated list of awesome stuff I like</description>
<guid isPermaLink="false">34933dd967a0a0a0f611b516d7981c754f8783d7cce8d92072f8a7ca29431702</guid>
<pubDate>Wed, 01 Jan 2025 20:51:01 +0000</pubDate>
@ -19,7 +19,7 @@
</item>
<item>
<title>New article: Badges!</title>
<link>https://thefelidae.github.io/blog/?post=public/blog/badges.md</link>
<link>https://mrrpnya.github.io/blog/?post=public/blog/badges.md</link>
<description>A collection of 88x31 badges for various things</description>
<guid isPermaLink="false">6b53b7b4a8329c8aae5cedf363fc94ff1f7bdcfb5332875533fa87e7b6615739</guid>
<pubDate>Wed, 01 Jan 2025 20:51:01 +0000</pubDate>
@ -27,7 +27,7 @@
</item>
<item>
<title>New article: 3DS Programming - Touchscreen Input</title>
<link>https://thefelidae.github.io/blog/?post=public/blog/old3ds_touchscreen.md</link>
<link>https://mrrpnya.github.io/blog/?post=public/blog/old3ds_touchscreen.md</link>
<description>A guide to using the touchscreen on the 3DS. (Old)</description>
<guid isPermaLink="false">712d7be25e1116afae7d9d061fb92a379321ee9fde72d3e75df6b28868f80412</guid>
<pubDate>Wed, 01 Jan 2025 20:51:01 +0000</pubDate>
@ -35,7 +35,7 @@
</item>
<item>
<title>New article: Styling Test</title>
<link>https://thefelidae.github.io/blog/?post=public/blog/styling_test.md</link>
<link>https://mrrpnya.github.io/blog/?post=public/blog/styling_test.md</link>
<description>A test post to see how the site styling looks</description>
<guid isPermaLink="false">ee2a5607213fbfb05235997c7e6b974499dd7f2a51cce02b0305e135aa5783c1</guid>
<pubDate>Wed, 01 Jan 2025 20:51:01 +0000</pubDate>
@ -43,7 +43,7 @@
</item>
<item>
<title>New article: 3DS Programming - Hello World</title>
<link>https://thefelidae.github.io/blog/?post=public/blog/old3ds_helloworld.md</link>
<link>https://mrrpnya.github.io/blog/?post=public/blog/old3ds_helloworld.md</link>
<description>A guide to creating a simple Hello, World program for the 3DS. (Old)</description>
<guid isPermaLink="false">6e59d68eb4eb8144b1185b018b7ca29076d0510d78a5277838b48174d6bc8b2e</guid>
<pubDate>Wed, 01 Jan 2025 20:51:01 +0000</pubDate>
@ -51,7 +51,7 @@
</item>
<item>
<title>Edited article: Awesome</title>
<link>https://thefelidae.github.io/blog/?post=public/blog/awesome.md</link>
<link>https://mrrpnya.github.io/blog/?post=public/blog/awesome.md</link>
<description>Edited this article: It now sits at 16767 characters and 2343 words
A curated list of awesome stuff I like</description>
@ -61,7 +61,7 @@ A curated list of awesome stuff I like</description>
</item>
<item>
<title>Edited article: Awesome</title>
<link>https://thefelidae.github.io/blog/?post=public/blog/awesome.md</link>
<link>https://mrrpnya.github.io/blog/?post=public/blog/awesome.md</link>
<description>Edited this article: It now sits at 15304 characters and 2248 words
A curated list of awesome stuff I like</description>
@ -71,14 +71,14 @@ A curated list of awesome stuff I like</description>
</item>
<item>
<title>New article: LGBTQ+ Resources</title>
<link>https://thefelidae.github.io/blog/?post=public/blog/lgbtq_resources.md</link>
<link>https://mrrpnya.github.io/blog/?post=public/blog/lgbtq_resources.md</link>
<description>A list of resources for LGBTQ+ individuals</description>
<guid isPermaLink="false">7ba138c4206df8f36c63a248842dc088e26db92a02c17af8f95c4f6b6e133236</guid>
<pubDate>Fri, 03 Jan 2025 20:11:36 +0000</pubDate>
<category>resources</category>
</item>
<title>TheFelidae's Blog Updates</title>
<link>https://thefelidae.github.io</link>
<description>This feed displays updates regarding TheFelidae's blog.</description>
<title>mrrpnya's Blog Updates</title>
<link>https://mrrpnya.github.io</link>
<description>This feed displays updates regarding mrrpnya's blog.</description>
</channel>
</rss>

View file

@ -30,11 +30,11 @@ def history_to_rss(history):
root.set("version", "2.0")
channel = ET.SubElement(root, "channel")
title = ET.SubElement(channel, "title")
title.text = "TheFelidae's Blog Updates"
title.text = "Luna's Blog Updates"
link = ET.SubElement(channel, "link")
link.text = "https://thefelidae.github.io"
link.text = "https://mrrpnya.github.io"
description = ET.SubElement(channel, "description")
description.text = "This feed displays updates regarding TheFelidae's blog."
description.text = "This feed displays updates regarding Luna's blog."
for post in history_dict["post_history"]:
for date, posts in post.items():
@ -43,7 +43,7 @@ def history_to_rss(history):
item = ET.SubElement(channel, "item")
title = ET.SubElement(item, "title")
link = ET.SubElement(item, "link")
link.text = "https://thefelidae.github.io/blog/?post=" + path
link.text = "https://mrrpnya.github.io/blog/?post=" + path
description = ET.SubElement(item, "description")
print(page)
if "op" in page: