did some changes

This commit is contained in:
Heli-o 2024-04-07 17:56:57 +02:00
parent 45f1676c88
commit 0f6872bde0
13 changed files with 5 additions and 14 deletions

View file

View file

@ -1 +0,0 @@
{}

View file

@ -1,5 +1,4 @@
--- ---
title: Articles of mine title: Articles of mine
--- ---
> [!bug] Currently empty but will soon be filled with my incoherent ramblings and postings. > [!bug] Currently empty but will soon be filled with my incoherent ramblings and postings.

View file

@ -1,5 +1,4 @@
--- ---
title: Bookmarks title: Bookmarks
--- ---
> [!info] Here you will be able to find links that I want to share (hopefully soon) > [!info] Here you will be able to find links that I want to share (hopefully soon)

View file

@ -1,7 +1,6 @@
--- ---
title: Characters of mine title: Characters of mine
--- ---
### Current order of use: ### Current order of use:
1. [[Ulysia]] 1. [[Ulysia]]
2. [[Helio]] 2. [[Helio]]

View file

@ -1,8 +1,6 @@
--- ---
title: Where you can find me title: Where you can find me
--- ---
> [!info]- I am most online on [derg.social](https://derg.social) > [!info]- I am most online on [derg.social](https://derg.social)
> I'm also reachable on [Telegram](https://t.me/ulyxie) or [Matrix](https://matrix.to/#/@ulysia:derg.social) > I'm also reachable on [Telegram](https://t.me/ulyxie) or [Matrix](https://matrix.to/#/@ulysia:derg.social)
> but for both I suggest first messaging me via a DM on other services. > but for both I suggest first messaging me via a DM on other services.
@ -30,4 +28,4 @@ title: Where you can find me
- [ToyHouse](https://toyhou.se/Ulysia) - [ToyHouse](https://toyhou.se/Ulysia)
> [!tip] Old websites that might have some additional info > [!tip] Old websites that might have some additional info
> They can be found [here](past-website.md) > They can be found [here](Past-websites.md)

View file

@ -1,7 +1,6 @@
--- ---
title: Past websites title: Past websites
--- ---
Due to my hording problem, I do not want to get rid of my old websites. They may contain information that I have yet to move or just look nice and I don't want to part ways. Due to my hording problem, I do not want to get rid of my old websites. They may contain information that I have yet to move or just look nice and I don't want to part ways.
Sadly in these cases, I had to move to something I could maintain with relative ease so Quarts and Markdown it is Sadly in these cases, I had to move to something I could maintain with relative ease so Quarts and Markdown it is

View file

@ -1,5 +1,4 @@
--- ---
title: Projects title: Projects
--- ---
> [!bug] To be added Later > [!bug] To be added Later

View file

@ -1,7 +1,6 @@
--- ---
title: Heyo ya'll title: Heyo ya'll
--- ---
# Ulysia here # Ulysia here
I am just an IT dragon that is learning a few too many things at once. I am jack of all trades when it comes to computers. I can do a little bit of everything. I am just an IT dragon that is learning a few too many things at once. I am jack of all trades when it comes to computers. I can do a little bit of everything.

View file

@ -9,10 +9,10 @@ const Homebar: QuartzComponent = ({ fileData, cfg, displayClass }: QuartzCompone
return ( return (
<div class="homebar"> <div class="homebar">
<a class="hb-button" href="/">Home</a> <a class="hb-button" href="/">Home</a>
<a class="hb-button" href="/characters">Characters</a> <a class="hb-button" href="/Characters">Characters</a>
<a class="hb-button" href="/links">Where you can find me</a> <a class="hb-button" href="/Links">Where you can find me</a>
<a class="hb-button" href="/projects">Projects</a> <a class="hb-button" href="/Projects">Projects</a>
<a class="hb-button" href="/articles">Articles</a> <a class="hb-button" href="/Articles">Articles</a>
</div> </div>
) )
} }