Add Grav site and plugin config

This commit is contained in:
2026-06-17 23:40:15 +02:00
parent edfab0628c
commit 5a849d5b67
4 changed files with 64 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
enabled: true
files:
destination: '@page'
avoid_overwriting: true
random_name: false
filesize: 10
accept:
- image/*
+11
View File
@@ -0,0 +1,11 @@
enabled: true
rememberme:
enabled: true
timeout: 604800
name: grav-rememberme
user_registration:
enabled: false
route: /login
built_in_css: true
built_in_js: true
redirect_after_login: /tracker
+8
View File
@@ -0,0 +1,8 @@
title: 'Into the East'
description: 'A travel blog by Mischa'
author:
name: Mischa
email: mischa@gorinskat.nl
taxonomies: [category, tag]
metadata:
description: 'Into the East — travel journal'
+37
View File
@@ -0,0 +1,37 @@
home:
alias: /tracker
pages:
theme: intotheeast
dateformat:
default: 'd M Y'
short: 'd M'
long: 'l, d F Y'
cache:
enabled: true
check:
method: folder
driver: auto
debugger:
enabled: false
languages:
supported: [en]
media:
enable_media_timestamp: false
uploads_privacy:
enabled: false
session:
enabled: true
timeout: 1800
errors:
display: 0
log: true
timezone: 'Europe/Amsterdam'