From 16b183f36ba9d23e36c0300793b45cec380c2226 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 7 Jan 2022 14:26:50 +0200 Subject: [PATCH] site: update URLs to iseal-community --- site/config.toml | 2 +- site/layouts/_default/home.html | 4 ++-- site/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/site/config.toml b/site/config.toml index 77a25cff..be988bbb 100644 --- a/site/config.toml +++ b/site/config.toml @@ -1,5 +1,5 @@ title="ISEAL Core Metadata Set" -baseURL="https://alanorth.github.io/iseal-schema" +baseURL="https://iseal-community.github.io/iseal-core" languageCode = "en-us" enableRobotsTXT = true publishDir = "docs" diff --git a/site/layouts/_default/home.html b/site/layouts/_default/home.html index bc2e50e8..aba490b4 100644 --- a/site/layouts/_default/home.html +++ b/site/layouts/_default/home.html @@ -137,13 +137,13 @@ {{ $fileCodeIcon := resources.Get "icons/file-earmark-code.svg" | resources.Fingerprint }}

File icon with earmarkTurtle

Terse RDF Triple Language (TTL). Use this format when you need to validate metadata against ISEAL Core programmatically.

- Download + Download
{{ $fileSpreadsheetIcon := resources.Get "icons/file-earmark-spreadsheet.svg" | resources.Fingerprint }}

File icon with earmarkCSV

Comma-separated Values (CSV). Use this format when you just need a quick and easy offline reference.

- Download + Download
diff --git a/site/package.json b/site/package.json index 914a35b9..5f2aecb0 100644 --- a/site/package.json +++ b/site/package.json @@ -1,5 +1,5 @@ { - "name": "iseal-schema", + "name": "iseal-core", "version": "0.0.1", "description": "Generate ISEAL Core Metadata Set documentation website.", "scripts": {