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

https://github.com/codemage66/fragmenta

A user-friendly cms written in Go
https://github.com/codemage66/fragmenta

Last synced: 10 months ago
JSON representation

A user-friendly cms written in Go

Awesome Lists containing this project

README

          

![Fragmenta CMS](https://avatars3.githubusercontent.com/u/8027677?v=3&s=100)

# Fragmenta CMS

Fragmenta CMS is a user-friendly Content Management System built with Go. For more information and a demo of the CMS in action, see the website at http://fragmenta.eu

## Usage

## Config

#### Session Name
The *session_name* key is used to set the name used in cookies.

#### Theme
The *theme* key is used to set the theme. To use a theme, add a key with the name of your theme folder to the fragmenta.json file. Theme templates will then override any templates in the app at the same path.

## Requirements

Go 1.8 is now required, as some new features from this release and the 1.7 release are used.

## Version History