Misc improvements
All checks were successful
Deploy / Deploy Website (push) Successful in 34s

This commit is contained in:
Joshua Goins 2025-05-31 03:29:35 +02:00
parent fbacb5174e
commit af198c4026
7 changed files with 27 additions and 11 deletions

10
assets/icons/rss.svg Normal file
View file

@ -0,0 +1,10 @@
<svg id="SVGRoot" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<defs id="defs3051">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#232629;
}
</style>
</defs>
<path style="fill:currentColor;fill-opacity:1;stroke:none" d="m2.0045005 2v3.0003333c8.2854205 0 15.001666 6.7162467 15.001666 15.001667h3.000333v-0.09451c0-0.586566-0.039-1.16263-0.09451-1.734193-3e-3 -0.0315 3e-3 -0.06301 0-0.09451-0.05851-0.571563-0.171019-1.134126-0.282031-1.687687-6e-3 -0.03 6e-3 -0.06451 0-0.09451-0.35404-1.735692-0.964608-3.363373-1.782198-4.875541-6e-3 -0.012 6e-3 -0.036 0-0.0465-2.218747-4.0864615-5.975164-7.1978072-10.501167-8.5794607-0.5355595-0.1665185-1.0861207-0.306034-1.6411823-0.4215468-0.030003-6e-3 -0.064507 6e-3 -0.094511 0-0.5565614-0.1140127-1.1146234-0.2205245-1.687687-0.2820313-0.031503-3e-3 -0.063007 3e-3 -0.09451 0-0.5745639-0.058507-1.1461274-0.09001-1.7341927-0.094511h-0.094511m0 6.0006671v3.0003337c4.9715523 0 9.001 4.029447 9.001 9.001h3.000333c0-6.627737-5.3735967-12.001334-12.001333-12.001334m3.0003333 6.0006667c-1.6576841 0-3.0003333 1.342649-3.0003333 3.000333s1.3426492 3.000334 3.0003333 3.000334c1.6576842 0 3.0003334-1.34265 3.0003334-3.000334s-1.3426492-3.000333-3.0003334-3.000333" stroke-width=".15001667" class="ColorScheme-Text"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -117,9 +117,6 @@ menu:
url: 'about' url: 'about'
weight: 12 weight: 12
footer: footer:
- name: 'Feeds'
url: 'feeds'
weight: -1
- name: 'Imprint' - name: 'Imprint'
url: 'imprint' url: 'imprint'
weight: 2 weight: 2
@ -182,6 +179,11 @@ menu:
- img: 'icons/video.svg' - img: 'icons/video.svg'
url: 'https://tube.ryne.moe/@redchannel' url: 'https://tube.ryne.moe/@redchannel'
weight: 7 weight: 7
- name: 'RSS'
params:
- img: 'icons/rss.svg'
url: '/feeds'
weight: 8
defaultContentLanguage: 'en' defaultContentLanguage: 'en'
languageCode: 'en-us' languageCode: 'en-us'

View file

@ -4,7 +4,7 @@ title: "Feeds"
If you want to follow me, I suggest using an [RSS reader](https://en.wikipedia.org/wiki/RSS)! By subscribing to the feeds below, you can receive updates immediately and I'm wholly in control of my feed with no other middlemen. You don't need an account to follow these feeds either, unlike a social media site. If you want to follow me, I suggest using an [RSS reader](https://en.wikipedia.org/wiki/RSS)! By subscribing to the feeds below, you can receive updates immediately and I'm wholly in control of my feed with no other middlemen. You don't need an account to follow these feeds either, unlike a social media site.
* Blog ([RSS](/blog/index.xml), [HTML](/blog)): Linux, KDE, and technical discussion * {{< icon "icons/rss.svg" >}} Blog ([RSS](/blog/index.xml), [HTML](/blog)): Linux, KDE, and technical discussion
* Art ([RSS](/art/index.xml), [HTML](/art)): My new artwork! * {{< icon "icons/art.svg" >}} Art ([RSS](/art/index.xml), [HTML](/art)): My new artwork!
* Videos ([RSS](https://tube.ryne.moe/feeds/videos.xml?videoChannelId=3), [HTML](https://tube.ryne.moe/@redchannel)): Any videos I post on my PeerTube * {{< icon "icons/video.svg" >}} Videos ([RSS](https://tube.ryne.moe/feeds/videos.xml?videoChannelId=3), [HTML](https://tube.ryne.moe/@redchannel)): Any videos I post on my PeerTube
* Mastodon ([RSS](https://mastodon.art/@redstrate.rss), [HTML](https://mastodon.art/@redstrate)): Mostly nonsense, posts about the same things as the other feeds * {{< icon "icons/mastodon.svg" >}} Mastodon ([RSS](https://mastodon.art/@redstrate.rss), [HTML](https://mastodon.art/@redstrate)): Mostly nonsense, posts about the same things as the other feeds

View file

@ -1,5 +1,5 @@
navigation: Navigation navigation: Navigation
social_media: Accounts social_media: Follow
date: Date date: Date
characters: Characters characters: Characters
program: Program program: Program

View file

@ -12,7 +12,7 @@
{{ end }} {{ end }}
{{ if or (or .Params.mastodon_url .Params.pixiv_url) .Params.bluesky_url }} {{ if or (or .Params.mastodon_url .Params.pixiv_url) .Params.bluesky_url }}
<p><strong>Also available on</strong></p> <p><strong>Syndications</strong></p>
<div style="margin: 10px; text-align: center"> <div style="margin: 10px; text-align: center">
@ -31,7 +31,7 @@
{{ end }} {{ end }}
{{ with .Params.program }} {{ with .Params.program }}
<p><strong>Created with</strong></p> <p><strong>Programs</strong></p>
<span>{{ . }}</span> <span>{{ . }}</span>
{{ end }} {{ end }}

View file

@ -34,7 +34,7 @@
{{ if .IsTranslated }} {{ if .IsTranslated }}
<br> <br>
<strong>Languages</strong> <strong>Page Languages</strong>
<div class="site-meni"> <div class="site-meni">
{{ $currentPage := . }} {{ $currentPage := . }}
{{ range .Translations }} {{ range .Translations }}

View file

@ -0,0 +1,4 @@
{{ $name := .Get 0 }}
{{ with resources.Get $name }}
<img alt="" class="symbolic-icon" style="image-rendering: pixelated;" width="16" height="16" src="{{ .RelPermalink }}">
{{ end }}