site: update URLs to iseal-community

This commit is contained in:
Alan Orth 2022-01-07 14:26:50 +02:00
parent 7ed52b703a
commit 16b183f36b
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
title="ISEAL Core Metadata Set" title="ISEAL Core Metadata Set"
baseURL="https://alanorth.github.io/iseal-schema" baseURL="https://iseal-community.github.io/iseal-core"
languageCode = "en-us" languageCode = "en-us"
enableRobotsTXT = true enableRobotsTXT = true
publishDir = "docs" publishDir = "docs"

View File

@ -137,13 +137,13 @@
{{ $fileCodeIcon := resources.Get "icons/file-earmark-code.svg" | resources.Fingerprint }} {{ $fileCodeIcon := resources.Get "icons/file-earmark-code.svg" | resources.Fingerprint }}
<h3><img class="icon me-1" src="{{ $fileCodeIcon.Permalink }}" alt="File icon with earmark"/>Turtle</h3> <h3><img class="icon me-1" src="{{ $fileCodeIcon.Permalink }}" 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> <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> <a href="https://raw.githubusercontent.com/iseal-community/iseal-core/main/data/iseal-core.ttl" class="btn btn-primary">Download</a>
</div> </div>
<div class="col-sm-12 col-lg-4"> <div class="col-sm-12 col-lg-4">
{{ $fileSpreadsheetIcon := resources.Get "icons/file-earmark-spreadsheet.svg" | resources.Fingerprint }} {{ $fileSpreadsheetIcon := resources.Get "icons/file-earmark-spreadsheet.svg" | resources.Fingerprint }}
<h3><img class="icon me-1" src="{{ $fileSpreadsheetIcon.Permalink }}" alt="File icon with earmark"/>CSV</h3> <h3><img class="icon me-1" src="{{ $fileSpreadsheetIcon.Permalink }}" 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> <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/iseal-core.csv" class="btn btn-primary">Download</a> <a href="https://raw.githubusercontent.com/iseal-community/iseal-core/main/data/iseal-core.csv" class="btn btn-primary">Download</a>
</div> </div>
</div> </div>

View File

@ -1,5 +1,5 @@
{ {
"name": "iseal-schema", "name": "iseal-core",
"version": "0.0.1", "version": "0.0.1",
"description": "Generate ISEAL Core Metadata Set documentation website.", "description": "Generate ISEAL Core Metadata Set documentation website.",
"scripts": { "scripts": {