afazio1 / obsidian-markdown-blogger

Allows developers to push markdown notes to their local blog, portfolio, or static site. Works with Astro.js, Next.js, and any other framework configured to render markdown pages.
MIT License
91 stars 1 forks source link

Support for GitHub Pages #3

Closed Malix-off closed 12 months ago

Malix-off commented 1 year ago

Hello! Does this support GitHub Pages? If not, would it be possible to implement its support? Thanks!

afazio1 commented 12 months ago

Hi, thanks for the question!

Markdown Blogger does not make any assumptions about the tech you are using to build / deploy your site. It is simply meant to quickly transfer markdown files between Obsidian and a local project folder.

If you are looking to set up your GitHub pages repo to render markdown, here is a resource I found: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll

I hope this helps!