Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.