did some changes
This commit is contained in:
parent
45f1676c88
commit
0f6872bde0
|
@ -1 +0,0 @@
|
|||
{}
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
title: Articles of mine
|
||||
---
|
||||
|
||||
> [!bug] Currently empty but will soon be filled with my incoherent ramblings and postings.
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
title: Bookmarks
|
||||
---
|
||||
|
||||
> [!info] Here you will be able to find links that I want to share (hopefully soon)
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: Characters of mine
|
||||
---
|
||||
|
||||
### Current order of use:
|
||||
1. [[Ulysia]]
|
||||
2. [[Helio]]
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
---
|
||||
title: Where you can find me
|
||||
---
|
||||
|
||||
|
||||
> [!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)
|
||||
> 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)
|
||||
|
||||
> [!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)
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
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.
|
||||
|
||||
Sadly in these cases, I had to move to something I could maintain with relative ease so Quarts and Markdown it is
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
title: Projects
|
||||
---
|
||||
|
||||
> [!bug] To be added Later
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: Heyo ya'll
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
|
|
@ -9,10 +9,10 @@ const Homebar: QuartzComponent = ({ fileData, cfg, displayClass }: QuartzCompone
|
|||
return (
|
||||
<div class="homebar">
|
||||
<a class="hb-button" href="/">Home</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="/projects">Projects</a>
|
||||
<a class="hb-button" href="/articles">Articles</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="/Projects">Projects</a>
|
||||
<a class="hb-button" href="/Articles">Articles</a>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue