diff --git a/content/.trash/Characters.md b/content/.trash/Characters.md deleted file mode 100644 index e69de29..0000000 diff --git a/content/.trash/Old.md b/content/.trash/Old.md deleted file mode 100644 index e69de29..0000000 diff --git a/content/.trash/Untitled.canvas b/content/.trash/Untitled.canvas deleted file mode 100644 index 9e26dfe..0000000 --- a/content/.trash/Untitled.canvas +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/content/.trash/Untitled.md b/content/.trash/Untitled.md deleted file mode 100644 index e69de29..0000000 diff --git a/content/.trash/[[Links]].md b/content/.trash/[[Links]].md deleted file mode 100644 index e69de29..0000000 diff --git a/content/Articles/index.md b/content/Articles/index.md index 892e536..9507264 100644 --- a/content/Articles/index.md +++ b/content/Articles/index.md @@ -1,5 +1,4 @@ --- title: Articles of mine --- - > [!bug] Currently empty but will soon be filled with my incoherent ramblings and postings. \ No newline at end of file diff --git a/content/Bookmarks.md b/content/Bookmarks.md index 64fcee0..4e00680 100644 --- a/content/Bookmarks.md +++ b/content/Bookmarks.md @@ -1,5 +1,4 @@ --- title: Bookmarks --- - > [!info] Here you will be able to find links that I want to share (hopefully soon) \ No newline at end of file diff --git a/content/Characters/index.md b/content/Characters/index.md index 518a029..188165e 100644 --- a/content/Characters/index.md +++ b/content/Characters/index.md @@ -1,7 +1,6 @@ --- title: Characters of mine --- - ### Current order of use: 1. [[Ulysia]] 2. [[Helio]] diff --git a/content/Links.md b/content/Links.md index d1eeff6..96af58c 100644 --- a/content/Links.md +++ b/content/Links.md @@ -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) \ No newline at end of file +> They can be found [here](Past-websites.md) \ No newline at end of file diff --git a/content/past-website.md b/content/Past-websites.md similarity index 99% rename from content/past-website.md rename to content/Past-websites.md index 91d9c34..477b354 100644 --- a/content/past-website.md +++ b/content/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 diff --git a/content/Projects.md b/content/Projects.md index 68d68de..26db064 100644 --- a/content/Projects.md +++ b/content/Projects.md @@ -1,5 +1,4 @@ --- title: Projects --- - > [!bug] To be added Later \ No newline at end of file diff --git a/content/index.md b/content/index.md index 016a1f1..5f2c8d1 100644 --- a/content/index.md +++ b/content/index.md @@ -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. diff --git a/quartz/components/Homebar.tsx b/quartz/components/Homebar.tsx index c4e59a3..f8c47a3 100644 --- a/quartz/components/Homebar.tsx +++ b/quartz/components/Homebar.tsx @@ -9,10 +9,10 @@ const Homebar: QuartzComponent = ({ fileData, cfg, displayClass }: QuartzCompone return (
Home - Characters - Where you can find me - Projects - Articles + Characters + Where you can find me + Projects + Articles
) }