Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fragmenta/fragmenta-cms
A user-friendly CMS written in Go (golang)
https://github.com/fragmenta/fragmenta-cms
Last synced: 8 days ago
JSON representation
A user-friendly CMS written in Go (golang)
- Host: GitHub
- URL: https://github.com/fragmenta/fragmenta-cms
- Owner: fragmenta
- License: mit
- Created: 2015-07-25T20:08:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T17:30:56.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T22:53:28.432Z (3 months ago)
- Language: Go
- Homepage: http://fragmenta.eu
- Size: 7.1 MB
- Stars: 586
- Watchers: 38
- Forks: 71
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - fragmenta/fragmenta-cms - A user-friendly CMS written in Go (golang) (others)
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