🎨 update links-css to remove need for bold-markdown on links
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
de30683e60
commit
f796d966ae
32 changed files with 176 additions and 177 deletions
|
@ -12,12 +12,12 @@ layout: "../../layouts/Layout.astro"
|
|||
|
||||
#### Pages
|
||||
|
||||
[🗒️ **Instructions**](/garden/instructions)
|
||||
[🗒️ Instructions](/garden/instructions)
|
||||
|
||||
[ℹ️ **Lifehacks**](/garden/lifehacks)
|
||||
[ℹ️ Lifehacks](/garden/lifehacks)
|
||||
|
||||
[⚙️ **Machines**](/garden/machines)
|
||||
[⚙️ Machines](/garden/machines)
|
||||
|
||||
[📝 **Random Web-notes**](/garden/notes)
|
||||
[📝 Random Web-notes](/garden/notes)
|
||||
|
||||
[🔧 **Services**](/garden/services)
|
||||
[🔧 Services](/garden/services)
|
||||
|
|
|
@ -5,7 +5,7 @@ layout: "../../../layouts/Layout.astro"
|
|||
---
|
||||
Instructions on different topics, like Wireguard and OS-related stuff for Linux and Window.
|
||||
|
||||
- [**GPG** 🌱](/garden/instructions/gpg)
|
||||
- [**Linux** 🌱](/garden/instructions/linux)
|
||||
- [**Windows** 🌱](/garden/instructions/windows)
|
||||
- [**Wireguard** 🌿](/garden/instructions/wireguard)
|
||||
- [GPG 🌱](/garden/instructions/gpg)
|
||||
- [Linux 🌱](/garden/instructions/linux)
|
||||
- [Windows 🌱](/garden/instructions/windows)
|
||||
- [Wireguard 🌿](/garden/instructions/wireguard)
|
||||
|
|
|
@ -5,5 +5,5 @@ layout: "../../../layouts/Layout.astro"
|
|||
---
|
||||
Info about random stuff I'd like to remember!
|
||||
|
||||
- [**Cleaning** 🌱](/garden/lifehacks/cleaning)
|
||||
- [**Clothing** 🌱](/garden/lifehacks/clothing)
|
||||
- [Cleaning 🌱](/garden/lifehacks/cleaning)
|
||||
- [Clothing 🌱](/garden/lifehacks/clothing)
|
|
@ -26,7 +26,7 @@ Memory: ~32GB
|
|||
|
||||
- Minecraft server
|
||||
- PiVPN
|
||||
- My own Discord bot - [**sidBot**](https://github.com/SindreKjelsrud/sidBot)
|
||||
- My own Discord bot - [sidBot](https://github.com/SindreKjelsrud/sidBot)
|
||||
- This website
|
||||
|
||||
## 📋 Todo
|
||||
|
|
|
@ -7,8 +7,8 @@ Info about different machines I've got, all from gaming consoles to homelab stuf
|
|||
|
||||
#### Homelab
|
||||
|
||||
- [**kanto** 🌳](/garden/machines/kanto)
|
||||
- [kanto 🌳](/garden/machines/kanto)
|
||||
|
||||
#### Consoles
|
||||
|
||||
- [**Nintendo Wii** 🌱](/garden/machines/wii)
|
||||
- [Nintendo Wii 🌱](/garden/machines/wii)
|
|
@ -8,7 +8,7 @@ layout: "../../../layouts/Layout.astro"
|
|||
|
||||
#### 🔗 Links
|
||||
|
||||
- [**Wii Hacks Guide**](https://wii.hacks.guide/)
|
||||
- [Wii Hacks Guide](https://wii.hacks.guide/)
|
||||
|
||||
## 🧠 Stuff to know
|
||||
|
||||
|
|
|
@ -6,4 +6,4 @@ layout: "../../../layouts/Layout.astro"
|
|||
|
||||
Random notes I've found across the web that I want to store and remember.
|
||||
|
||||
- [**Digital Security** 🌱](/garden/notes/digitalsecurity)
|
||||
- [Digital Security 🌱](/garden/notes/digitalsecurity)
|
||||
|
|
|
@ -5,5 +5,5 @@ layout: "../../../layouts/Layout.astro"
|
|||
---
|
||||
Info about different services I've got running on my homelab.
|
||||
|
||||
- [**sidBot** 🌿](/garden/services/sidbot)
|
||||
- [**sidsIgloo Minecraft Server** 🌱](/garden/services/mc_server)
|
||||
- [sidBot 🌿](/garden/services/sidbot)
|
||||
- [sidsIgloo Minecraft Server 🌱](/garden/services/mc_server)
|
||||
|
|
|
@ -6,7 +6,7 @@ layout: "../../../layouts/Layout.astro"
|
|||
|
||||
## 📝 Info
|
||||
|
||||
This is a Discord bot made by me with JavaScript. I made it originally in Python, but there were some talk about the *discord.py* library getting shut down so I switched. Here's the source code: [**GitHub link**](https://github.com/SindreKjelsrud/sidBot)
|
||||
This is a Discord bot made by me with JavaScript. I made it originally in Python, but there were some talk about the *discord.py* library getting shut down so I switched. Here's the source code: [GitHub link](https://github.com/SindreKjelsrud/sidBot)
|
||||
|
||||
## 👷 Installation
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue