Moving to Sveltekit

Published: 2023-06-20T00:00:00.000Z

Edited: 2023-6-25

Alright so, time to actually put this blog into use!

Since I made my first small-web site I’ve learned a lot, and have since learned about svelte and other web-technologies that I want to experiment with!

The first step was to change domains: as much as I love atelierwy.ch, I realized it was pretty redundent since wychwit.ch was going unused.

My first decision was to redo the pallet! I used realtimecolors.com to generate some, and I adjusted the results slightly afterwards!

  • Text

    #020302

  • BG

    #fafafa

  • Primary

    #b6afda

  • Secondary

    #f5d6e3

  • Accent

    #bdd9af

  • Text

    #06050a

  • BG

    #efeef7

  • Primary

    #51458c

  • Secondary

    #ffffff

  • Accent

    #5b4d9d

  • Text

    #130105

  • BG

    #fde3e7

  • Primary

    #f792a4

  • Secondary

    #fffafb

  • Accent

    #f57a91

What’s really fun about sveltekit, is that instead of creating those palletes one by one, I created a component and passed a list of them directly in! It was as easy as, well, this!

I will edit this later, rn prism.js is NOT scrolling for some reason.