mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-17 04:17:04 +01:00
17 lines
386 B
TOML
17 lines
386 B
TOML
|
title="ISEAL Schema"
|
||
|
baseURL="https://alanorth.github.io/iseal-schema"
|
||
|
languageCode = "en-us"
|
||
|
enableRobotsTXT = true
|
||
|
publishDir = "docs"
|
||
|
disablePathToLower = true
|
||
|
|
||
|
[permalinks]
|
||
|
terms = "/:slug/"
|
||
|
|
||
|
[params]
|
||
|
# Site author
|
||
|
author = "Alan Orth"
|
||
|
|
||
|
# Description/subtitle for homepage
|
||
|
description = "Documenting metadata fields and controlled vocabularies for the ISEAL core schema."
|