Park, Geon/obsidian-to-hugo로 옵시디언 내용 블로그에 올리기

Created Mon, 01 Jan 2024 12:00:00 +0900 Modified Fri, 12 Sep 2025 16:06:31 +0900
67 Words

참고 링크

Installation

pip install obsidian-to-hugo

usage

python -m obsidian_to_hugo --obsidian-vault-dir=<path> --hugo-content-dir=<path>

what it does

  • Copies obsidian vault contents into hugo content directory
  • Replaces obsidian wiki links with hugo shortcode links
  • Replaces obsidian marks with HTML marks
  • Want to do more? You can write and register custom filters to dynamically include/exclude content from processing and processors to do whatever you want with the file contents.