From Wordpress To Eleventy With Ease
A guide on migrating a website from WordPress to the Eleventy static site generator using a custom Node.js script.
A guide on migrating a website from WordPress to the Eleventy static site generator using a custom Node.js script.
A guide to creating a custom Markdown extension for Django to validate and transform links, improving content management for non-technical writers.
The author announces switching their tech blog from German to English and migrating from WordPress to Gatsby for better performance and ease of writing.
A technical guide on building a blog using Hugo, Docker, and AsciiDoc, covering setup, customization, and the author's writing workflow.
Explains how to implement responsive images in Jekyll using a pre-render hook and a custom regex to replace Markdown syntax with a Liquid tag.
A tutorial on implementing search functionality for a GatsbyJS blog using GraphQL and React hooks to filter posts by title, description, and tags.
Explores using Asciidoctor to write and maintain technical documentation alongside source code, comparing it to wikis and markdown.
A guide to creating a macOS service that converts Markdown to rich text with syntax highlighting for use in any app, like email clients.
A guide on integrating the Ghost CMS with the Jekyll static site generator using a Netlify plugin and gulp.js to convert API content to markdown.
A developer details their migration from Jekyll to the Hugo static site generator, citing simpler setup and maintenance as key reasons.
The author details the release of version 8 of their personal website, highlighting a switch from WordPress to the static site generator Eleventy.
A tutorial on using Puppeteer to crawl website articles, extract content, and convert it into Markdown files for a static site migration.
A technical tutorial on building a custom blog from scratch using GatsbyJS, React, Markdown, and GraphQL.
A tutorial on adding a 'Create Post' feature with Markdown support to a Blazor-based blogging application, covering backend service and API setup.
Introducing Tutorial Markdown, an open-source JavaScript library that extends Markdown syntax to create interactive, self-coding tutorials for technical blogging.
A developer explains why he switched from his custom static site generator, handroll, to the popular Hugo framework.
A developer's journey to find a better presentation tool, leading to the discovery of mdx-deck for creating slides with Markdown and React.
Introducing scdoc, a lightweight, dependency-free man page generator written in C, designed for readability and maintainability.
Tips for writing better R-focused blog posts, covering social sharing, package examples, and syntax highlighting.
A guide to creating custom RStudio code snippets for quickly embedding tweets in blogdown posts using Hugo shortcodes.