1
0
beire-hugo/config.toml

12 lines
219 B
TOML
Raw Normal View History

2020-10-21 15:34:15 +02:00
baseURL = "https://public.audio-lab.org/beireapi"
2020-10-21 12:47:37 +02:00
languageCode = "es"
2020-10-23 02:14:43 +02:00
title = "Beire - Backend API"
2020-10-21 12:47:37 +02:00
theme = "api-theme"
[outputFormats.api]
mediatype ="application/json"
[outputs]
section = ["api"]
2020-10-23 01:59:38 +02:00
page = ["api"]