1
0
Fork 0
forked from pim/blog

Include future posts when compiling blog

This commit is contained in:
Pim Kunis 2024-05-03 20:43:37 +02:00
parent 121321ba3c
commit 5814047d07

View file

@ -62,7 +62,7 @@
];
buildPhase = ''
bundle exec jekyll build
bundle exec jekyll build --future
'';
installPhase = ''