September 25, 2024 productivity 6 min read Improving your Markdown workflow with linters in Neovim Learn how to configure and use various Markdown linting tools within Neovim to improve document quality and consistency. Topics: neovim markdown linting editor productivity
May 27, 2023 webdev 7 min read Static site generation with Flask: building a simple blog Learn how to create a lightweight static blog using Flask and Flask-FlatPages with Markdown content. Topics: flask python static-site markdown
April 21, 2023 code 2 min read Best practices for quoting YAML frontmatter values A comprehensive guide on when to quote values in YAML frontmatter for technical documentation and blog posts Topics: yaml markdown documentation best-practices
January 14, 2023 code 1 min read One-minute Markdown Guide Learn the essentials of Markdown formatting in under a minute Topics: markdown productivity documentation
October 11, 2021 code 6 min read Pelican data processing with jinja2content Exploring how to use the jinja2content plugin to process complex data structures in Pelican themes Topics: markdown pelican theme-development
October 09, 2021 code 5 min read Pelican data processing with frontmark Learn how to use YAML frontmatter to manage complex data structures in Pelican themes Topics: markdown pelican theme-development
September 17, 2020 code 3 min read Save time with UltiSnips in a Vim based Markdown environment Learn how to use UltiSnips with Vim to create powerful snippets that make Markdown editing faster and more efficient. Topics: markdown ultisnips vim productivity
February 03, 2020 devops 3 min read Setting up MkDocs for publishing project code documentation Learn how to set up and customize MkDocs using Docker for publishing project documentation with extended plugin support. Topics: documentation markdown mkdocs docker
April 09, 2019 devops 5 min read Setting up a dockerised Gollum wiki for your documentation needs A systematic approach to common documentation challenges using Gollum with Docker, supporting multiple wikis with custom styling and automation. Topics: docker gollum markdown documentation wiki
April 14, 2018 code 8 min read Markdown vs Microsoft Word: choosing the right tool for your writing A comprehensive comparison of Markdown and Microsoft Word, highlighting the strengths and weaknesses of each for different writing workflows. Topics: markdown productivity documentation writing tools