Remove newgrounds & ko-fi from the sidebar, remove other mentions of NG
This commit is contained in:
parent
100af03c5a
commit
b3c8bb90c9
4 changed files with 1 additions and 25 deletions
10
config.yaml
10
config.yaml
|
@ -164,11 +164,6 @@ menu:
|
||||||
- img: 'mastodon.webp'
|
- img: 'mastodon.webp'
|
||||||
url: 'https://mastodon.art/@redstrate'
|
url: 'https://mastodon.art/@redstrate'
|
||||||
weight: -1
|
weight: -1
|
||||||
- name: 'Newgrounds'
|
|
||||||
params:
|
|
||||||
- img: 'newgrounds.webp'
|
|
||||||
url: 'https://redstrate.newgrounds.com'
|
|
||||||
weight: 1
|
|
||||||
- name: 'Pixiv'
|
- name: 'Pixiv'
|
||||||
params:
|
params:
|
||||||
- img: 'pixiv.webp'
|
- img: 'pixiv.webp'
|
||||||
|
@ -184,11 +179,6 @@ menu:
|
||||||
- img: 'github.webp'
|
- img: 'github.webp'
|
||||||
url: 'https://github.com/redstrate'
|
url: 'https://github.com/redstrate'
|
||||||
weight: 4
|
weight: 4
|
||||||
- name: 'Ko-fi'
|
|
||||||
params:
|
|
||||||
- img: 'kofi.webp'
|
|
||||||
url: 'https://ko-fi.com/redstrate'
|
|
||||||
weight: 4
|
|
||||||
|
|
||||||
defaultContentLanguage: 'en'
|
defaultContentLanguage: 'en'
|
||||||
languageCode: 'en-us'
|
languageCode: 'en-us'
|
||||||
|
|
|
@ -8,4 +8,4 @@ The gallery is sorted by date, but there's other sections to check out such as [
|
||||||
|
|
||||||
I've also been [participating in Artfight](https://artfight.net/~redstrate) since 2023. You can view my attacks and defenses [here](/art/tags/artfight).
|
I've also been [participating in Artfight](https://artfight.net/~redstrate) since 2023. You can view my attacks and defenses [here](/art/tags/artfight).
|
||||||
|
|
||||||
You can follow me on [Mastodon](https://mastodon.art/@redstrate), [Pixiv](https://www.pixiv.net/en/users/58118005), [Newgrounds](https://redstrate.newgrounds.com/), or [RSS](/art/index.xml)!
|
You can follow me on [Mastodon](https://mastodon.art/@redstrate), [Pixiv](https://www.pixiv.net/en/users/58118005), [RSS](/art/index.xml)!
|
||||||
|
|
|
@ -112,16 +112,6 @@
|
||||||
</tr>
|
</tr>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ with .Params.newgrounds_url }}
|
|
||||||
<tr>
|
|
||||||
<th>Newgrounds URL</th>
|
|
||||||
<td>
|
|
||||||
<a href="{{ . }}">Newgrounds Post</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
|
|
||||||
{{ with .Params.pixiv_url }}
|
{{ with .Params.pixiv_url }}
|
||||||
<tr>
|
<tr>
|
||||||
<th>Pixiv URL</th>
|
<th>Pixiv URL</th>
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
|
|
||||||
{{ $art := (index site.Data ($.Param "json")) }}
|
{{ $art := (index site.Data ($.Param "json")) }}
|
||||||
{{ $newgrounds_icon := resources.Get "newgrounds.webp" }}
|
|
||||||
|
|
||||||
{{ range $art.categories }}
|
{{ range $art.categories }}
|
||||||
{{ $.Scratch.Set "header-type" "h3" }}
|
{{ $.Scratch.Set "header-type" "h3" }}
|
||||||
|
@ -32,9 +31,6 @@
|
||||||
|
|
||||||
<figcaption>
|
<figcaption>
|
||||||
"{{ .title }}"
|
"{{ .title }}"
|
||||||
{{ if .newgrounds_url }}
|
|
||||||
<a href="{{ .newgrounds_url }}" style="vertical-align: bottom"><img style="vertical-align: bottom" alt="Newgrounds Icon" width="19" height="19" src="{{ $newgrounds_icon.RelPermalink }}"></a>
|
|
||||||
{{ end }}
|
|
||||||
</figcaption>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue