Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T09:20:46.000Z (about 8 years ago)
- Last Synced: 2024-10-31T18:12:41.507Z (3 months ago)
- Language: Haskell
- Homepage:
- Size: 106 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
![buid-status](https://travis-ci.org/saep/repo-based-blog.svg?branch=master)
# 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.