Skip to content

Commit

Permalink
[Tools] rename Hugo config (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
cagix committed Jul 31, 2023
1 parent a22917e commit 1a91570
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
READINGS = data/readings.yaml
BIBTEX = cb.bib

## local.yaml allows to override settings in hugo.yaml
HUGO_LOCAL = $(wildcard local.yaml)

#--------------------------------------------------------------------------------
# Tools
#--------------------------------------------------------------------------------
Expand Down Expand Up @@ -74,9 +77,7 @@ LATEX_ARGS = -shell-escape
DOT_ARGS = -Tpng

## Define options to be used by Hugo
## local.yaml allows to override settings in config.yaml
HUGO_LOCAL = $(wildcard local.yaml)
HUGO_ARGS = --config config.yaml,$(HUGO_LOCAL) $(HUGO_DIRS)
HUGO_ARGS = --config hugo.yaml,$(HUGO_LOCAL) $(HUGO_DIRS)

#--------------------------------------------------------------------------------
# I/O Directories
Expand Down
File renamed without changes.

0 comments on commit 1a91570

Please sign in to comment.