allow future posts to render

This commit is contained in:
Tom 2025-01-17 13:56:31 +00:00
parent 9e04dbae3a
commit 1f5000100c
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ jobs:
- name: Build with Jekyll - name: Build with Jekyll
# Outputs to the './_site' directory by default # 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: env:
JEKYLL_ENV: production JEKYLL_ENV: production

View File

@ -3,7 +3,7 @@ title:
layout: post layout: post
excerpt: A one sentence summary. excerpt: A one sentence summary.
draft: true draft: true
redirect_from: /template/ redirect_from: /template
# Just a helper for the path if the page has lots of images. # Just a helper for the path if the page has lots of images.
images: /assets/images/2024 images: /assets/images/2024