Skip to content

Commit 52a4cfc

Browse files
committed
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 ...
1 parent 17026ef commit 52a4cfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

Diff for: examples/hugo-lecture/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ $(WEB_IMAGE_TARGETS):
250250
## Hugo: Process markdown with pandoc (preprocessing for hugo)
251251
$(WEB_MARKDOWN_TARGETS):
252252
$(create-folder)
253-
$(PANDOC) $(PANDOC_ARGS) -L hugo_rewritelinks.lua -s -d hugo -M weight=$(WEIGHT) -M indexMD=$(INDEX_MD) -M warp=$(WARP_DIR) $< -o $@
254-
# $(PANDOC) $(PANDOC_ARGS) -d hugo -M weight=$(WEIGHT) -M indexMD=$(INDEX_MD) -M warp=$(WARP_DIR) $< -o $@
253+
$(PANDOC) $(PANDOC_ARGS) -L hugo_rewritelinks.lua -s -d relearn -M weight=$(WEIGHT) -M indexMD=$(INDEX_MD) -M warp=$(WARP_DIR) $< -o $@
254+
# $(PANDOC) $(PANDOC_ARGS) -d relearn -M weight=$(WEIGHT) -M indexMD=$(INDEX_MD) -M warp=$(WARP_DIR) $< -o $@
255255

256256
## Slides: Generate pdf slides
257257
## Folder structure and names: path/name.md, path/<images>/, path_name.pdf

0 commit comments

Comments
 (0)