From 52a4cfc11dffef77414ee083c1d7156664d99ebc Mon Sep 17 00:00:00 2001 From: Carsten Gips Date: Sat, 2 Mar 2024 13:02:26 +0100 Subject: [PATCH] Defaults: rename 'hugo' to 'relearn' rationale: 'beamer' is the name of the theme, not the tool. so it seems sensible to rename 'hugo' to 'relearn', as hugo is the tool, but relearn is the theme ... --- defaults/{hugo.yaml => relearn.yaml} | 0 examples/hugo-lecture/Makefile | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename defaults/{hugo.yaml => relearn.yaml} (100%) diff --git a/defaults/hugo.yaml b/defaults/relearn.yaml similarity index 100% rename from defaults/hugo.yaml rename to defaults/relearn.yaml diff --git a/examples/hugo-lecture/Makefile b/examples/hugo-lecture/Makefile index 965910a..659dff9 100644 --- a/examples/hugo-lecture/Makefile +++ b/examples/hugo-lecture/Makefile @@ -250,8 +250,8 @@ $(WEB_IMAGE_TARGETS): ## Hugo: Process markdown with pandoc (preprocessing for hugo) $(WEB_MARKDOWN_TARGETS): $(create-folder) - $(PANDOC) $(PANDOC_ARGS) -L hugo_rewritelinks.lua -s -d hugo -M weight=$(WEIGHT) -M indexMD=$(INDEX_MD) -M warp=$(WARP_DIR) $< -o $@ -# $(PANDOC) $(PANDOC_ARGS) -d hugo -M weight=$(WEIGHT) -M indexMD=$(INDEX_MD) -M warp=$(WARP_DIR) $< -o $@ + $(PANDOC) $(PANDOC_ARGS) -L hugo_rewritelinks.lua -s -d relearn -M weight=$(WEIGHT) -M indexMD=$(INDEX_MD) -M warp=$(WARP_DIR) $< -o $@ +# $(PANDOC) $(PANDOC_ARGS) -d relearn -M weight=$(WEIGHT) -M indexMD=$(INDEX_MD) -M warp=$(WARP_DIR) $< -o $@ ## Slides: Generate pdf slides ## Folder structure and names: path/name.md, path//, path_name.pdf