My personal website, coded with Astro 🧑‍🚀
Find a file
Sindre Kjelsrud 11db8fea56 💚 update workflow
2023-12-10 01:54:55 +01:00
.github/workflows 💚 update workflow 2023-12-10 01:54:55 +01:00
src 🎬 add "Sand Castle" & "Believer 2" 2023-12-10 01:22:25 +01:00
.gitignore
astro.config.mjs 🔧 correct site in astro config 2023-12-09 21:28:55 +01:00
package.json ⬆️ upgrade dependencies 2023-12-09 21:37:18 +01:00
README.md 📝 update README 2023-12-10 01:39:57 +01:00
tailwind.config.cjs
tsconfig.json
yarn.lock ⬆️ upgrade dependencies 2023-12-09 21:39:53 +01:00

logo

kjelsrud.dev

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

📝 Info

What I've learned from the project so far

  • Coding with HTML, CSS, TypeScript, etc.
  • Usage of SSG/frameworks like Hugo or Astro
  • How to use Git
  • Some understanding of Github Actions + Pages
  • How to create websites that are faster, more secure, and easier to maintain
  • How to use templates to generate static websites
  • How to use DNS pointers (A- & CNAME records)
  • How to create & use layouts for a static website
  • How to write JSON-docs and use data from it

Features

  • Blog
  • Logs

Future plans:

  • CV
  • Digital garden
  • Uses
  • Food wall
  • Vinyl collection

🛠️ How do I run it locally?

  1. Install the dependencies: yarn

  2. Start the development server: yarn dev

🎨 Color codes

Color Hex
Light bg #FFF8EA #FFF8EA
Coffee brown #594545 #594545
Tan #815B5B #815B5B
Light tan #9E7676 #9E7676
Sand #DAC0A3 #DAC0A3
Catppuccin Base #FFF8EA #FFF8EA
Catppuccin Text #cad3f5 #cad3f5
Catppuccin Overlay0 #6e738d #6e738d
Catppuccin Surface0 #363a4f #363a4f
Catppuccin Crust #181926 #181926

Versionlog

  • The first iteration of my website was a Hugo-instance that used a readymade theme called "PaperMod".