Markdown
SEO Breadcrumbs: Schema Markup Implementation Guide
Boost SEO with breadcrumb schema and structured data
Breadcrumb navigation combined with proper schema markup is one of the most effective yet underutilized SEO techniques that can significantly improve your website’s search visibility and user experience.
Tables in Markdown: Complete Guide
Complete guide to creating tables in Markdown
Tables are one of the most powerful features in Markdown for organizing and presenting structured data. Whether you’re creating technical documentation, README files, or blog posts, understanding how to properly format tables can significantly improve your content’s readability and professionalism.
LaTeX to Markdown Conversion Tools
Transform LaTeX documents to Markdown efficiently
Converting LaTeX documents to Markdown has become essential for modern publishing workflows, integrating static site generators, documentation platforms, and version control systems while maintaining readability and simplicity.
Obsidian vs LogSeq: Which PKM Tool is for right for you?
two powerful knowledge management systems
Choosing the right Personal Knowledge Management (PKM) tool can dramatically impact your productivity, learning, and information organization. Let’s have a look at Obsidian and LogSeq.
Converting HTML to Markdown with Python: A Comprehensive Guide
Python for converting HTML to clean, LLM-ready Markdown
Converting HTML to Markdown is a fundamental task in modern development workflows, particularly when preparing web content for Large Language Models (LLMs), documentation systems, or static site generators like Hugo.
Configuring Multi-Language Website SEO with Hugo
What to do with `canonical`, `lang` and `hreflang`
Translating your Hugo website can improve your Google and Bing ranking - but only if the translated content is high quality, localized, and properly structured for multilingual SEO.
Converting Word Documents to Markdown: A Complete Guide
Using pandoc, python, or online tools for convertion to MD
Converting Word documents to Markdown format is a very common task for technical writers, developers, and content creators who want to move their content to platforms with Markdown (like GitHub, GitLab, static site generators like Hugo).
Using Obsidian for Personal Knowledge Management
About Obsidian ....
Here’s a detailed breakdown of Obsidian as a powerful tool for personal knowledge management (PKM), explaining its architecture, features, strengths, and how it supports modern knowledge workflows.
Markdown Code Blocks: Complete Guide with Syntax, Languages & Examples
Master Markdown code blocks: syntax highlighting, diff, and filename.
Here I’m reviewing Codeblock options in Markdown—how to specify the programming language, diff formatting and code block filename.
Dokuwiki - selfhosted wiki and the alternatives
I was using Dokuwiki as a personal knowledgebase
Dokuwiki is a selfhosted wikipedia which can be hosted easily on premises and not requiring any databases. I was running it dockerised, on my pet kubernetes cluster.
Convert HTML content to Markdown using LLM and Ollama
LLM to extract text from HTML...
In the Ollama models library there are models that able convert HTML content to Markdown, which is useful for content conversion tasks.
Markdown Cheatsheet: Syntax, Formatting & Structure Quick Reference
Quick reference for Markdown: headings, lists, code, tables & more.
Markdown language is used in wikipedia and Hugo. It has support for headers, lists, font style modifications, images, codequotes and tables. Here I keep a short summary of markdown formatting.