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
- Host: GitHub
- URL: https://github.com/codemage66/fragmenta
- Owner: codemage66
- License: mit
- Created: 2024-04-19T07:34:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T08:11:26.000Z (about 2 years ago)
- Last Synced: 2024-04-27T10:27:43.568Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 7.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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