From e947c9fa7f45ef4d0811311e3f720631e3a354be Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 1 Apr 2024 11:20:34 +0200 Subject: add team worlding --- Makefile | 6 +++++- _quarto.yml | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b86d491..ee54f77 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3