Blogging with Markdown
A technical guide on building a blog using Markdown, frontmatter for metadata, and NPM packages like markdown-it for HTML conversion.
A technical guide on building a blog using Markdown, frontmatter for metadata, and NPM packages like markdown-it for HTML conversion.
A developer shares initial experiences and challenges migrating a Gatsby blog from Markdown to MDX for more interactive content.
A developer details their migration from WordPress to Hugo, a static site generator, for a faster, more secure, and Markdown-friendly blog.
A developer shares the story behind building Writerie, a privacy-focused, distraction-free writing tool with Markdown and rich text editing.
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 software engineer shares essential skills like documentation, clean code, and code review not taught in a Computer Science Masters program.
A tutorial on using Puppeteer to crawl website articles, extract content, and convert it into Markdown files for a static site migration.
A developer explains migrating his technical blog from Ghost to Hugo for simplicity, cost savings, and Asciidoc support.
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.