changed header and footers
This commit is contained in:
2
content
2
content
Submodule content updated: 6c62e2208c...dd1a0d984d
@@ -1,12 +1,12 @@
|
|||||||
rootUrl = 'https://blog.voidarc.co.uk'
|
rootUrl = 'https://blog.voidarc.co.uk'
|
||||||
language = 'en-US'
|
language = 'en-US'
|
||||||
title = 'voidarc'
|
title = 'voidarc'
|
||||||
author = 'user01'
|
author = 'Adumh00man'
|
||||||
|
|
||||||
# Code blocks highlighting
|
# Code blocks highlighting
|
||||||
[highlighter]
|
[highlighter]
|
||||||
enable = false
|
enable = true
|
||||||
# engine = 'prism' # Can be 'prism' or 'hljs'. Defaults to 'prism'
|
engine = 'prism' # Can be 'prism' or 'hljs'. Defaults to 'prism'
|
||||||
|
|
||||||
# RSS feed
|
# RSS feed
|
||||||
[rss]
|
[rss]
|
||||||
@@ -22,9 +22,8 @@ footer_author_link = "https://git.voidarc.co.uk/voidarc" # Optional
|
|||||||
enable_mermaid = true # Enable Mermaid.js for diagrams
|
enable_mermaid = true # Enable Mermaid.js for diagrams
|
||||||
|
|
||||||
[extra.nav]
|
[extra.nav]
|
||||||
blog = "/posts"
|
posts = "/posts"
|
||||||
Git = "https://git.voidarc.co.uk"
|
tags = "/categories"
|
||||||
|
|
||||||
[extra.footer]
|
[extra.footer]
|
||||||
Link_name = "url"
|
Git = "https://git.voidarc.co.uk/voidarc"
|
||||||
GitHub = "https://git.voidarc.co.uk/voidarc"
|
|
||||||
|
|||||||
@@ -26,6 +26,16 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/assets/css/prism-sweetie.min.css" />
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js"></script>
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>
|
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>
|
||||||
@@ -127,13 +137,13 @@
|
|||||||
:class="{ 'text-magenta!': currentPage.startsWith('/posts') }"
|
:class="{ 'text-magenta!': currentPage.startsWith('/posts') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="/posts"
|
href="/posts"
|
||||||
>Blog</a>
|
>Posts</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
:class="{ 'text-magenta!': currentPage.startsWith('https://git.voidarc.co.uk') }"
|
:class="{ 'text-magenta!': currentPage.startsWith('/categories') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="https://git.voidarc.co.uk"
|
href="/categories"
|
||||||
>Git</a>
|
>Tags</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -172,13 +182,13 @@
|
|||||||
:class="{ 'text-blue!': currentPage.startsWith('/posts') }"
|
:class="{ 'text-blue!': currentPage.startsWith('/posts') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="/posts"
|
href="/posts"
|
||||||
>Blog</a>
|
>Posts</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
:class="{ 'text-blue!': currentPage.startsWith('https://git.voidarc.co.uk') }"
|
:class="{ 'text-blue!': currentPage.startsWith('/categories') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="https://git.voidarc.co.uk"
|
href="/categories"
|
||||||
>Git</a>
|
>Tags</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -207,7 +217,7 @@
|
|||||||
|
|
||||||
<a
|
<a
|
||||||
href="https://git.voidarc.co.uk/voidarc"
|
href="https://git.voidarc.co.uk/voidarc"
|
||||||
class="text-blue hover:underline">user01</a
|
class="text-blue hover:underline">Adumh00man</a
|
||||||
>.
|
>.
|
||||||
|
|
||||||
|
|
||||||
@@ -216,21 +226,12 @@
|
|||||||
</span>
|
</span>
|
||||||
<div class="flex flex-inline">
|
<div class="flex flex-inline">
|
||||||
|
|
||||||
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
|
||||||
<a
|
|
||||||
href="url"
|
|
||||||
class="hover:text-blue"
|
|
||||||
>
|
|
||||||
<span>Link_name</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
||||||
<a
|
<a
|
||||||
href="https://git.voidarc.co.uk/voidarc"
|
href="https://git.voidarc.co.uk/voidarc"
|
||||||
class="hover:text-blue"
|
class="hover:text-blue"
|
||||||
>
|
>
|
||||||
<span>Github</span>
|
<span>Git</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -26,6 +26,16 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/assets/css/prism-sweetie.min.css" />
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js"></script>
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>
|
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>
|
||||||
@@ -127,13 +137,13 @@
|
|||||||
:class="{ 'text-magenta!': currentPage.startsWith('/posts') }"
|
:class="{ 'text-magenta!': currentPage.startsWith('/posts') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="/posts"
|
href="/posts"
|
||||||
>Blog</a>
|
>Posts</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
:class="{ 'text-magenta!': currentPage.startsWith('https://git.voidarc.co.uk') }"
|
:class="{ 'text-magenta!': currentPage.startsWith('/categories') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="https://git.voidarc.co.uk"
|
href="/categories"
|
||||||
>Git</a>
|
>Tags</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -172,13 +182,13 @@
|
|||||||
:class="{ 'text-blue!': currentPage.startsWith('/posts') }"
|
:class="{ 'text-blue!': currentPage.startsWith('/posts') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="/posts"
|
href="/posts"
|
||||||
>Blog</a>
|
>Posts</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
:class="{ 'text-blue!': currentPage.startsWith('https://git.voidarc.co.uk') }"
|
:class="{ 'text-blue!': currentPage.startsWith('/categories') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="https://git.voidarc.co.uk"
|
href="/categories"
|
||||||
>Git</a>
|
>Tags</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -242,7 +252,7 @@
|
|||||||
|
|
||||||
<a
|
<a
|
||||||
href="https://git.voidarc.co.uk/voidarc"
|
href="https://git.voidarc.co.uk/voidarc"
|
||||||
class="text-blue hover:underline">user01</a
|
class="text-blue hover:underline">Adumh00man</a
|
||||||
>.
|
>.
|
||||||
|
|
||||||
|
|
||||||
@@ -251,21 +261,12 @@
|
|||||||
</span>
|
</span>
|
||||||
<div class="flex flex-inline">
|
<div class="flex flex-inline">
|
||||||
|
|
||||||
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
|
||||||
<a
|
|
||||||
href="url"
|
|
||||||
class="hover:text-blue"
|
|
||||||
>
|
|
||||||
<span>Link_name</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
||||||
<a
|
<a
|
||||||
href="https://git.voidarc.co.uk/voidarc"
|
href="https://git.voidarc.co.uk/voidarc"
|
||||||
class="hover:text-blue"
|
class="hover:text-blue"
|
||||||
>
|
>
|
||||||
<span>Github</span>
|
<span>Git</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -26,6 +26,16 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/assets/css/prism-sweetie.min.css" />
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js"></script>
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>
|
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>
|
||||||
@@ -127,13 +137,13 @@
|
|||||||
:class="{ 'text-magenta!': currentPage.startsWith('/posts') }"
|
:class="{ 'text-magenta!': currentPage.startsWith('/posts') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="/posts"
|
href="/posts"
|
||||||
>Blog</a>
|
>Posts</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
:class="{ 'text-magenta!': currentPage.startsWith('https://git.voidarc.co.uk') }"
|
:class="{ 'text-magenta!': currentPage.startsWith('/categories') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="https://git.voidarc.co.uk"
|
href="/categories"
|
||||||
>Git</a>
|
>Tags</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -172,13 +182,13 @@
|
|||||||
:class="{ 'text-blue!': currentPage.startsWith('/posts') }"
|
:class="{ 'text-blue!': currentPage.startsWith('/posts') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="/posts"
|
href="/posts"
|
||||||
>Blog</a>
|
>Posts</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
:class="{ 'text-blue!': currentPage.startsWith('https://git.voidarc.co.uk') }"
|
:class="{ 'text-blue!': currentPage.startsWith('/categories') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="https://git.voidarc.co.uk"
|
href="/categories"
|
||||||
>Git</a>
|
>Tags</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -207,7 +217,7 @@
|
|||||||
|
|
||||||
<a
|
<a
|
||||||
href="https://git.voidarc.co.uk/voidarc"
|
href="https://git.voidarc.co.uk/voidarc"
|
||||||
class="text-blue hover:underline">user01</a
|
class="text-blue hover:underline">Adumh00man</a
|
||||||
>.
|
>.
|
||||||
|
|
||||||
|
|
||||||
@@ -216,21 +226,12 @@
|
|||||||
</span>
|
</span>
|
||||||
<div class="flex flex-inline">
|
<div class="flex flex-inline">
|
||||||
|
|
||||||
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
|
||||||
<a
|
|
||||||
href="url"
|
|
||||||
class="hover:text-blue"
|
|
||||||
>
|
|
||||||
<span>Link_name</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
||||||
<a
|
<a
|
||||||
href="https://git.voidarc.co.uk/voidarc"
|
href="https://git.voidarc.co.uk/voidarc"
|
||||||
class="hover:text-blue"
|
class="hover:text-blue"
|
||||||
>
|
>
|
||||||
<span>Github</span>
|
<span>Git</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -26,6 +26,16 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/assets/css/prism-sweetie.min.css" />
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js"></script>
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>
|
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>
|
||||||
@@ -127,13 +137,13 @@
|
|||||||
:class="{ 'text-magenta!': currentPage.startsWith('/posts') }"
|
:class="{ 'text-magenta!': currentPage.startsWith('/posts') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="/posts"
|
href="/posts"
|
||||||
>Blog</a>
|
>Posts</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
:class="{ 'text-magenta!': currentPage.startsWith('https://git.voidarc.co.uk') }"
|
:class="{ 'text-magenta!': currentPage.startsWith('/categories') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="https://git.voidarc.co.uk"
|
href="/categories"
|
||||||
>Git</a>
|
>Tags</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -172,13 +182,13 @@
|
|||||||
:class="{ 'text-blue!': currentPage.startsWith('/posts') }"
|
:class="{ 'text-blue!': currentPage.startsWith('/posts') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="/posts"
|
href="/posts"
|
||||||
>Blog</a>
|
>Posts</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
:class="{ 'text-blue!': currentPage.startsWith('https://git.voidarc.co.uk') }"
|
:class="{ 'text-blue!': currentPage.startsWith('/categories') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="https://git.voidarc.co.uk"
|
href="/categories"
|
||||||
>Git</a>
|
>Tags</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -207,7 +217,7 @@
|
|||||||
|
|
||||||
<a
|
<a
|
||||||
href="https://git.voidarc.co.uk/voidarc"
|
href="https://git.voidarc.co.uk/voidarc"
|
||||||
class="text-blue hover:underline">user01</a
|
class="text-blue hover:underline">Adumh00man</a
|
||||||
>.
|
>.
|
||||||
|
|
||||||
|
|
||||||
@@ -216,21 +226,12 @@
|
|||||||
</span>
|
</span>
|
||||||
<div class="flex flex-inline">
|
<div class="flex flex-inline">
|
||||||
|
|
||||||
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
|
||||||
<a
|
|
||||||
href="url"
|
|
||||||
class="hover:text-blue"
|
|
||||||
>
|
|
||||||
<span>Link_name</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
||||||
<a
|
<a
|
||||||
href="https://git.voidarc.co.uk/voidarc"
|
href="https://git.voidarc.co.uk/voidarc"
|
||||||
class="hover:text-blue"
|
class="hover:text-blue"
|
||||||
>
|
>
|
||||||
<span>Github</span>
|
<span>Git</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -26,6 +26,16 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/assets/css/prism-sweetie.min.css" />
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js"></script>
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>
|
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>
|
||||||
@@ -127,13 +137,13 @@
|
|||||||
:class="{ 'text-magenta!': currentPage.startsWith('/posts') }"
|
:class="{ 'text-magenta!': currentPage.startsWith('/posts') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="/posts"
|
href="/posts"
|
||||||
>Blog</a>
|
>Posts</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
:class="{ 'text-magenta!': currentPage.startsWith('https://git.voidarc.co.uk') }"
|
:class="{ 'text-magenta!': currentPage.startsWith('/categories') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="https://git.voidarc.co.uk"
|
href="/categories"
|
||||||
>Git</a>
|
>Tags</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -172,13 +182,13 @@
|
|||||||
:class="{ 'text-blue!': currentPage.startsWith('/posts') }"
|
:class="{ 'text-blue!': currentPage.startsWith('/posts') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="/posts"
|
href="/posts"
|
||||||
>Blog</a>
|
>Posts</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
:class="{ 'text-blue!': currentPage.startsWith('https://git.voidarc.co.uk') }"
|
:class="{ 'text-blue!': currentPage.startsWith('/categories') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="https://git.voidarc.co.uk"
|
href="/categories"
|
||||||
>Git</a>
|
>Tags</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -207,7 +217,7 @@
|
|||||||
|
|
||||||
<a
|
<a
|
||||||
href="https://git.voidarc.co.uk/voidarc"
|
href="https://git.voidarc.co.uk/voidarc"
|
||||||
class="text-blue hover:underline">user01</a
|
class="text-blue hover:underline">Adumh00man</a
|
||||||
>.
|
>.
|
||||||
|
|
||||||
|
|
||||||
@@ -216,21 +226,12 @@
|
|||||||
</span>
|
</span>
|
||||||
<div class="flex flex-inline">
|
<div class="flex flex-inline">
|
||||||
|
|
||||||
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
|
||||||
<a
|
|
||||||
href="url"
|
|
||||||
class="hover:text-blue"
|
|
||||||
>
|
|
||||||
<span>Link_name</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
||||||
<a
|
<a
|
||||||
href="https://git.voidarc.co.uk/voidarc"
|
href="https://git.voidarc.co.uk/voidarc"
|
||||||
class="hover:text-blue"
|
class="hover:text-blue"
|
||||||
>
|
>
|
||||||
<span>Github</span>
|
<span>Git</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -26,6 +26,16 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/assets/css/prism-sweetie.min.css" />
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js"></script>
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>
|
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>
|
||||||
@@ -127,13 +137,13 @@
|
|||||||
:class="{ 'text-magenta!': currentPage.startsWith('/posts') }"
|
:class="{ 'text-magenta!': currentPage.startsWith('/posts') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="/posts"
|
href="/posts"
|
||||||
>Blog</a>
|
>Posts</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
:class="{ 'text-magenta!': currentPage.startsWith('https://git.voidarc.co.uk') }"
|
:class="{ 'text-magenta!': currentPage.startsWith('/categories') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="https://git.voidarc.co.uk"
|
href="/categories"
|
||||||
>Git</a>
|
>Tags</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -172,13 +182,13 @@
|
|||||||
:class="{ 'text-blue!': currentPage.startsWith('/posts') }"
|
:class="{ 'text-blue!': currentPage.startsWith('/posts') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="/posts"
|
href="/posts"
|
||||||
>Blog</a>
|
>Posts</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
:class="{ 'text-blue!': currentPage.startsWith('https://git.voidarc.co.uk') }"
|
:class="{ 'text-blue!': currentPage.startsWith('/categories') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="https://git.voidarc.co.uk"
|
href="/categories"
|
||||||
>Git</a>
|
>Tags</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -207,7 +217,7 @@
|
|||||||
|
|
||||||
<a
|
<a
|
||||||
href="https://git.voidarc.co.uk/voidarc"
|
href="https://git.voidarc.co.uk/voidarc"
|
||||||
class="text-blue hover:underline">user01</a
|
class="text-blue hover:underline">Adumh00man</a
|
||||||
>.
|
>.
|
||||||
|
|
||||||
|
|
||||||
@@ -216,21 +226,12 @@
|
|||||||
</span>
|
</span>
|
||||||
<div class="flex flex-inline">
|
<div class="flex flex-inline">
|
||||||
|
|
||||||
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
|
||||||
<a
|
|
||||||
href="url"
|
|
||||||
class="hover:text-blue"
|
|
||||||
>
|
|
||||||
<span>Link_name</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
||||||
<a
|
<a
|
||||||
href="https://git.voidarc.co.uk/voidarc"
|
href="https://git.voidarc.co.uk/voidarc"
|
||||||
class="hover:text-blue"
|
class="hover:text-blue"
|
||||||
>
|
>
|
||||||
<span>Github</span>
|
<span>Git</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,16 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="https://blog.voidarc.co.uk/assets/css/prism-sweetie.min.css" />
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js"></script>
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>
|
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>
|
||||||
@@ -133,13 +143,13 @@
|
|||||||
:class="{ 'text-magenta!': currentPage.startsWith('/posts') }"
|
:class="{ 'text-magenta!': currentPage.startsWith('/posts') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="https://blog.voidarc.co.uk/posts"
|
href="https://blog.voidarc.co.uk/posts"
|
||||||
>Blog</a>
|
>Posts</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
:class="{ 'text-magenta!': currentPage.startsWith('https://git.voidarc.co.uk') }"
|
:class="{ 'text-magenta!': currentPage.startsWith('/categories') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="https://git.voidarc.co.uk"
|
href="https://blog.voidarc.co.uk/categories"
|
||||||
>Git</a>
|
>Tags</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -178,13 +188,13 @@
|
|||||||
:class="{ 'text-blue!': currentPage.startsWith('/posts') }"
|
:class="{ 'text-blue!': currentPage.startsWith('/posts') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="https://blog.voidarc.co.uk/posts"
|
href="https://blog.voidarc.co.uk/posts"
|
||||||
>Blog</a>
|
>Posts</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
:class="{ 'text-blue!': currentPage.startsWith('https://git.voidarc.co.uk') }"
|
:class="{ 'text-blue!': currentPage.startsWith('/categories') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="https://git.voidarc.co.uk"
|
href="https://blog.voidarc.co.uk/categories"
|
||||||
>Git</a>
|
>Tags</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -201,7 +211,7 @@
|
|||||||
<section>
|
<section>
|
||||||
<h2>Recent posts</h2>
|
<h2>Recent posts</h2>
|
||||||
|
|
||||||
<div class="bg-surface p-4 mt-4 border-2 border-base-alt rounded-md shadow-lg">
|
<div class="bg-surface p-4 mt-4 border-2 border-base-alt rounded-xl shadow-lg">
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
<h3 class="mt-0! text-text-alt"><a class="no-underline! hover:underline! hover:decoration-dashed" href="https://blog.voidarc.co.uk/posts/site/">Making a Blog Using a Niche Markdown Language</a></h3>
|
<h3 class="mt-0! text-text-alt"><a class="no-underline! hover:underline! hover:decoration-dashed" href="https://blog.voidarc.co.uk/posts/site/">Making a Blog Using a Niche Markdown Language</a></h3>
|
||||||
<time class="text-dark-grey dark:text-grey" datetime="2026-03-21T11:39:17+00:00">March 21, 2026</time>
|
<time class="text-dark-grey dark:text-grey" datetime="2026-03-21T11:39:17+00:00">March 21, 2026</time>
|
||||||
@@ -233,7 +243,7 @@
|
|||||||
|
|
||||||
<a
|
<a
|
||||||
href="https://git.voidarc.co.uk/voidarc"
|
href="https://git.voidarc.co.uk/voidarc"
|
||||||
class="text-blue hover:underline">user01</a
|
class="text-blue hover:underline">Adumh00man</a
|
||||||
>.
|
>.
|
||||||
|
|
||||||
|
|
||||||
@@ -242,21 +252,12 @@
|
|||||||
</span>
|
</span>
|
||||||
<div class="flex flex-inline">
|
<div class="flex flex-inline">
|
||||||
|
|
||||||
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
|
||||||
<a
|
|
||||||
href="url"
|
|
||||||
class="hover:text-blue"
|
|
||||||
>
|
|
||||||
<span>Link_name</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
||||||
<a
|
<a
|
||||||
href="https://git.voidarc.co.uk/voidarc"
|
href="https://git.voidarc.co.uk/voidarc"
|
||||||
class="hover:text-blue"
|
class="hover:text-blue"
|
||||||
>
|
>
|
||||||
<span>Github</span>
|
<span>Git</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -29,6 +29,16 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="https://blog.voidarc.co.uk/assets/css/prism-sweetie.min.css" />
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js"></script>
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>
|
||||||
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>
|
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>
|
||||||
@@ -130,13 +140,13 @@
|
|||||||
:class="{ 'text-magenta!': currentPage.startsWith('/posts') }"
|
:class="{ 'text-magenta!': currentPage.startsWith('/posts') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="https://blog.voidarc.co.uk/posts"
|
href="https://blog.voidarc.co.uk/posts"
|
||||||
>Blog</a>
|
>Posts</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
:class="{ 'text-magenta!': currentPage.startsWith('https://git.voidarc.co.uk') }"
|
:class="{ 'text-magenta!': currentPage.startsWith('/categories') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="https://git.voidarc.co.uk"
|
href="https://blog.voidarc.co.uk/categories"
|
||||||
>Git</a>
|
>Tags</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -175,13 +185,13 @@
|
|||||||
:class="{ 'text-blue!': currentPage.startsWith('/posts') }"
|
:class="{ 'text-blue!': currentPage.startsWith('/posts') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="https://blog.voidarc.co.uk/posts"
|
href="https://blog.voidarc.co.uk/posts"
|
||||||
>Blog</a>
|
>Posts</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
:class="{ 'text-blue!': currentPage.startsWith('https://git.voidarc.co.uk') }"
|
:class="{ 'text-blue!': currentPage.startsWith('/categories') }"
|
||||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||||
href="https://git.voidarc.co.uk"
|
href="https://blog.voidarc.co.uk/categories"
|
||||||
>Git</a>
|
>Tags</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -224,7 +234,7 @@
|
|||||||
|
|
||||||
<a
|
<a
|
||||||
href="https://git.voidarc.co.uk/voidarc"
|
href="https://git.voidarc.co.uk/voidarc"
|
||||||
class="text-blue hover:underline">user01</a
|
class="text-blue hover:underline">Adumh00man</a
|
||||||
>.
|
>.
|
||||||
|
|
||||||
|
|
||||||
@@ -233,21 +243,12 @@
|
|||||||
</span>
|
</span>
|
||||||
<div class="flex flex-inline">
|
<div class="flex flex-inline">
|
||||||
|
|
||||||
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
|
||||||
<a
|
|
||||||
href="url"
|
|
||||||
class="hover:text-blue"
|
|
||||||
>
|
|
||||||
<span>Link_name</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
||||||
<a
|
<a
|
||||||
href="https://git.voidarc.co.uk/voidarc"
|
href="https://git.voidarc.co.uk/voidarc"
|
||||||
class="hover:text-blue"
|
class="hover:text-blue"
|
||||||
>
|
>
|
||||||
<span>Github</span>
|
<span>Git</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -6,7 +6,7 @@
|
|||||||
<description>Latest posts</description>
|
<description>Latest posts</description>
|
||||||
<generator>Norgolith</generator>
|
<generator>Norgolith</generator>
|
||||||
<language>en-US</language>
|
<language>en-US</language>
|
||||||
<lastBuildDate>Sat, 21 Mar 2026 15:26:50 +0000</lastBuildDate>
|
<lastBuildDate>Sat, 21 Mar 2026 16:04:32 +0000</lastBuildDate>
|
||||||
<ttl>60</ttl>
|
<ttl>60</ttl>
|
||||||
<atom:link href="https://blog.voidarc.co.uk/rss.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://blog.voidarc.co.uk/rss.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<section>
|
<section>
|
||||||
<h2>Recent posts</h2>
|
<h2>Recent posts</h2>
|
||||||
{% for post in posts | filter(attribute="draft", value=false) | sort(attribute="created") | reverse | slice(end=5) %}
|
{% for post in posts | filter(attribute="draft", value=false) | sort(attribute="created") | reverse | slice(end=5) %}
|
||||||
<div class="bg-surface p-4 mt-4 border-2 border-base-alt rounded-md shadow-lg">
|
<div class="bg-surface p-4 mt-4 border-2 border-base-alt rounded-xl shadow-lg">
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
<h3 class="mt-0! text-text-alt"><a class="no-underline! hover:underline! hover:decoration-dashed" href="{{ post.permalink }}">{{ post.title }}</a></h3>
|
<h3 class="mt-0! text-text-alt"><a class="no-underline! hover:underline! hover:decoration-dashed" href="{{ post.permalink }}">{{ post.title }}</a></h3>
|
||||||
<time class="text-dark-grey dark:text-grey" datetime="{{ post.created }}">{{ post.created | date(format="%B %e, %Y") }}</time>
|
<time class="text-dark-grey dark:text-grey" datetime="{{ post.created }}">{{ post.created | date(format="%B %e, %Y") }}</time>
|
||||||
|
|||||||
Reference in New Issue
Block a user