Förändringslogg

  • Fick lite feeling bytte typsnitt

    Jag såg en hemsida i veckan som använde ett serif-typsnitt som jag tyckte var väldigt trevligt. Så jag bytte ut typsnittet på hela hemsidan till Instrument Serif och jag tycker det blev riktigt bra. Jag ska labba vidare med hur det ska användas.

    Såg även till att alla dependencies var uppdaterade till senaste versionen. Det är alltid bra att hålla sig uppdaterad — eller hur?

    Publicerad
  • Uppdaterade dependencies och annat smått och gott

    Uppdaterade till Next.js version 14 och i och med detta använder jag deras funktion för typsnitt. Typsnitt från Google hämtas superenkelt in via deras import enligt nedan.

    import { Inter } from 'next/font/google'
    
    const sans = Inter({
      subsets: ['latin'],
      variable: '--font-sans',
      display: 'swap',
    })
    
    <div className={`${sans.variable} font-sans`}></div>
    

    Kan varmt rekommendera det!

    Publicerad
  • Next.js

    Was adding some content to my Gridsome site the other day and the build stopped working :(. I have been building a few projects with Next.js during the last year and today I felt like it was time to do the switch.

    Publicerad
  • Redesign

    Been working on this redesign for a while and today I felt like: Let's go! I can't sit on this anymore. Enjoy!

    Publicerad
  • Move to Vercel

    Moved hosting from Netlify to Vercel.

    Publicerad
  • Initial release

    I've had this domain for quite some time now. Not that I recall buying it but according to Whois data lejtzendesign.se was registered 2014-08-11. Back then I believe it was a Wordpress site but I'm not sure.

    Sometime around 2018 I made this site into a static generated site with Gridsome. First I was uploading the build files to my FTP and it was not until end of october 2019 I found out about Netlify. Wow - that really made deployments easy.

    Anyway ... since I don't recall anything before the first commit to this repository that date will count as the initial release. 2019-10-06.

    Publicerad