From 5bf2ece62b99c668f79bf5e26c8f4082bc788903 Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Thu, 4 Sep 2025 19:59:29 -0400 Subject: [PATCH] chore: update site --- content/about.md | 2 +- content/contribute.md | 2 +- layouts/partials/breadcrumbs.html | 22 ++++++++++++---------- layouts/partials/header.html | 4 ++-- 4 files changed, 16 insertions(+), 14 deletions(-) diff --git a/content/about.md b/content/about.md index 72562b0..90d9552 100644 --- a/content/about.md +++ b/content/about.md @@ -18,7 +18,7 @@ Theming around the mystical world of dragons 日本の龍 (*nihon no ryu*) is s Dragon Linux logo -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). Kawaii Asahi Linux logo diff --git a/content/contribute.md b/content/contribute.md index c398585..f2cb34a 100644 --- a/content/contribute.md +++ b/content/contribute.md @@ -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. diff --git a/layouts/partials/breadcrumbs.html b/layouts/partials/breadcrumbs.html index d94a1b3..c392db7 100644 --- a/layouts/partials/breadcrumbs.html +++ b/layouts/partials/breadcrumbs.html @@ -1,20 +1,22 @@ + {{ 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 }} - - - + + Home - Dragon Linux + {{ else }} -/ - - {{ .p1.Title }} - + / + + {{ .p1.Title }} + +{{ end }} {{ end }} -{{ end }} \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 3961d04..063198c 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -2,7 +2,7 @@ - {{ if not .IsHome }}{{.Title}} - {{ end }}Home - Dragon Linux + {{ if not .IsHome }}{{.Title}} - {{ end }}Dragon Linux @@ -17,7 +17,7 @@ - +