mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-09-03 10:02:54 +02:00
29 lines
342 B
YAML
Executable File
29 lines
342 B
YAML
Executable File
# Site configuration
|
|
|
|
title: 'Monstra'
|
|
description: 'Modern Open Source Flat-File Content Management System'
|
|
author:
|
|
email: ''
|
|
|
|
|
|
# System Configuration
|
|
|
|
timezone: UTC
|
|
charset: UTF-8
|
|
|
|
theme: default
|
|
|
|
plugins:
|
|
|
|
pages:
|
|
flush_cache: false
|
|
|
|
errors:
|
|
display: false
|
|
|
|
cache:
|
|
enabled: false
|
|
prefix: Monstra
|
|
driver: auto
|
|
lifetime: 604800
|