Articles tagged "blogging":
I'm going off MDX for blogging
I like standardised formats like markdown. MDX allows markdown, plus sprinkle in some React. However, I'm considering that maybe I'd be better off just using React.
Adding dark mode to a blog - how to avoid flashes of the wrong theme
I've added dark mode to this blog. Here's a few tricks I've learned.
How to configure Remix and mdx-bundler for a serverless platform - barrel files approach, Remix v1
If using Remix on a serverless platform such as Netlify we can use a build time compilation and barrel files to access frontmatter metadata.
How to configure Remix and mdx-bundler (with file system access)
How to use Remix and mdx-bundler to make use of frontmatter headers. This will allow adding publication dates, or grouping posts into series, adding tags, etc. This solution works for a non-serverless solution - it requires file system access.
This blog now features comments
You can very easily add comment functionality to a webpage via the Github-powered Utterances plugin.
I'm playing with Remix
Using Remix to generate a static blog.