Explore >> Select a destination


You are here

kwaa.dev
| | lukeb.co.uk
5.1 parsecs away

Travel
| | While I was rebuilding my website in Eleventy, I saw Amber Wilson's article about adding Webmentions to her site shared on Twitter. I'd heard of Webmentions but I'd never really looked into them and while I was reading Amber's post, I thought that it's a really cool idea and added them to the list of things I wanted to add to my site.
| | svelte.dev
5.2 parsecs away

Travel
| | SvelteKit beta and new way to use slots
| | tiim.ch
5.2 parsecs away

Travel
| | Learn why server-side rendering (SSR) using urql as a GraphQL client is not as straightforward as you might think and how to do it anyway.
| | davquar.it
34.3 parsecs away

Travel
| A GitHub Action is the automatic execution of a job, after a specified trigger on a GitHub repository. For example, let's say that we want to run a linter on each new commit, we can create a GitHub action to do it. In this post we'll see a workflow to automatically deploy a Hugo site on GitHub Pages.