My personal website, coded with Astro 🧑‍🚀
Find a file
Sindre Kjelsrud f2c8014f94
🚚 renamed blog posts & small edits on all
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
2023-12-25 00:45:44 +01:00
.github/workflows 💚 workflow do through, yes? 2023-12-10 02:01:37 +01:00
public 🔥 remove unused images 2023-12-25 00:45:12 +01:00
src 🚚 renamed blog posts & small edits on all 2023-12-25 00:45:44 +01:00
.gitignore
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
README.md 💄 update colorcodes in README 2023-12-23 21:56:13 +01:00
tailwind.config.cjs
tsconfig.json
yarn.lock

logo

kjelsrud.dev

The third 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
  • Digital garden
  • Uses
  • Vinyl collection

Future plans:

  • CV
  • Food wall

🛠️ How do I run it locally?

  1. Install the dependencies: yarn

  2. Start the development server: yarn dev

🎨 Color codes

Light mode

Color Hex
Peach Cream #FFF8EA #FFF8EA
Dark Chestnut #594545 #594545
Dusty Rose #815B5B #815B5B
Old Rose #9E7676 #9E7676
Pale Taupe #DAC0A3 #DAC0A3
Duke Blue #0D47A1 #0D47A1

Dark mode

Color Hex
Catppuccin Base #FFF8EA #FFF8EA
Catppuccin Text #cad3f5 #cad3f5
Catppuccin Overlay0 #6e738d #6e738d
Catppuccin Surface0 #363a4f #363a4f
Catppuccin Crust #181926 #181926
Catppuccin Maroon #ee99a0 #ee99a0

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