Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/acidjazz/basal

a simple way to handle dynamic data on a static site
https://github.com/acidjazz/basal

cms laravel lumen

Last synced: 21 days ago
JSON representation

a simple way to handle dynamic data on a static site

Awesome Lists containing this project

README

        

![](public/images/icons/apple-touch-icon.png)
# basal
### dynamic for the static
[![CircleCI](https://circleci.com/gh/acidjazz/basal.svg?style=shield)](https://circleci.com/gh/acidjazz/basal)
[![codecov](https://codecov.io/gh/acidjazz/basal/branch/master/graph/badge.svg)](https://codecov.io/gh/acidjazz/basal)
[![Dependency Status](https://www.gemnasium.com/badges/github.com/acidjazz/basal.svg)](https://www.gemnasium.com/github.com/acidjazz/basal)

## intoduction

basal is a tool to help allow dynamic content on static sites, cutting out out the need for databases, server-side rendering, or even servers (ex: S3 statically hosted sites). basal also provides a customizable look and feel for you and others (client, partners, etc) to modify this content.

## usage

* Create a `Structure`, this defines the structure of your content with entities, maybe it be `Text`, an `Image`, or even a `Blog`
* Add an `Entry` or two to that structure, being your actual content
* Incorporate basal into your site to display the added content, this can be done through basals' JavaScript library or hitting the API (other libraries are actively in development)

## installation
> coming soon

## official documentation
> coming soon