-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
683 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
title = "FrogBlog" | ||
description = "The Froggening" | ||
base_url = "https://blog.graphics-programming.org" | ||
|
||
compile_sass = true | ||
build_search_index = true | ||
|
||
[markdown] | ||
highlight_code = true | ||
|
||
[search] | ||
include_title = true | ||
include_description = true | ||
include_date = true | ||
include_path = false | ||
include_content = true | ||
truncate_content_length = 256 | ||
index_format = "elasticlunr_javascript" | ||
|
||
taxonomies = [ | ||
{name = "tags"}, | ||
{name = "categories"}, | ||
{name = "authors"}, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
+++ | ||
title = "VSM - A tragedy in 5 acts" | ||
description = "Virtual Shadow Mapping made ez" | ||
date = "2024-10-01" | ||
|
||
#[taxonomies] | ||
author = ["lvstri"] | ||
tags = ["rust", "web"] | ||
categories = ["article"] | ||
+++ | ||
|
||
first article |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
+++ | ||
title = "How frogs improved this renderer (Click to learn more)" | ||
author = ["deccer"] | ||
date = "2024-10-01" | ||
category = "article" | ||
tags = [] | ||
+++ | ||
|
||
first article |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
+++ | ||
title = "Technical Articles" | ||
sort_by = "date" | ||
weight = 1 | ||
paginate_by = 20 | ||
+++ | ||
|
||
Technical Articles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
+++ | ||
title = "Authors" | ||
sort_by = "slug" | ||
paginate_by = 1 | ||
weight = 99 | ||
#template = "authors.html" | ||
+++ | ||
|
||
Meet the authors behind the content on this site! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
+++ | ||
title = "jaker" | ||
description = "jaker'sss corner" | ||
tags = [] | ||
+++ | ||
|
||
Hi Frog, its me, Jaker. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
title = "EngineKit - Modern OpenGL Abstraction written in C#" | ||
description = "description - enginekit" | ||
author = ["deccer"] | ||
date = "2024-10-07" | ||
category = "project" | ||
tags = ["csharp", "opengl", "modern-opengl"] | ||
+++ | ||
|
||
[See here](https://github.com/deccer/EngineKit) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
+++ | ||
title = "Community Projects" | ||
sort_by = "date" | ||
weight = 2 | ||
paginate_by = 20 | ||
+++ | ||
|
||
Community Projects |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
+++ | ||
title = "Server show case" | ||
sort_by = "date" | ||
weight = 3 | ||
paginate_by = 20 | ||
+++ | ||
|
||
Show off the beautiful things you made and make |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
+++ | ||
title = "Tags" | ||
sort_by = "title" | ||
paginate_by = 1 | ||
weight = 0 | ||
template = "tags.html" | ||
+++ | ||
|
||
Explore the various topics covered on this site. |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.