-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
168 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
vendor/ | ||
node_modules/ | ||
|
||
!gh-pages/index.html | ||
.quarto/ | ||
docs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
[submodule "makespec"] | ||
path = makespec | ||
url = https://github.com/jakobib/makespec.git | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,2 @@ | ||
TITLE = JSKOS data format for Knowledge Organization Systems | ||
AUTHOR = Jakob Voß | ||
|
||
NAME = jskos | ||
GITHUB = https://github.com/gbv/jskos | ||
|
||
include makespec/Makefile | ||
|
||
HTML_ARGS += --css makespec.css | ||
HTML_ARGS += --toc-depth=2 | ||
default: | ||
quarto render |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
project: | ||
type: manuscript | ||
output-dir: docs | ||
post-render: | ||
- "cp -rnv schemas/ docs/schemas/" | ||
|
||
repo-url: https://github.com/gbv/jskos | ||
|
||
manuscript: | ||
article: jskos.md | ||
code-links: | ||
- repo | ||
|
||
title: JSKOS data format for Knowledge Organization Systems | ||
subtitle: version 0.6.0 | ||
date: "2025" | ||
authors: | ||
- name: Jakob Voß | ||
orcid: 0000-0002-7613-4123 | ||
affiliations: | ||
- name: Verbundzentrale des GBV (VZG) | ||
# TODO: date | ||
# abstract: | | ||
# ... | ||
|
||
#resources: | ||
# TODO: link files to be included | ||
|
||
format: | ||
html: | ||
number-sections: true | ||
code-line-numbers: false | ||
css: style.css | ||
highlight-style: kate | ||
#theme: flatly | ||
theme: sandstone | ||
crossref: | ||
lst-prefix: "Example" | ||
lst-title: "Example" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.