Skip to content

Commit

Permalink
Make HUGO build posts which date is in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmbl committed Feb 14, 2024
1 parent c304459 commit 4eb9364
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file removed build/.placeholder
Empty file.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
builder:
image: klakegg/hugo:0.111.3
command: --verbose --baseUrl="https://iscsc.fr"
command: --verbose --baseUrl="https://iscsc.fr --buildFuture"
environment:
- HUGO_DESTINATION=/build/blog
# For maximum backward compatibility with Hugo modules:
Expand Down
2 changes: 1 addition & 1 deletion src/content/posts/wu_fcsc_2022_a_l_envers.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Write-up de 'A l'envers' - FSCS 2022"
summary: "Initiation à Pwntools"
date: 2024-02-14T20:00:00-02:00
date: 2024-02-14T20:00:00+01:00
author: "Thomas Roberge"
draft: false
tags: ["write-up","FCSC","programming","pwntools","FR"]
Expand Down

0 comments on commit 4eb9364

Please sign in to comment.