https://github.com/ekiim/pandoc-git-blog
https://github.com/ekiim/pandoc-git-blog
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ekiim/pandoc-git-blog
- Owner: ekiim
- Created: 2022-06-22T23:11:18.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T00:07:56.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T01:45:24.363Z (5 months ago)
- Language: Python
- Homepage:
- Size: 503 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.