2023-06-11 06:50:41 +00:00
< div align = "center" >
2024-07-16 19:42:49 +00:00
< img alt = "logo" src = "/public/mii.webp" width = "100" / >
2023-06-11 06:50:41 +00:00
< / div >
< h1 align = "center" >
< a href = "https://kjelsrud.dev" > kjelsrud.dev< / a >
< / h1 >
< p align = "center" >
2023-12-10 01:05:59 +00:00
The third iteration of my personal website, built with < a href = "https://astro.build/" > Astro< / a > .
2023-06-11 06:50:41 +00:00
< / p >
## 📝 Info
2023-04-14 09:18:14 +00:00
2024-05-04 21:18:27 +00:00
This is my personal website that I started on during my bachelor-studies. Currently it's on its third version, which is coded in Astro!
2023-04-14 09:18:14 +00:00
2024-05-04 21:18:27 +00:00
Through this project I've learned a lot. Some of this include working with different web-technologies, like TypeScript, Hugo and Astro, getting more familiar with Git, self-hosting the website with Caddy and using GitHub Actions to build and deploy it, as well as grapsing how DNS pointers are utilized and how to structure JSON-docs.
2023-04-14 09:18:14 +00:00
2024-05-04 21:18:27 +00:00
## 🔋 Features
2023-04-14 09:18:14 +00:00
2024-06-02 16:52:48 +00:00
The webpage offers a variety of features including a blog, bookmarks, ways to reach me, my CV, a digital garden for evolving ideas, a gallery for sharing images, a guestbook, logs for books, movies, etc., /now, /uses and /wish, my favorite quotes, my vinyl collection, a world map showing all the places I've been, and a todo list for the website.
2022-10-21 15:29:15 +00:00
2024-05-04 21:18:27 +00:00
## 🤸 Quick Start
2022-10-21 15:29:15 +00:00
2024-04-26 12:26:00 +00:00
1. Install the dependencies: `pnpm i`
2023-07-20 20:12:00 +00:00
2024-04-26 12:26:00 +00:00
2. Start the development server: `pnpm dev`
2023-07-20 20:12:00 +00:00
## 🎨 Color codes
2023-12-23 20:56:13 +00:00
### Light mode
| Color | Hex |
|-|-|
2024-08-23 11:40:00 +00:00
| Soft Pastel Green Background | ![#E6F5E5 ](https://via.placeholder.com/10/E6F5E5?text=+ ) `#E6F5E5` |
| Dark Olive Green Text | ![#2E4033 ](https://via.placeholder.com/10/2E4033?text=+ ) `#2E4033` |
| Sage Green Secondary Text | ![#5F7A6D ](https://via.placeholder.com/10/5F7A6D?text=+ ) `#5F7A6D` |
| Mint Green Accents | ![#88A597 ](https://via.placeholder.com/10/88A597?text=+ ) `#88A597` |
2024-09-07 14:41:06 +00:00
| Dark Mint Green | ![#789085 ](https://via.placeholder.com/10/789085?text=+ ) `#789085` |
| Spring Green | ![#00CC6A ](https://via.placeholder.com/10/00CC6A?text=+ ) `#00CC6A` |
| Light Mint | ![#CCE3CC ](https://via.placeholder.com/10/CCE3CC?text=+ ) `#CCE3CC` |
2023-12-23 20:56:13 +00:00
### Dark mode
2023-12-10 00:39:57 +00:00
| Color | Hex |
|-|-|
2024-08-23 08:33:04 +00:00
| Midnight Navy | ![#1e1e2e ](https://via.placeholder.com/10/1e1e2e?text=+ ) `#1e1e2e` |
| Lavender Mist | ![#cdd6f4 ](https://via.placeholder.com/10/cdd6f4?text=+ ) `#cdd6f4` |
| Amethyst Glow | ![#8f5cf4 ](https://via.placeholder.com/10/8f5cf4?text=+ ) `#8f5cf4` |
2024-08-23 11:40:00 +00:00
| Dusty Lavender | ![#6f7aaa ](https://via.placeholder.com/10/6f7aaa?text=+ ) `#6f7aaa` |
2024-08-23 08:33:04 +00:00
| Periwinkle Glow | ![#b4c0f4 ](https://via.placeholder.com/10/b4c0f4?text=+ ) `#b4c0f4` |
| Sky Blue | ![#89b4fa ](https://via.placeholder.com/10/89b4fa?text=+ ) `#89b4fa` |
2024-08-23 11:40:00 +00:00
| Charcoal Abyss | ![#11111b ](https://via.placeholder.com/10/11111b?text=+ ) `#11111b` |
2023-07-20 20:12:00 +00:00
2024-04-08 12:45:33 +00:00
## 📜 Versionlog
- The first iteration of my website was plain HTML and CSS.
2023-12-23 20:56:13 +00:00
- The second iteration of my website was a Hugo-instance that used a readymade theme called "PaperMod".