Bump actions/cache from 2.1.5 to 2.1.6
[yosql.git] / yosql-website / config.toml
blobaa03fe557c185bb412c091e658b8d030e8dda716
1 baseURL = "https://yosql.projects.metio.wtf/"
2 languageCode = "en"
3 theme = "metio"
4 title = "YoSQL - write more SQL"
6 pygmentsUseClasses = true
7 sectionPagesMenu = "main"
8 enableRobotsTXT = true
9 DefaultContentLanguage = "en"
11 [outputs]
12 home = ["HTML", "RSS", "ATOM", "HUMANS", "FOAF"]
13 section = ["HTML", "RSS", "ATOM"]
14 term = ["HTML", "RSS", "ATOM"]
16 [params]
17 mainSections = ["tooling", "configuration", "integration", "logging", "persistence", "benchmarks", "project", "sql"]
18 author = "metio.wtf"
19 email = "https://metio.groups.io/g/yosql/topics"
20 matrix = "#yosql:matrix.org"
21 github = "metio/yosql"
22 work = "yosql.projects.metio.wtf"
23 calendar = "https://metio.groups.io/g/yosql/calendar"
24 description = "Write more SQL"