diff --git a/content/Bookmarks.md b/content/Bookmarks.md index 4fd27e6..64fcee0 100644 --- a/content/Bookmarks.md +++ b/content/Bookmarks.md @@ -1 +1,5 @@ +--- +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/Links.md b/content/Links.md index b2a24c1..d1eeff6 100644 --- a/content/Links.md +++ b/content/Links.md @@ -30,4 +30,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_Websites.md) \ No newline at end of file +> They can be found [here](past-website.md) \ No newline at end of file diff --git a/content/Projects.md b/content/Projects.md index 2f874a6..68d68de 100644 --- a/content/Projects.md +++ b/content/Projects.md @@ -1 +1,5 @@ +--- +title: Projects +--- + > [!bug] To be added Later \ No newline at end of file diff --git a/content/index.md b/content/index.md index f1fb039..016a1f1 100644 --- a/content/index.md +++ b/content/index.md @@ -10,7 +10,7 @@ But **I refuse** to do **`websites`** and **`IT Support`**. Fuck those. no Also I am a furry. I am not sorry if it inconveniences you. -Feel free to DM me on any of the socials listed down below or all in [[Links]]. +Feel free to DM me on any of the socials listed down below or all in [[links]]. I never start conversation so it's up to you to start it. # Quick Info about me diff --git a/content/Past_Websites.md b/content/past-website.md similarity index 91% rename from content/Past_Websites.md rename to content/past-website.md index 403dfd6..91d9c34 100644 --- a/content/Past_Websites.md +++ b/content/past-website.md @@ -25,4 +25,4 @@ I ended up hosting this via [Go-Mojito](https://go-mojito.infinytum.co). The exp > [!done] Online? Yes -> [!bug] Possibly absolutely broken due to change of the URL \ No newline at end of file +> [!bug] CSS got broken for some reason. It's on the list of "what to fix in the near or far future" \ No newline at end of file diff --git a/quartz/components/Homebar.tsx b/quartz/components/Homebar.tsx index f8c47a3..c4e59a3 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
) }