aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-25 19:18:40 -0400
committertdro <tdro@noreply.example.com>2022-05-25 19:18:40 -0400
commit76fcd575e61a0f0e4ce602387d9a3b6098a23884 (patch)
treeebe4b9bae4d08c9f1cc402cd615229eba63c9eb2 /Makefile
parent8710bcdc76615374cf40af2fb8ea2304f9cdaee1 (diff)
downloadcanory-76fcd575e61a0f0e4ce602387d9a3b6098a23884.tar.gz
canory-76fcd575e61a0f0e4ce602387d9a3b6098a23884.tar.bz2
canory-76fcd575e61a0f0e4ce602387d9a3b6098a23884.zip
themes/default/layouts: Multiplex RSS feeds
Use one feed fetching logic and generate feeds as markdown. Due to generation step hugo has to run twice to fully generate all static content.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1714f52..b820c65 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ js:
hugo:
rm -rf public
- hugo
+ hugo && hugo
rm -f .hugo_build.lock
server: