diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-04-01 11:20:34 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-04-01 11:20:34 +0200 |
commit | e947c9fa7f45ef4d0811311e3f720631e3a354be (patch) | |
tree | 876245ee146a04335b4b1ab854cb418b09504bc9 | |
parent | 90520e8c89ee2da59960788ac862af35bc274f8c (diff) |
add team worlding
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | _quarto.yml | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -4,7 +4,7 @@ SSH_BASE_PATH = public_websites/thoughtroam.abcde.../ BASE_SSH = $(SSH_HOST):$(SSH_BASE_PATH) BASE_IRI = https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/ -ARTICLES = learn code use +ARTICLES = learn code use worlding PERL_FILES = bin/hedgedoc2quarto bin/xmp2rdfxml @@ -62,6 +62,10 @@ pad-export-use: use/index.qmd hedgedoc export --md aFt_nNkYTQibl0CQrBJhtQ $< perl -g -e 's/\s*\z/\n/' $< +pad-export-worlding: worlding/index.qmd + hedgedoc export --md qfFl3xiaQWCbpoyNPbNsEA $< + perl -g -e 's/\s*\z/\n/' $< + $(ARTICLES:%=pad-import-%): pad-import-%: hedgedoc import $*/index.qmd diff --git a/_quarto.yml b/_quarto.yml index 1afba7d..c7d4487 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -21,6 +21,8 @@ website: href: code/index.qmd - text: Anvendelser href: use/index.qmd + - text: Verdening + href: world/index.qmd - text: Progressionsrapporter href: progress/index.qmd - text: Planer |