GoBlog/example-config.yaml

29 lines
550 B
YAML
Raw Normal View History

2020-07-28 19:17:07 +00:00
server:
logging: false
port: 8080
2020-08-01 15:49:46 +00:00
domain: example.com
publicAdress: http://localhost:8080
2020-08-01 15:49:46 +00:00
publicHttps: false
letsEncryptMail: mail@example.com
localHttps: false
2020-07-28 19:17:07 +00:00
database:
2020-07-31 13:48:01 +00:00
file: data/db.sqlite
cache:
enable: true
expiration: 600
blog:
lang: en
title: My blog
description: This is my blog
2020-08-25 18:55:32 +00:00
sections:
- name: posts
title: Posts
description: "**Posts** on this blog"
2020-08-31 19:12:43 +00:00
taxonomies:
- name: tags
title: Tags
description: "**Tags** on this blog"
user:
nick: admin
name: Admin
password: secret