logo

kjelsrud.dev

The third iteration of my personal website, built with Astro.

## 📝 Info 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! 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. ## 🔋 Features 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, my vinyl collection, and a world map showing all the places I've been. ### Future plans: - [ ] Food wall with recipes - [ ] Page filled with quotes I like - [ ] Page filled with wine/gin I like - [ ] A page dedicated to work I'm proud of - [ ] Wishlist page ## 🤸 Quick Start 1. Install the dependencies: `pnpm i` 2. Start the development server: `pnpm dev` ## 🎨 Color codes ### Light mode | Color | Hex | |-|-| | Coffee Cream | ![#F7F0E8](https://via.placeholder.com/10/F7F0E8?text=+) `#F7F0E8` | | Espresso Text | ![#3B2C29](https://via.placeholder.com/10/3B2C29?text=+) `#3B2C29` | | Latte Secondary Text | ![#78605C](https://via.placeholder.com/10/78605C?text=+) `#78605C` | | Cappuccino Accents | ![#A48B82](https://via.placeholder.com/10/A48B82?text=+) `#A48B82` | | Caramel Macchiato | ![#B08968](https://via.placeholder.com/10/B08968?text=+) `#B08968` | ### Dark mode | Color | Hex | |-|-| | Deep Ocean | ![#0F1A1C](https://via.placeholder.com/10/0F1A1C?text=+) `#0F1A1C` | | Mint Foam Text | ![#9AD3BB](https://via.placeholder.com/10/9AD3BB?text=+) `#9AD3BB` | | Coral Reef Accent | ![#3A6F7F](https://via.placeholder.com/10/3A6F7F?text=+) `#3A6F7F` | | Seaweed Highlight | ![#2B4F60](https://via.placeholder.com/10/2B4F60?text=+) `#2B4F60` | | Lagoon | ![#1A333F](https://via.placeholder.com/10/1A333F?text=+) `#1A333F` | | Aquamarine | ![#7FCDCD](https://via.placeholder.com/10/7FCDCD?text=+) `#7FCDCD` | ## 📜 Versionlog - The first iteration of my website was plain HTML and CSS. - The second iteration of my website was a Hugo-instance that used a readymade theme called "PaperMod".