unfinished bullCRAP

This commit is contained in:
sundae 2026-04-02 19:45:57 +03:00
commit cb5ba4fb82
Signed by: sundae
SSH key fingerprint: SHA256:MsJkKuo4PUdjQDpLeaURy81drKkW14exlTHp+8QFu6M
23 changed files with 351 additions and 347 deletions

View file

@ -1,5 +1,4 @@
---
title: "Blog"
order: 3
icon: "m5 3h15l7 7v20H5zm5 22h12v-3H10zm0-6h12v-3H10zm0-6h9v-3h-9z"
---

View file

@ -1,5 +1,4 @@
---
title: "Changelog"
order: 2
icon: "M10 25H21V22H10Zm4-13H10v3h4v4h3V15h4V12H17V8H14ZM5 3H20l7 7V30H5Z"
---

View file

@ -1,5 +1,4 @@
---
title: "Gallery"
order: 4
icon: "M2 2V30H30V2H2M5 26l6-9 5 6 5-9 6 12H5"
---

View file

@ -1,5 +1,4 @@
---
title: "Home"
order: 1
icon: "M20 20V30h8V12L16 2 4 12V30h8V20Z"
---

View file

@ -1,5 +1,5 @@
{
"layout": "base",
"permalink": "/{{ title | slug }}/",
"permalink": "/{{ page.fileSlug }}/",
"tags": "pages"
}