Include future posts when compiling blog
All checks were successful
/ blog-pim (push) Successful in 11m57s

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 = ''