chore: update site

This commit is contained in:
MattTheTekie 2025-09-04 19:59:29 -04:00
commit 5bf2ece62b
4 changed files with 16 additions and 14 deletions

View file

@ -18,7 +18,7 @@ Theming around the mystical world of dragons 日本の龍 (*nihon no ryu*) is s
<img src="/img/merge/dragon1.png" alt="Dragon Linux logo" width="100">
The Dragon Linux logo was designed by [MattTheTekie](https://home.venith.net). The Dragon Linux website is based on the Asahi Linux website designed by [soundflora*](https://soundflora.tokyo).
The Dragon Linux logo is a modified work of a clipart designed by [ClipArtBest](https://www.clipartbest.com/clipart-7cao4M6gi). The Dragon Linux website is based on the Asahi Linux website designed by [soundflora*](https://soundflora.tokyo).
<img src="/img/AsahiLinux_kawaii_logo.png" alt="Kawaii Asahi Linux logo" width="100">

View file

@ -17,7 +17,7 @@ Are you interested in this kind of project, but you've never worked on something
Here are some suggestions to get you started:
* Documentation: Reverse engineering often results in ugly brain-dump text files full of information, but we don't always have the time to clean things up into a nice wiki page. Helping out here is a good opportunity to get familiar with the subject, and you can ask questions to help shape the documentation and ensure it is accurate.
* Verification: Notes and documentation may have mistakes or be hastily written! It is always useful to have a second set of eyes go over the information, then try things out on the real hardware and see if it is correct. This is a good way to play around with the real hardware and understand how things work, and help find problems along the way!
* Verification: Notes and documentation may have mistakes or be hastily written! It is always useful to have a second set of eyes go over the information, then try things out on the operating system and see if it is correct. This is a good way to play around with the operating system and understand how things work, and help find problems along the way!
* Testing: Does the code actually work? We need you to find out if it's broken in some way :-)
* Completeness: There are often gaps in what we find out - what does this bit do? What happens if you do more than one thing at once? You can look at cases we haven't tested yet and help complete the documentation and code.

View file

@ -1,20 +1,22 @@
<div id="breadcrumbs">
{{ template "breadcrumbnav" (dict "p1" . "p2" .) }}
</div>
{{ define "breadcrumbnav" }}
{{ if .p1.Parent }}
{{ template "breadcrumbnav" (dict "p1" .p1.Parent "p2" .p2 ) }}
{{ template "breadcrumbnav" (dict "p1" .p1.Parent "p2" .p2) }}
{{ else if not .p1.IsHome }}
{{ template "breadcrumbnav" (dict "p1" .p1.Site.Home "p2" .p2 ) }}
{{ template "breadcrumbnav" (dict "p1" .p1.Site.Home "p2" .p2) }}
{{ end }}
{{ if .p1.IsHome }}
<a href="{{ .p1.Permalink }}">
<i class="fas fa-home"></i>
</a>
<a href="{{ .p1.Permalink }}">
<i class="fas fa-home"></i> Home - Dragon Linux
</a>
{{ else }}
/
<a href="{{ .p1.Permalink }}">
{{ .p1.Title }}
</a>
/
<a href="{{ .p1.Permalink }}">
{{ .p1.Title }}
</a>
{{ end }}
{{ end }}
{{ end }}

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ if not .IsHome }}{{.Title}} - {{ end }}Home - Dragon Linux</title>
<title>{{ if not .IsHome }}{{.Title}} - {{ end }}Dragon Linux</title>
<link rel="stylesheet" href="/css/main.css?{{ slicestr (readFile "static/css/main.css" | md5) 0 8 }}">
<link href="https://use.fontawesome.com/releases/v6.7.1/css/all.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
@ -17,7 +17,7 @@
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@DragonLinux" />
<meta name="twitter:creator" content="@DragonLinux" />
<meta name="twitter:title" content="{{ if not .IsHome }}{{.Title}} - {{ end }}Home - Dragon Linux" />
<meta name="twitter:title" content="{{ if not .IsHome }}{{.Title}} - {{ end }}Dragon Linux" />
<meta name="twitter:description" content="The most dragonified Linux distribution to exist" />
<meta name="twitter:image" content="https://dragon-linux.venith.net/img/merge/dragon1.png" />
<meta name="twitter:image:width" content="256">