Obsidian + Hugo + GitHub Pages on Windows 11

Obsidian + Hugo + GitHub Pages on Windows 11

Obsidian is a beautiful markdown editor. Hugo is a fast static site generator. GitHub Pages is free hosting with CI/CD. The challenge is wiring them together on Windows 11 where Obsidian runs natively but Hugo and git live in WSL. Here is the setup that works. The Problem Obsidian is a Windows desktop app. Hugo and git run in WSL (Ubuntu). They need to read and write the same markdown files. The obvious answers all fail: ...

August 15, 2026 · 6 min · robertluwang