alfredbaudisch / pardall_markdown

Reactive publishing framework, filesystem-based with support for Markdown, nested hierarchies, and instant content rebuilding. Written in Elixir.
Apache License 2.0
116 stars 8 forks source link

Add support to watch external sources, such as GitHub repositories #31

Closed alfredbaudisch closed 3 years ago

alfredbaudisch commented 3 years ago

I just found out that most of the work for this is already done in another Elixir project: meddle0x53/blogit/blob/master/lib/blogit/repository_providers/git.ex - it's a matter of adding those modules here and adjusting them to PardallMarkdown.

rockchalkwushock commented 3 years ago

@alfredbaudisch working on this now. Feel free to assign it to me.