Kill more dead links
This commit is contained in:
parent
7a594bc768
commit
1834284d1c
8 changed files with 7 additions and 11 deletions
|
@ -4,7 +4,6 @@
|
||||||
"description": "This is a recreation of a sketch I did in 2020, where I tried to do it in my \"usual style\". I actually really liked how this turned out, all of the poses and faces turned out really cute!\n\n(Now if only I could name this character...)",
|
"description": "This is a recreation of a sketch I did in 2020, where I tried to do it in my \"usual style\". I actually really liked how this turned out, all of the poses and faces turned out really cute!\n\n(Now if only I could name this character...)",
|
||||||
"mastodon_url": "https://mastodon.art/@redstrate/109312136100100717",
|
"mastodon_url": "https://mastodon.art/@redstrate/109312136100100717",
|
||||||
"newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/working-out",
|
"newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/working-out",
|
||||||
"pixiv_url": "https://www.pixiv.net/en/artworks/102641828",
|
|
||||||
"program": "Krita",
|
"program": "Krita",
|
||||||
"title": "working out"
|
"title": "working out"
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
"description": "it's still summer, right?",
|
"description": "it's still summer, right?",
|
||||||
"mastodon_url": "https://mastodon.art/@redstrate/111162313187012517",
|
"mastodon_url": "https://mastodon.art/@redstrate/111162313187012517",
|
||||||
"newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/beach-trip",
|
"newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/beach-trip",
|
||||||
"pixiv_url": "https://www.pixiv.net/en/artworks/112209810",
|
|
||||||
"program": "Krita",
|
"program": "Krita",
|
||||||
"tags": [
|
"tags": [
|
||||||
"comic"
|
"comic"
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
"type": "Comic",
|
"type": "Comic",
|
||||||
"characters": ["Mysterious Swordswoman"],
|
"characters": ["Mysterious Swordswoman"],
|
||||||
"mastodon_url": "https://mastodon.art/@redstrate/112187076950789997",
|
"mastodon_url": "https://mastodon.art/@redstrate/112187076950789997",
|
||||||
"pixiv_url": "https://www.pixiv.net/artworks/117405970",
|
|
||||||
"newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/big-bunny",
|
"newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/big-bunny",
|
||||||
"program": "Krita",
|
"program": "Krita",
|
||||||
"pages": [
|
"pages": [
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
"date": "2024-07-17",
|
"date": "2024-07-17",
|
||||||
"description": "Artfight attack: https://artfight.net/attack/7756662.fallen-angel",
|
"description": "Artfight attack: https://artfight.net/attack/7756662.fallen-angel",
|
||||||
"mastodon_url": "https://mastodon.art/@redstrate/112803941103002762",
|
"mastodon_url": "https://mastodon.art/@redstrate/112803941103002762",
|
||||||
"pixiv_url": "https://www.pixiv.net/en/artworks/121097790",
|
|
||||||
"program": "Krita, Blender",
|
"program": "Krita, Blender",
|
||||||
"tags": [
|
"tags": [
|
||||||
"artfight",
|
"artfight",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<h2>{{ .Title }}</h2>
|
<h2>{{ .Title }}</h2>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<img id="about-pic" alt="Drawing of a catgirl, with blonde hair and dark eyes." title="Profile Picture" src="{{ $.Site.Params.image_host }}/chars/{{ urlize .Title }}.jpg" width=128 height=128>
|
<img id="about-pic" alt="Drawing of a catgirl, with blonde hair and dark eyes." title="Profile Picture" src="{{ $.Site.Params.image_host }}/chars/{{ urlize .Slug }}.jpg" width=128 height=128>
|
||||||
|
|
||||||
{{ $has_age := .Params.age }}
|
{{ $has_age := .Params.age }}
|
||||||
{{ $has_pronouns := .Params.pronouns }}
|
{{ $has_pronouns := .Params.pronouns }}
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
{{ range . }}
|
{{ range . }}
|
||||||
{{ with $.Site.GetPage "taxonomyTerm" (printf "characters/%s" .) }}
|
{{ with $.Site.GetPage "taxonomyTerm" (printf "characters/%s" .) }}
|
||||||
{{ $year := .Page.Title }}
|
{{ $year := .Page.Title }}
|
||||||
<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>
|
<a class="character" href="{{ .RelPermalink }}"><img class="gallery-img" width=128 height=128 src="{{ $.Site.Params.image_host }}/chars/{{ urlize .Page.Slug }}.jpg"/><span>{{ $year }}<br></span></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
{{ $p := slice "Juritta" }}
|
{{ $p := slice "Juritta" }}
|
||||||
{{ range where .Site.RegularPages "Params.characters" "intersect" $p }}
|
{{ range where .Site.RegularPages "Params.characters" "intersect" $p }}
|
||||||
{{ if not (in .File.Dir "art/guest") }}
|
{{ if not (.Params.guest) }}
|
||||||
{{ partial "render-art" . }}
|
{{ partial "render-art" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -18,10 +18,10 @@
|
||||||
|
|
||||||
{{ with .Site.Params.geekring_site_id }}
|
{{ with .Site.Params.geekring_site_id }}
|
||||||
<map name="badge-geekring">
|
<map name="badge-geekring">
|
||||||
<area shape="rect" coords="4,3,13,28" href="http://geekring.net/site/{{ . }}/previous" alt="Previous">
|
<area data-proofer-ignore shape="rect" coords="4,3,13,28" href="http://geekring.net/site/{{ . }}/previous" alt="Previous">
|
||||||
<area shape="rect" coords="13,3,22,28" href="http://geekring.net/site/{{ . }}/random" alt="Random">
|
<area data-proofer-ignore shape="rect" coords="13,3,22,28" href="http://geekring.net/site/{{ . }}/random" alt="Random">
|
||||||
<area shape="rect" coords="76,3,84,28" href="http://geekring.net/site/{{ . }}/next" alt="Next">
|
<area data-proofer-ignore shape="rect" coords="76,3,84,28" href="http://geekring.net/site/{{ . }}/next" alt="Next">
|
||||||
<area shape="rect" coords="23,3,63,28" href="https://geekring.net/" alt="Geekring">
|
<area data-proofer-ignore shape="rect" coords="23,3,63,28" href="https://geekring.net/" alt="Geekring">
|
||||||
</map>
|
</map>
|
||||||
{{ with resources.Get "geek_2.gif" }}
|
{{ with resources.Get "geek_2.gif" }}
|
||||||
<img width="88" height="31" usemap="#badge-geekring" src="{{ .RelPermalink }}" alt="The Geekring">
|
<img width="88" height="31" usemap="#badge-geekring" src="{{ .RelPermalink }}" alt="The Geekring">
|
||||||
|
|
Loading…
Add table
Reference in a new issue