Skip to content

Commit 5fc03a4

Browse files
committed
Fix slug in mieplot article and update README
1 parent 33adbb1 commit 5fc03a4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ The Graphics Programming Blog - A collection of technical articles, project post
3838
---
3939
```
4040

41-
In this case you can also see how jaker put his article into `2024/2024-10-17-glsl-development-made-shrimple/index.md`
41+
In this case you can also see how jaker put his article into `2024/2024-10-17-glsl-development-made-shrimple/index.md`.
42+
43+
Pay attention to the `slug` value and how its the same value (sans the date) as the folder where you place index.md.
4244

4345
- 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 :)
4446

blog/2024/2024-10-30-generating-phase-functions-luts-with-mieplot/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Generating Phase Function LUTs with MiePlot'
33
description: 'MiePlot tutorial for graphics programmers who just want a darn LUT for their cool volume renderer.'
4+
slug: 'generating-phase-functions-luts-with-mieplot'
45
date: '2024-10-30'
56
authors: ['jaker']
67
tags: ['intermediate', 'techniques', 'theory', 'fog', 'mieplot', 'volumetric']

0 commit comments

Comments
 (0)