From 1f5000100ce74f948d47feab57c83ea9edd0b888 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 17 Jan 2025 13:56:31 +0000 Subject: [PATCH] allow future posts to render --- .github/workflows/jekyll.yml | 2 +- _posts/2100-12-30-template.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index bd113d4..9953159 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -54,7 +54,7 @@ jobs: - name: Build with Jekyll # Outputs to the './_site' directory by default - run: bundle exec jekyll build --trace --baseurl "${{ steps.pages.outputs.base_path }}" + run: bundle exec jekyll build --trace --future --baseurl "${{ steps.pages.outputs.base_path }}" env: JEKYLL_ENV: production diff --git a/_posts/2100-12-30-template.md b/_posts/2100-12-30-template.md index 4d67511..59e4d2f 100644 --- a/_posts/2100-12-30-template.md +++ b/_posts/2100-12-30-template.md @@ -3,7 +3,7 @@ title: layout: post excerpt: A one sentence summary. draft: true -redirect_from: /template/ +redirect_from: /template # Just a helper for the path if the page has lots of images. images: /assets/images/2024