mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Fix deploy for gemini about page
This commit is contained in:
parent
af1a993079
commit
ff21ae6e3b
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -25,6 +25,7 @@ csv/webrings.csv:
|
|||
.PHONY: hugo
|
||||
hugo: csv/webrings.csv $(SRCFILES)
|
||||
hugo -b $(HUGO_BASEURL) $(HUGO_FLAGS) -d $(OUTPUT_DIR)
|
||||
mv $(OUTPUT_DIR)/about/_index.gmi $(OUTPUT_DIR)/about/index.gmi
|
||||
|
||||
# .hintrc-local for linting local files
|
||||
# same as regular .hintrc but with a different connector.
|
||||
|
|
Loading…
Reference in a new issue