Skip to content

Commit

Permalink
Migrate from makespec to quarto
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Jan 7, 2025
1 parent 9e68e3c commit ceed869
Show file tree
Hide file tree
Showing 10 changed files with 168 additions and 219 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
vendor/
node_modules/

!gh-pages/index.html
.quarto/
docs/
3 changes: 0 additions & 3 deletions .gitmodules
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
12 changes: 2 additions & 10 deletions Makefile
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
39 changes: 39 additions & 0 deletions _quarto.yml
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"
1 change: 0 additions & 1 deletion gh-pages/index.html

This file was deleted.

49 changes: 0 additions & 49 deletions gh-pages/makespec.css

This file was deleted.

Loading

0 comments on commit ceed869

Please sign in to comment.