Skip to content

Commit

Permalink
Defaults: rename 'hugo' to 'relearn'
Browse files Browse the repository at this point in the history
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 ...
  • Loading branch information
cagix committed Mar 2, 2024
1 parent 17026ef commit 52a4cfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions examples/hugo-lecture/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/<images>/, path_name.pdf
Expand Down

0 comments on commit 52a4cfc

Please sign in to comment.