From 5fc03a4e2f04f88d8fbf12666b1fe49c1aadd57c Mon Sep 17 00:00:00 2001 From: deccer Date: Thu, 31 Oct 2024 00:59:25 +0100 Subject: [PATCH] Fix slug in mieplot article and update README --- README.md | 4 +++- .../index.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f483533..26bbc56 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,9 @@ The Graphics Programming Blog - A collection of technical articles, project post --- ``` - In this case you can also see how jaker put his article into `2024/2024-10-17-glsl-development-made-shrimple/index.md` + In this case you can also see how jaker put his article into `2024/2024-10-17-glsl-development-made-shrimple/index.md`. + + Pay attention to the `slug` value and how its the same value (sans the date) as the folder where you place index.md. - Third important bit is to place a truncate line in your article, so that the generator doesnt take the whole post as the post preview :) diff --git a/blog/2024/2024-10-30-generating-phase-functions-luts-with-mieplot/index.md b/blog/2024/2024-10-30-generating-phase-functions-luts-with-mieplot/index.md index 6117fb7..beeb233 100644 --- a/blog/2024/2024-10-30-generating-phase-functions-luts-with-mieplot/index.md +++ b/blog/2024/2024-10-30-generating-phase-functions-luts-with-mieplot/index.md @@ -1,6 +1,7 @@ --- title: 'Generating Phase Function LUTs with MiePlot' description: 'MiePlot tutorial for graphics programmers who just want a darn LUT for their cool volume renderer.' +slug: 'generating-phase-functions-luts-with-mieplot' date: '2024-10-30' authors: ['jaker'] tags: ['intermediate', 'techniques', 'theory', 'fog', 'mieplot', 'volumetric']