Posts
Discover all posts by Timon Forrer
Posts
-
Extending markdown with custom blocks
Markdown is nice, because it’s simple. Oftentimes however, it’s too simple. Learn, how you can supercharge markdown by using generic directives.
-
Lightweight Google Maps Input for Sanity
Extend a simple Sanity Input component with a live Google Maps embed to preview changes on the fly.
-
Formatting Dates in Eleventy using Filters
At the end of the posts on this site, you’ll find the first published and last modified dates. Learn how to transform dates into different formats using Eleventy filters.
-
Node.js on Uberspace: Redirect non-WWW to WWW-URLs.
I recently setup an Astro SSR site on uberspace.de and wanted to redirect all non-WWW requests to WWW-URLs without having to write a custom Express app.