Posts

Showing posts with the label Hugo

GFM vs CommonMark vs Pandoc Markdown: Syntax Compared

Compare CommonMark, GitHub Flavored Markdown, and Pandoc Markdown syntax, including tables, footnotes, math, metadata, and portability. GFM vs CommonMark vs Pandoc Markdown: Syntax Compared

Digital Gardens: Grow Knowledge Instead of Just Publishing It

Digital gardens are publicly evolving knowledge spaces — not blogs, not wikis, but living networks of notes at different stages of development. A guide for engineers who want their thinking to compound publicly. Digital Gardens: Grow Knowledge Instead of Just Publishing It

Web Infrastructure — static publishing, CDN, indexing, and domain services

Systems for publishing static sites, shipping to AWS S3 and CloudFront, notifying search engines with IndexNow, and running email on a custom domain. CLI-first workflows and trade-offs without console fluff. Web Infrastructure — static publishing, CDN, indexing, and domain services

IndexNow explained - notify search engines when you publish

IndexNow pushes URL changes to Bing and other engines in minutes. Learn why it beats waiting for crawls, how host and key verification work, and how to run submissions from the CLI or a sitemap. IndexNow explained - notify search engines when you publish

Markdown Code Blocks: Complete Guide with Syntax, Languages & Examples

Complete guide to Markdown code blocks: fenced blocks, inline code, syntax highlighting, diff formatting, language identifiers, filename display, and Hugo-specific features. Markdown Code Blocks: Complete Guide with Syntax, Languages & Examples

Markdown Code Blocks: Complete Guide with Syntax, Languages & Examples

Complete guide to Markdown code blocks: fenced blocks, inline code, syntax highlighting, diff formatting, language identifiers, filename display, and Hugo-specific features. Markdown Code Blocks: Complete Guide with Syntax, Languages & Examples

Markdown Cheatsheet: Syntax, Formatting & Structure Quick Reference

Quick reference to Markdown syntax: headings, bold, italic, lists, links, images, tables, code blocks, blockquotes, task lists, math, and more — with examples for every element. Markdown Cheatsheet: Syntax, Formatting & Structure Quick Reference

Curated List of Articles about implementing Static WebSites with Hugo:

  Curated List of Articles about implementing Static WebSites with Hugo: - Content and assets in Hugo - SEO: structured data and discoverability - Performance: caching and build speed - Deploying to AWS: S3 and CloudFront

Create AWS CloudFront on Pay-as-You-Go (not the Free Plan)

Use AWS CLI to create a CloudFront distribution on pay-as-you-go pricing when the console only offers Free or Pro flat-rate plans. Create AWS CloudFront on Pay-as-You-Go (not the Free Plan)