Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make HUGO build posts which date is in the future #20

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading