https://github.com/saep/repo-based-blog
Library for embedding a blog whose content is stored in a repository.
https://github.com/saep/repo-based-blog
Last synced: 4 months ago
JSON representation
Library for embedding a blog whose content is stored in a repository.
- Host: GitHub
- URL: https://github.com/saep/repo-based-blog
- Owner: saep
- License: bsd-3-clause
- Created: 2014-10-07T11:51:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T09:20:46.000Z (over 9 years ago)
- Last Synced: 2025-04-06T02:43:21.164Z (about 1 year ago)
- Language: Haskell
- Homepage:
- Size: 106 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README

# repo-based-blog
A blogging module that uses a repository as its content backend.
# Usage
The Haddock documentation of the module [Web.RBB](https://hackage.haskell.org/package/repo-based-blog-0.0.1/docs/Web-RBB.html) should contain enough
information to get started.
# Contributing
As long as there are no web application specific changes required, I would
usually just review and accept every pull request.
## Guidelines
* Please write documentation!
* Please try to write tests!
* If an issue exists, reference it!
* Similar to neovim's development, use [WIP], [RFC] and [RDY] as tags in
pull requests. Especially the [WIP] annotation has the potential to avoid
unnecessary duplicate work if the pull request is created immediately
after starting to work at the issue.