Added link to blog.

This commit is contained in:
Miguel Salgado 2022-06-22 17:07:51 -07:00
parent 2783198e06
commit d6cacf9fd2

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# Boiler plate for a blog website
This is function (but unfinished) project that can help you
create a blog with `pandoc` and `git`.
The most important feature is that the RSS feed is generated by
your git history.
This is mostly a POC, I use a similar mechanism for my own website,
and I wanted to share the basic ideas in this repo.
Any suggestions at:
- Direct email
- [Github Issues](https://github.com/ekiim/pandoc-git-blog/issues/new)
And I'm wrote a [blog entry](https://ekiim.xyz/blog/entries/blog-with-pandoc-and-git/)
about this POC too at my site.