Obsidian to GitHub Pages

Obsidian to GitHub Pages

TLDR: create empty repository clone repository https://github.com/fresh-fx59/obsidian-github-notes.git open Obsidian from this folder update hugo.yaml setup GitHub Pages start writing Create new empty repository Clone repository Lets say your new empty repo url is https://github.com/fresh-fx59/obsidian-sample.git On your computer git clone https://github.com/fresh-fx59/obsidian-github-notes.git cd obsidian-github-notes git remote set-url origin https://github.com/fresh-fx59/obsidian-sample.git git remote -v origin https://github.com/fresh-fx59/obsidian-sample.git (fetch) origin https://github.com/fresh-fx59/obsidian-sample.git (push) git push -u origin main Now go to repository Settings -> Pages and set them up like below ...

December 19, 2025 · 2 min · Aleksei Aksenov