@sheogorath @kev i should totally switch https://pkgbase.live/ to (a subset of) that;)
@meena @sheogorath yup, it uses prefers-color-scheme to automatically switch.
@sheogorath I like what you've done with it! Mind if I add your site to the showcase?
@kev No, I don't mind :)
Still fiddling with some details but I mean, who am I telling that :D
@sheogorath added. Thanks. 🙂
@sheogorath @kev I'm always curious about how different bloggers accomplish their publishing workflow, this uses Jekyll? Do you also use any kind of CI/git repo?
@michael @kev I do have a repository, yes.
https://git.shivering-isles.com/shivering-isles/blog
The CI pipelines have grown over the years, nowadays making sure that dead links are found, HTML is valid, etc. as well as doing some basic markdown linting and spellchecking before setting something of into the wild.
It's not perfect, but it makes things quite smooth.
@sheogorath it looks really good!
does @kev's simple.css provide the dark-mode, or did you add that?