Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update SIP page to include video
Browse files Browse the repository at this point in the history
Longestboi committed Jul 23, 2024
1 parent 1a933b9 commit 1b9c023
Showing 3 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -14,6 +14,12 @@ The shader template exporter is designed to make it easier to use basic shaders

{{< dots >}}

## Video
{{< youtube 1KGUNfnUdCg >}}

{{< padding >}}
{{< dots >}}

## Implementation of the Shader Exporting
Shader exporting is similar to how static website generators work, take a template and operate on it depending on the context. By having a tag in the template file – something like `// <% core_here %>` – the exporter can place the core into the template where the user specifies.

1 change: 1 addition & 0 deletions themes/customTheme/layouts/shortcodes/padding.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<div class="gen-padding"></div>
4 changes: 4 additions & 0 deletions themes/customTheme/static/css/site.css
Original file line number Diff line number Diff line change
@@ -90,6 +90,10 @@ p {
margin-bottom: var(--gen-bottom-padding);
}

.gen-padding {
margin-bottom: var(--gen-bottom-padding);
}

footer > .foot-selectables {
display: flex;
justify-content: end;

0 comments on commit 1b9c023

Please sign in to comment.