My personal website, coded with Astro 🧑‍🚀
Find a file
2023-12-09 21:29:54 +01:00
src blogposts now sorted by year 2023-12-09 21:29:54 +01:00
.gitignore 🙈 add .gitignore 2023-08-22 15:57:44 +02:00
astro.config.mjs 🔧 correct site in astro config 2023-12-09 21:28:55 +01:00
package.json arrow_up: upgrade to Astro 3.0 2023-09-25 14:41:58 +02:00
README.md 📝 update README 2023-07-20 22:12: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
yarn.lock arrow_up: upgrade to Astro 3.0 2023-09-25 14:41:58 +02:00

CURRENTLY REWRITING WEBSITE TO ASTRO

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 and css
  • How to use Git
  • Some understanding of Github Actions + Pages
  • How to use some of the most popular open-source static site generators
  • 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

...

Future plans:

...

🛠️ How do I run it locally?

  1. Install the dependencies npm install or yarn

  2. Start the development server yarn dev

🚀 Build and run for production

  1. Generate a full static production build npm run build

🎨 Color codes

...

Versionlog

  • I've put v1 in the branch called ...