Skip to content

Commit cde6497

Browse files
authored
Merge pull request #10 from deccer/main
Extend README
2 parents b73ffc5 + 56d6192 commit cde6497

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ The Graphics Programming Blog - A collection of technical articles, project post
3939

4040
In this case you can also see how jaker put his article into `2024/2024-10-17-glsl-development-made-shrimple/index.md`
4141

42+
- 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 :)
43+
44+
Use a `<!-- truncate -->` comment to limit blog post size in the list view.
45+
4246
- Consider adding your author tag to blog/authors.yml. Simply check how jaker/deccer were added and massage yours accordingly. The key of each entry is also the value which goes into the `authors: ["author_here", "coauthor"]` thing.
4347

4448
- Try it out locally:

blog/2024/2024-10-17-glsl-development-made-shrimple/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ tags: ["glsl", "opengl", "vulkan", "beginner", "visual studio", "visual studio c
1111

1212
Life is so much better when you get instant feedback on the errors you make.
1313

14+
<!-- truncate -->
15+
1416
## Visual Studio Code
1517
- [GLSL Lint](https://marketplace.visualstudio.com/items?itemName=dtoplak.vscode-glsllint): provides syntax highlighting and error detection.
1618
- Requires glslangValidator from [the Vulkan SDK](https://www.lunarg.com/vulkan-sdk/) or compiled yourself. The path to the executable must be supplied in the extension settings.

0 commit comments

Comments
 (0)