From d6cacf9fd27595c4697682cbcafbe074cc12f269 Mon Sep 17 00:00:00 2001 From: Miguel Alejandro Salgado Zapien Date: Wed, 22 Jun 2022 17:07:51 -0700 Subject: [PATCH] Added link to blog. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..57ab0cf --- /dev/null +++ b/README.md @@ -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.