Compare commits
No commits in common. "395fb36b506d756c5bf124d9fd3e259bcccb1e15" and "67376f0353103368e9871e8e39f04a8f58121209" have entirely different histories.
395fb36b50
...
67376f0353
7 changed files with 15 additions and 50 deletions
|
|
@ -16,12 +16,5 @@
|
||||||
"link": "https://www.crimejusticejournal.com/article/view/3069",
|
"link": "https://www.crimejusticejournal.com/article/view/3069",
|
||||||
"pdf": "https://www.crimejusticejournal.com/article/view/3069/1445",
|
"pdf": "https://www.crimejusticejournal.com/article/view/3069/1445",
|
||||||
"doi": "https://doi.org/10.5204/ijcjsd.3069"
|
"doi": "https://doi.org/10.5204/ijcjsd.3069"
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Niemals aus Liebe: Männergewalt an Frauen",
|
|
||||||
"authors": "Miriam Suter, Natalia Widla",
|
|
||||||
"year": "2024",
|
|
||||||
"publisher": "Limmat Verlag",
|
|
||||||
"link": "https://www.limmatverlag.ch/programm/titel/964-niemals-aus-liebe.html"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
@ -4,10 +4,6 @@
|
||||||
"name": "atom/rss feed",
|
"name": "atom/rss feed",
|
||||||
"link": "https://maia.crimew.gay/feed.xml"
|
"link": "https://maia.crimew.gay/feed.xml"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "ko-fi",
|
|
||||||
"link": "https://ko-fi.com/nyancrimew"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "tumblr",
|
"name": "tumblr",
|
||||||
"link": "https://tumblr.com/nyancrimew"
|
"link": "https://tumblr.com/nyancrimew"
|
||||||
|
|
@ -20,18 +16,6 @@
|
||||||
"name": "fediverse",
|
"name": "fediverse",
|
||||||
"link": "https://crimew.gay/maia"
|
"link": "https://crimew.gay/maia"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "bluesky",
|
|
||||||
"link": "https://bsky.app/profile/crimew.gay"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "instagram",
|
|
||||||
"link": "https://instagram.com/nyancrimew"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "letterboxd",
|
|
||||||
"link": "https://letterboxd.com/nyancrimew/"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "soundcloud",
|
"name": "soundcloud",
|
||||||
"link": "https://soundcloud.com/nyancrimew"
|
"link": "https://soundcloud.com/nyancrimew"
|
||||||
|
|
@ -44,6 +28,18 @@
|
||||||
"name": "github",
|
"name": "github",
|
||||||
"link": "https://github.com/nyancrimew"
|
"link": "https://github.com/nyancrimew"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "ko-fi",
|
||||||
|
"link": "https://ko-fi.com/nyancrimew"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "letterboxd",
|
||||||
|
"link": "https://letterboxd.com/nyancrimew/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "instagram",
|
||||||
|
"link": "https://instagram.com/nyancrimew"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "analytics",
|
"name": "analytics",
|
||||||
"link": "https://umami.crimew.gay/share/M77OUJ83Q4qBcOjZ/maia.crimew.gay"
|
"link": "https://umami.crimew.gay/share/M77OUJ83Q4qBcOjZ/maia.crimew.gay"
|
||||||
|
|
@ -66,7 +62,7 @@
|
||||||
"badge": "noclick.gif",
|
"badge": "noclick.gif",
|
||||||
"title": "don't do it",
|
"title": "don't do it",
|
||||||
"alt": "don't click here",
|
"alt": "don't click here",
|
||||||
"onclick": "alert('what did i tell you??')"
|
"link": "javascript:alert('what did i tell you??')"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"badge": "acab.gif",
|
"badge": "acab.gif",
|
||||||
|
|
@ -154,16 +150,6 @@
|
||||||
"badge": "solely.png",
|
"badge": "solely.png",
|
||||||
"alt": "solely",
|
"alt": "solely",
|
||||||
"link": "https://arciniega.one"
|
"link": "https://arciniega.one"
|
||||||
},
|
|
||||||
{
|
|
||||||
"badge": "lesbi.png",
|
|
||||||
"alt": "les.bi",
|
|
||||||
"link": "https://les.bi"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"badge": "adryd.png",
|
|
||||||
"alt": "adryd",
|
|
||||||
"link": "https://adryd.com"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="badges">
|
<div class="badges">
|
||||||
{% for item in footer.badges %}
|
{% for item in footer.badges %}
|
||||||
{% if item.link %}<a href="{{ item.link }}" target="_blank">{% endif %}<img src="/badges/{{ item.badge }}" {% if item.onclick %}onclick="{{ item.onclick }}"{% endif %} alt="{{ item.alt }}" {% if item.title %}title="{{ item.title }}"{% endif %}>{% if item.link %}</a>{% endif %}
|
{% if item.link %}<a href="{{ item.link }}" target="_blank">{% endif %}<img src="/badges/{{ item.badge }}" alt="{{ item.alt }}" {% if item.title %}title="{{ item.title }}"{% endif %}>{% if item.link %}</a>{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<script src="https://sleepy.zone/webring/webring-{{ site.sleepyWebring.version }}.js" data-site-id="{{ site.sleepyWebring.siteId }}"></script>
|
<script src="https://sleepy.zone/webring/webring-{{ site.sleepyWebring.version }}.js" data-site-id="{{ site.sleepyWebring.siteId }}"></script>
|
||||||
|
|
|
||||||
|
|
@ -52,20 +52,6 @@ footer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.badges {
|
|
||||||
image-rendering: optimizeSpeed;
|
|
||||||
image-rendering: -moz-crisp-edges;
|
|
||||||
image-rendering: -o-crisp-edges;
|
|
||||||
image-rendering: -webkit-optimize-contrast;
|
|
||||||
image-rendering: pixelated;
|
|
||||||
image-rendering: optimize-contrast;
|
|
||||||
|
|
||||||
img {
|
|
||||||
padding-left: 1px;
|
|
||||||
padding-right: 1px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
footer,
|
footer,
|
||||||
#site_header,
|
#site_header,
|
||||||
.lavender-webring-container {
|
.lavender-webring-container {
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ date: git Last Modified
|
||||||
<div style="flex-grow: 2; flex-shrink: 2; flex-basis: 60%;">
|
<div style="flex-grow: 2; flex-shrink: 2; flex-basis: 60%;">
|
||||||
<p>
|
<p>
|
||||||
hey! im {{ site.name }} <sup>({{ site.pronouns }})</sup>, welcome to my website! this site is primarily home to my <a href="/posts">blog</a>, containing my investigative journalism,
|
hey! im {{ site.name }} <sup>({{ site.pronouns }})</sup>, welcome to my website! this site is primarily home to my <a href="/posts">blog</a>, containing my investigative journalism,
|
||||||
work on hacktivism and technical articles on some of my own hacks. i also write <a href="https://daslamm.ch/format/kolumnen/cyber_punk/">a column called cyber_punk</a> for the swiss online magazine das lamm (in german). outside my journalistic and activist work i try to <a href="https://soundcloud.com/nyancrimew">make music</a>, am a live dj
|
work on hacktivism and technical articles on some of my own hacks. outside my journalistic and activist work i try to <a href="https://soundcloud.com/nyancrimew">make music</a>, am a live dj
|
||||||
and do various other creative things.
|
and do various other creative things.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 878 B |
Binary file not shown.
|
Before Width: | Height: | Size: 429 B |
Loading…
Reference in a new issue