From 10b29f84555d2218dfa8442a93e979dfe451d75d Mon Sep 17 00:00:00 2001 From: Kevin Morio Date: Sat, 17 Feb 2024 17:45:20 +0100 Subject: [PATCH] Fix permalinks for notes --- _config.yml | 1 + _notes/2023-04-04-context-unknown-script.md | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 75686e1..13edea1 100644 --- a/_config.yml +++ b/_config.yml @@ -43,6 +43,7 @@ minima: collections: notes: output: true + permalink: /:categories/:year/:month/:day/:title:output_ext header_pages: - posts.md diff --git a/_notes/2023-04-04-context-unknown-script.md b/_notes/2023-04-04-context-unknown-script.md index 2550c86..3dc0299 100644 --- a/_notes/2023-04-04-context-unknown-script.md +++ b/_notes/2023-04-04-context-unknown-script.md @@ -1,8 +1,7 @@ --- layout: post -title: "ConTeXt: unknown script 'mtx-context.lua' or 'mtx-mtx-context.lua'" -permalink: date -date: 2023-04-04 22:00:12 +0100 +title: "ConTeXt: unknown script 'mtx-context.lua' or 'mtx-mtx-context.lua'" +date: 2023-04-04 22:00:12 +0100 --- After updating the TexLive installation on macOS, I got the following error when trying to build a ConTeXt project.