Move files into new Hugo format

This commit is contained in:
2026-05-18 21:01:15 -07:00
parent 0b9612f138
commit 38ae57792a
12 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
{{ $style := resources.Get "scss/donate.scss" | css.Sass | resources.Minify }}
<link rel="stylesheet" href="{{ $style.Permalink }}">

View File

@@ -0,0 +1,4 @@
<tr>
<td>{{ .Get 0 }}</td>
<td><code>{{ .Get 1 }}</code></td>
</tr>

View File

@@ -0,0 +1,3 @@
<table class="donation-methods">
{{ .Inner }}
</table>

View File

@@ -0,0 +1,8 @@
<div class="gmachine-instruction">
<div class="gmachine-instruction-name">
{{ .Get 0 }}
</div>
<div class="gmachine-instruction-sem">
{{ .Inner }}
</div>
</div>

View File

@@ -0,0 +1,2 @@
{{ $style := resources.Get "scss/gmachine.scss" | css.Sass | resources.Minify }}
<link rel="stylesheet" href="{{ $style.Permalink }}">

View File

@@ -0,0 +1,8 @@
<div class="gmachine-inner">
<div class="gmachine-inner-label">
{{ .Get 0 }}
</div>
<div class="gmachine-inner-text">
{{ .Inner }}
</div>
</div>

View File

@@ -0,0 +1,3 @@
<div class="stack">
{{ .Inner }}
</div>

View File

@@ -0,0 +1,2 @@
{{ $style := resources.Get "scss/stack.scss" | css.Sass | resources.Minify }}
<link rel="stylesheet" href="{{ $style.Permalink }}">

View File

@@ -0,0 +1,3 @@
<div class="stack-element">
{{ .Inner }}
</div>

View File

@@ -0,0 +1 @@
<img src="{{ .Get 0 }}" style="max-height: 20rem; margin: auto; display: block;">

View File

@@ -0,0 +1,2 @@
<span class="glitch" data-text="{{ .Get 0 }}"><span>{{ .Get 0 }}</span></span>
{{- /* Remove trailing white space */ -}}