Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/acidjazz/basal
- Owner: acidjazz
- Created: 2016-08-30T13:18:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T18:12:46.000Z (over 7 years ago)
- Last Synced: 2024-11-21T07:35:59.676Z (3 months ago)
- Topics: cms, laravel, lumen
- Language: JavaScript
- Homepage:
- Size: 5.31 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: readme.md
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