obsidian_to_jekyll

obsidian_to_jekyll

A program for exporting Obsidian docs to Jekyll posts

Obsidian to Jekyll Post Converter

This is a simple program for converting an Obsidian document to Jekyll posts. It auto-export image files linked in the document and copy them to the Jekyll images directory. Tested with Jekyll v4.2.1 with Chirpy theme.

Usage

The program accepts 3 arguments;

  1. The jekyll markdown file to export.
  2. The directory where the images linked to in the obsidian file are stored.
  3. The root directory of the jekyll blog.