https://github.com/chase-allen-tech/go-cms
https://github.com/chase-allen-tech/go-cms
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chase-allen-tech/go-cms
- Owner: chase-allen-tech
- License: mit
- Created: 2024-05-21T07:00:12.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-05-21T07:03:11.000Z (12 months ago)
- Last Synced: 2025-02-16T07:41:19.592Z (3 months ago)
- Language: Go
- 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