Fix a buncha links
This commit is contained in:
parent
c924e8195b
commit
7a594bc768
9 changed files with 23 additions and 19 deletions
|
@ -37,7 +37,7 @@ Now it's full circle, a whole year of KDE has started again! This is a bit of a
|
|||
|
||||
# KWin
|
||||
|
||||
{{< add "feature" >}} I opened [a merge request for the necessary things]( (https://invent.kde.org/plasma/kwin/-/merge_requests/4920)) on the KWin side needed for configuring pen pressure. {{< release "6.1" >}}
|
||||
{{< add "feature" >}} I opened [a merge request for the necessary things](https://invent.kde.org/plasma/kwin/-/merge_requests/4920) on the KWin side needed for configuring pen pressure. {{< release "6.1" >}}
|
||||
|
||||
# Tokodon
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ This is a very exciting month if you're waiting for more artist-oriented improve
|
|||
|
||||

|
||||
|
||||
{{< add "feature" >}} Added a [proper error page to the video player]() while my Invidious server is borked due to YouTube changes. It will display the error given by Invidious, and also a button to open the original webpage. {{< release "24.11" >}}
|
||||
{{< add "feature" >}} Added a [proper error page to the video player](https://invent.kde.org/multimedia/plasmatube/-/commit/3961d5c2b79866fc27859052256e0520096d5638) while my Invidious server is borked due to YouTube changes. It will display the error given by Invidious, and also a button to open the original webpage. {{< release "24.11" >}}
|
||||
|
||||

|
||||
|
||||
|
|
|
@ -74,7 +74,7 @@ My hope is that since it's much cleaner and easier to work with, it would invite
|
|||
|
||||

|
||||
|
||||
{{< add "feature" >}} Added [a search function to the Kanji browser]((https://invent.kde.org/education/kiten/-/merge_requests/49)). {{< release "24.02" >}}
|
||||
{{< add "feature" >}} Added [a search function to the Kanji browser](https://invent.kde.org/education/kiten/-/merge_requests/49). {{< release "24.02" >}}
|
||||
|
||||
# Kirigami
|
||||
|
||||
|
|
|
@ -151,6 +151,6 @@ Please host these images yourself. I have two options depending on your preferen
|
|||
|
||||
| Type | Preview | HTML |
|
||||
| -----|---------|--------|
|
||||
| 88x31 Button | {{< out-link banner="https://images.redstrate.com/misc/button.png" link="" label="" >}} | ```<a href="https://redstrate.com/"><img src="button.png"/></a>``` |
|
||||
| 88x31 Button (Text-only) | {{< out-link banner="https://images.redstrate.com/misc/button2.png" link="" label="" >}} | ```<a href="https://redstrate.com/"><img src="button2.png"/></a>``` |
|
||||
| 88x31 Button | {{< out-link banner="https://images.redstrate.com/misc/button.png" link="https://redstrate.com/" label="redstrate" >}} | ```<a href="https://redstrate.com/"><img src="button.png"/></a>``` |
|
||||
| 88x31 Button (Text-only) | {{< out-link banner="https://images.redstrate.com/misc/button2.png" link="https://redstrate.com" label="redstrate" >}} | ```<a href="https://redstrate.com/"><img src="button2.png"/></a>``` |
|
||||
|
||||
|
|
|
@ -24,13 +24,13 @@ I originally wrote this in C++, but eventually rewrote it in Rust and that turne
|
|||
* Can be used on Windows/Linux/macOS and doesn't pull in a huge runtime (C#) or run in Wine.
|
||||
|
||||
## Features
|
||||
* Easily extract game files and view excel sheets by name. See [gamedata.h](include/gamedata.h) for usage.
|
||||
* Install patches (right now it's limited to boot patches). See [patch.h](include/patch.h) for usage.
|
||||
* Install FFXIV by emulating the official installer, bypassing Wine and InstallShield. You can see how to use this in [installextract.h](include/installextract.h).
|
||||
* Easily extract game files and view excel sheets by name. See gamedata.h for usage.
|
||||
* Install patches (right now it's limited to boot patches). See patch.h for usage.
|
||||
* Install FFXIV by emulating the official installer, bypassing Wine and InstallShield. You can see how to use this in installextract.h.
|
||||
* Parse some game data:
|
||||
* [EXD](include/exdparser.h)
|
||||
* [EXH](include/exhparser.h)
|
||||
* [EXL](include/exlparser.h)
|
||||
* [FIIN](include/fiinparser.h)
|
||||
* [INDEX/INDEX2](include/indexparser.h)
|
||||
* [MDL](include/mdlparser.h)
|
||||
* EXD
|
||||
* EXH
|
||||
* EXL
|
||||
* FIIN
|
||||
* INDEX/INDEX2
|
||||
* MDL
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Gutavo",
|
||||
"name": "Gutasvo",
|
||||
"origin": "Pizza Tower",
|
||||
"original": false
|
||||
}
|
||||
|
|
|
@ -5,7 +5,9 @@
|
|||
|
||||
<hr>
|
||||
|
||||
<h3>Original</h3>
|
||||
{{ $.Scratch.Set "header-type" "h3" }}
|
||||
{{ $.Scratch.Set "header-name" "Original" }}
|
||||
{{ partial "fake-heading.html" $ }}
|
||||
<div class="generic-con" style="display: grid; grid-template-columns: 50% 50%;">
|
||||
|
||||
{{ range $name, $taxonomy := (index .Site.Taxonomies .Params.listtag) }}
|
||||
|
@ -24,7 +26,9 @@
|
|||
|
||||
<details>
|
||||
<summary>
|
||||
<strong>Others</strong>
|
||||
{{ $.Scratch.Set "header-type" "strong" }}
|
||||
{{ $.Scratch.Set "header-name" "Others" }}
|
||||
{{ partial "fake-heading.html" $ }}
|
||||
</summary>
|
||||
<div class="generic-con" style="display: grid; grid-template-columns: 50% 50%;">
|
||||
{{ range $name, $taxonomy := (index .Site.Taxonomies .Params.listtag) }}
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
{{ range . }}
|
||||
{{ with $.Site.GetPage "taxonomyTerm" (printf "characters/%s" .) }}
|
||||
{{ $year := .Page.Title }}
|
||||
<a class="character" href="/art/characters/{{ urlize $year }}"><img class="gallery-img" width=128 height=128 src="{{ $.Site.Params.image_host }}/chars/{{ urlize $year }}.jpg"/><span>{{ $year }}<br></span></a>
|
||||
<a class="character" href="{{ .RelPermalink }}"><img class="gallery-img" width=128 height=128 src="{{ $.Site.Params.image_host }}/chars/{{ urlize $year }}.jpg"/><span>{{ $year }}<br></span></a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
{{ else }}
|
||||
|
||||
{{ if not (and $needs_skip $end) }}
|
||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
<a href="{{ $.Permalink }}">{{ .Title }}</a>
|
||||
<span> / </span>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Reference in a new issue