site/docs: regenerate site with hugo

This commit is contained in:
Alan Orth 2021-12-13 10:24:14 +02:00
parent 3feddf1077
commit b8f2819556
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 15 additions and 27 deletions

View File

@ -10,7 +10,7 @@
<link rel="canonical" href="https://alanorth.github.io/iseal-schema/">
<link href="https://alanorth.github.io/iseal-schema/css/style.min.217002b73c5e3e58acb1e61ffe608bb9eb38a037c74929fe36abd2c97a969e58.css" rel="stylesheet" integrity="sha256-IXACtzxePlisseYf/mCLues4oDfHSSn&#43;NqvSyXqWnlg=" crossorigin="anonymous">
<link href="https://alanorth.github.io/iseal-schema/css/style.min.439513ec9b117beaf50f9dec26050da3b896ca190d0656e54805869445d0dc06.css" rel="stylesheet" integrity="sha256-Q5UT7JsRe&#43;r1D53sJgUNo7iWyhkNBlblSAWGlEXQ3AY=" crossorigin="anonymous">
</head>
@ -7517,30 +7517,18 @@
<h2 id="download">Download</h2>
<p>The ISEAL Core schema is available for download in two formats:</p>
<div class="container ">
<div class="row pb-4 row-cols-1 row-cols-lg-2">
<div class="col d-flex align-items-start">
<div class="icon-square bg-light text-dark flex-shrink-0 me-3">
<img src="https://alanorth.github.io/iseal-schema/icons/file-earmark-code.6c7c10f684199da20282ec350f5ee1a7bdb78f638661bb60aabb7b4dd313ec93.svg" alt="File icon with earmark" width="32" height="32">
</div>
<div>
<h3>Turtle</h3>
<p>Terse RDF Triple Language (TTL). Use this format when you need to validate metadata against ISEAL Core programmatically.</p>
<a href="https://raw.githubusercontent.com/alanorth/iseal-schema/main/data/iseal-core.ttl" class="btn btn-primary">Download</a>
</div>
</div>
<div class="col d-flex align-items-start">
<div class="icon-square bg-light text-dark flex-shrink-0 me-3">
<img src="https://alanorth.github.io/iseal-schema/icons/file-earmark-spreadsheet.d6b63249e80cb195fe3fe97e96496fe0273881323cc77554c7f24654474073e7.svg" alt="File icon with earmark" width="32" height="32" />
</div>
<div>
<h3>CSV</h3>
<p>Comma-separated Values (CSV). Use this format when you just need a quick and easy offline reference.</p>
<a href="https://raw.githubusercontent.com/alanorth/iseal-schema/main/data/schema-fields.csv" class="btn btn-primary">Download</a>
</div>
</div>
<div class="row mb-2 justify-content-center">
<div class="col-sm-12 col-lg-4">
<h3><img class="icon me-1" src="https://alanorth.github.io/iseal-schema/icons/file-earmark-code.6c7c10f684199da20282ec350f5ee1a7bdb78f638661bb60aabb7b4dd313ec93.svg" alt="File icon with earmark"/>Turtle</h3>
<p>Terse RDF Triple Language (TTL). Use this format when you need to validate metadata against ISEAL Core programmatically.</p>
<a href="https://raw.githubusercontent.com/alanorth/iseal-schema/main/data/iseal-core.ttl" class="btn btn-primary">Download</a>
</div>
<div class="col-sm-12 col-lg-4">
<h3><img class="icon me-1" src="https://alanorth.github.io/iseal-schema/icons/file-earmark-spreadsheet.d6b63249e80cb195fe3fe97e96496fe0273881323cc77554c7f24654474073e7.svg" alt="File icon with earmark"/>CSV</h3>
<p>Comma-separated Values (CSV). Use this format when you just need a quick and easy offline reference.</p>
<a href="https://raw.githubusercontent.com/alanorth/iseal-schema/main/data/schema-fields.csv" class="btn btn-primary">Download</a>
</div>
</div>
@ -7554,7 +7542,7 @@
<footer class="footer mt-auto">
<div class="container">
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Dec 12, 2021</span> <a href="#">Back to top</a></span></p>
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Monday, Dec 13, 2021</span> <a href="#">Back to top</a></span></p>
</div>
</footer>