My personal website, coded with Astro 🧑‍🚀
Find a file
Sindre Kjelsrud f6bfe50be8
🎬 add "The Kings of Summer"
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
2024-06-09 22:04:42 +02:00
.github/workflows 🏗️ replace yarn with pnpm 2024-04-26 14:26:00 +02:00
public add vCard to connect 2024-06-02 18:33:58 +02:00
src 🎬 add "The Kings of Summer" 2024-06-09 22:04:42 +02:00
.gitignore
astro.config.mjs 🐛 change url in config so rss feed work 2024-05-07 12:11:04 +02:00
LICENSE 📄 add LICENSE 2023-12-10 21:03:00 +01:00
package.json 🏗️ replace yarn with pnpm 2024-04-26 14:26:00 +02:00
pnpm-lock.yaml 🏗️ replace yarn with pnpm 2024-04-26 14:26:00 +02:00
pnpm-workspace.yaml 🏗️ replace yarn with pnpm 2024-04-26 14:26:00 +02:00
README.md 📝 update README 2024-06-02 18:52:48 +02:00
tailwind.config.cjs
tsconfig.json

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 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.

🤸 Quick Start

  1. Install the dependencies: pnpm i

  2. Start the development server: pnpm dev

🎨 Color codes

Light mode

Color Hex
Coffee Cream #F7F0E8 #F7F0E8
Espresso Text #3B2C29 #3B2C29
Latte Secondary Text #78605C #78605C
Cappuccino Accents #A48B82 #A48B82
Caramel Macchiato #B08968 #B08968

Dark mode

Color Hex
Deep Ocean #0F1A1C #0F1A1C
Mint Foam Text #9AD3BB #9AD3BB
Coral Reef Accent #3A6F7F #3A6F7F
Seaweed Highlight #2B4F60 #2B4F60
Lagoon #1A333F #1A333F
Aquamarine #7FCDCD #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".