diff --git a/assets/style/markdown.scss b/assets/style/markdown.scss index 2587681..26da1c3 100644 --- a/assets/style/markdown.scss +++ b/assets/style/markdown.scss @@ -273,5 +273,5 @@ Hosted /* Images get a border and a shadow */ .md-contents img:not(.md-override) { - @apply border-2 border-image shadow-image shadow-sm m-1; + @apply shadow-image shadow-sm m-1; } diff --git a/assets/style/style.css b/assets/style/style.css index 0a48887..157b8ea 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -162,4 +162,8 @@ color: #75715e; .hljs-type, .hljs-selector-id { font-weight: bold; +} + +.card { + @apply shadow-sm shadow-border-accent; } \ No newline at end of file diff --git a/components/Navbar.vue b/components/Navbar.vue index e783b17..f3b2625 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -13,9 +13,6 @@ import Card from './Card.vue'; Awesome Badges -
- Hosted with GitHub Pages -
diff --git a/content/about_me.md b/content/about_me.md index 440db74..90cc361 100644 --- a/content/about_me.md +++ b/content/about_me.md @@ -3,36 +3,24 @@ title: About Me prop: true --- -

Helau! :3

+# 🌙 Luna - She/They/Fae 🌙 -## 🌙 Luna - She/Her +
-[`thelunacy@proton.me`](mailto:thelunacy@proton.me) +[`mrrpnya@proton.me`](mailto:thelunacy@proton.me) -
+
- -[![RSS](https://img.shields.io/badge/RSS-Subscribe-orange?style=for-the-badge&logo=rss)](https://thefelidae.github.io/rss.xml) +##### Helau! :3 - -[![Fediverse](https://img.shields.io/badge/Fediverse-Follow-blue?style=for-the-badge&logo=mastodon)](https://social.smgames.club/@mrrp) +###### 🏳️‍⚧️ I am exploring feminine presentation and identity, so this may change or I might go by different things elsewhere. 🏳️‍⚧️ +###### Please respect what I set my info as in the context of it at least. - -![Visitors](https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fgithub.com%2Fmisslunatic%2FMissLunatic&label=VIsitors&countColor=%23e7c4ff) - -
- -###### 🏳️‍⚧️ I am exploring identity, so this may change or I might go by different things elsewhere. - ---- - -
- -
+
I'm a student, apprentice, hobbyist, and generally a nerd who does some coding every once and a while. I've mainly been messing with C, C++, C# and have been learning Rust. I'm presently learning more about web development, particularly regarding frameworks and libraries. I'm a bit shy in terms of socializing, but I'm often open to chat about most things, so long as it's respectful. Please reach out to me first, I probably won't do so myself. -Follow if you enjoy. I'm not *too* active, but I'll try to post some things every once and a while. +Follow if you enjoy. I'm not *too* active, but I'll try to post some things every once and a while. \ No newline at end of file diff --git a/content/collections/awesome.md b/content/collections/awesome.md index 0b402df..662f9c3 100644 --- a/content/collections/awesome.md +++ b/content/collections/awesome.md @@ -20,6 +20,7 @@ Inspired by [Awesome](https://github.com/sindresorhus/awesome), this is a dumpin > [!info] > This is going to be long, and will probably be getting a lot of updates. > I intend to just keep adding to this. +> This is meant to be kind of a miscellaneous collection of stuff - For more specific things, see other collections. ## Table of Contents diff --git a/content/collections/badges.md b/content/collections/badges.md index 357246c..302b238 100644 --- a/content/collections/badges.md +++ b/content/collections/badges.md @@ -1,36 +1,48 @@ --- title: Badges! -description: A collection of 88x31 badges for various things +description: Some 88x31 badges for various things date: 2024-12-21 tags: ['badges', 'retro', 'web'] --- +
-## A collection of 88x31 badges for various things +# Badges! -You can right-click any of these and either save or copy-link to use these badges on your site or profile. +## This site! -### Myself +
+ +
-For adding to your site or profile. +## Cool Entities -Pending... Need to draw some up. +
+ + + + + + + + + + + thermia's button +
-### LGBTQIA+ +## Findings -Very gay badges, incoming :3 -(More to come, I'm still drawing them) - -#### Identity - -- Umbrellas - -> [![Transgender](/badges/transgender.gif)](https://en.wikipedia.org/wiki/Transgender) -> [![Nonbinary](/badges/nonbinary.gif)](https://en.wikipedia.org/wiki/Non-binary) - -- Specific Identities - -> [![Transfem](/badges/transfem.gif)](https://en.wikipedia.org/wiki/Trans_woman) -> [![Transmasc](/badges/transmasc.gif)](https://en.wikipedia.org/wiki/Trans_man) - -### Miscellaneous +
+ + + + +
+
\ No newline at end of file diff --git a/content/collections/godot.md b/content/collections/godot.md new file mode 100644 index 0000000..c69d741 --- /dev/null +++ b/content/collections/godot.md @@ -0,0 +1,18 @@ +--- +title: Godot Resources +description: A bunch of stuff for Godot +date: 2025-01-22 +tags: ['godot', 'curated'] +--- + +# Godot Resources + + + +::alert{type="note"} +If you find that this list is lacking or inaccurate, please open a GitHub issue or pull request. +:: \ No newline at end of file diff --git a/content/collections/lgbtq_resources.md b/content/collections/lgbtq_resources.md index 9bc5b43..92914ad 100644 --- a/content/collections/lgbtq_resources.md +++ b/content/collections/lgbtq_resources.md @@ -2,7 +2,7 @@ title: LGBTQ+ Resources description: A list of resources for LGBTQ+ individuals date: 2025-01-02 -tags: ['lgbtq+', 'resources'] +tags: ['lgbtq', 'resources'] --- # LGBTQ+ Resources diff --git a/pages/index.vue b/pages/index.vue index 4c99283..e8b3ac6 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -6,21 +6,58 @@ import Card from '~/components/Card.vue'; const aboutMe = ref(''); const test = ref(''); -const { data } = await useAsyncData('about_me', () => queryContent('/about_me').findOne()) +const { data } = await useAsyncData('about_me', () => queryContent('/about_me').findOne())