Skip to content
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :)

Expand Down
Original file line number Diff line number Diff line change
@@ -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']
Expand Down