mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-16 20:07:05 +01:00
Alan Orth
286896486e
After running the util/generate_docs.py script to parse and extract the metadata term specifications and their controlled vocabularies, we use Hugo to generate the HTML site. The HTML site uses Bootstrap with several ISEAL brand colors gleaned from the corporate website.
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."
|