My personal website, coded with Astro 🧑‍🚀
Find a file
Sindre Kjelsrud 303890c90b
🏗️ replace yarn with pnpm
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
2024-04-26 14:26:00 +02:00
.github/workflows 🏗️ replace yarn with pnpm 2024-04-26 14:26:00 +02:00
public add Grand Line webring 2024-04-24 20:22:16 +02:00
src add Grand Line webring 2024-04-24 20:22:16 +02:00
.gitignore 🙈 add .gitignore 2023-08-22 15:57:44 +02:00
astro.config.mjs 💚 workflow do through, yes? 2023-12-10 02:01:37 +01: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 🏗️ replace yarn with pnpm 2024-04-26 14:26:00 +02:00
tailwind.config.cjs add TailwindCSS 2023-07-20 20:28:44 +02:00
tsconfig.json 🎉 initiate project *astro_rewrite* 2023-07-19 21:31:30 +02:00

logo

kjelsrud.dev

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

📝 Info

What I've learned from the project so far

Through this project, I've learned HTML, CSS, TypeScript coding, SSG/frameworks like Hugo or Astro usage, Git version control, self-hosting websites with Caddy, Github Actions + Pages basics, creating faster, more secure, and maintainable websites, template-based static website generation, DNS pointers (A- & CNAME records) utilization, static website layout creation, and JSON-docs writing for data usage.

Features

  • Blog
  • Bookmarks
  • Connect
  • CV
  • Digital garden
  • Gallery
  • Guestbook
  • Logs
  • Now
  • Uses
  • Vinyl collection
  • Worldmap

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

🛠️ How do I run it locally?

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