My personal website, coded with Astro 🧑‍🚀
Find a file
Sindre Kjelsrud 4b25b8824e
♻️ refactor valencia-gallery
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
2024-04-07 16:05:39 +02:00
.github/workflows 👷 update CI build again.. 2024-03-17 12:20:08 +01:00
public ♻️ refactor valencia-gallery 2024-04-07 16:05:39 +02:00
src ♻️ refactor valencia-gallery 2024-04-07 16:05:39 +02:00
.gitignore
astro.config.mjs
LICENSE
package.json
README.md 📝 fix weird text 2024-03-17 15:37:02 +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
  • How to selfhost websites using Caddy
  • 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
  • Bookmarks
  • Connect
  • CV
  • Digital garden
  • Gallery
  • Guestbook
  • Logs
  • Now
  • Uses
  • Vinyl collection

Future plans:

  • Food wall
  • Worldmap of places I've been
  • Page filled with quotes I like

🛠️ How do I run it locally?

  1. Install the dependencies: yarn

  2. Start the development server: yarn 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".