agnes.love/content/index.njk

66 lines
3.9 KiB
Text
Raw Permalink Normal View History

2026-06-21 06:59:48 +00:00
---
layout: agneslove.njk
title: Agnes the Alien
#description: "Welcome to petrapixel! Here you can find many resources for Neocities, coding help, media recommendations and more in a cute Old Web aesthetic!"
#freezeframe: true
#numberofLatestPostsToShow: 3
#postsCount:
#latestPostsCOunt:
#morePosts:
---
<div class="main">
<div class="intro"><img src="https://i.ibb.co/ZRfYtg7t/welcome5.gif" alt="Pixel render of a computer screen that says WELCOME TO MY WEBSITE. Kittens are climbing all over it." title="Pixel render of a computer screen that says WELCOME TO MY WEBSITE. Kittens are climbing all over it."><br>
Hello, and welcome to my site! I'm Agnes the Alien, and this is my personal site and weblog. Feel free to poke around and see what I've got.<br>
<br> I mostly write about creativity, technology, alterhumanity, fictosexuality, disability, and mental health. <br>
<br><div class="status">Current status: <script src="https://status.lol/agnes.js?link&no-emoji&time"></script>
</div> <style type="text/css" media="screen">
.gr_grid_container {
/* customize grid container div here. eg: width: 500px; */
}
.gr_grid_book_container {
/* customize book cover container div here */
float: left;
width: 39px;
height: 60px;
padding: 0px 0px;
overflow: hidden;
}
</style>
<div id="gr_grid_widget_1782007749">
<!-- Show static html as a placeholder in case js is not enabled - javascript include will override this if things work -->
<h2>
<a style="text-decoration: none;" rel="nofollow" href="https://www.goodreads.com/review/list/200389747-aggie?shelf=currently-reading&utm_medium=api&utm_source=grid_widget">currently reading...</a>
</h2>
<div class="gr_grid_container">
<div class="gr_grid_book_container"><a title="Serious Weakness" rel="nofollow" href="https://www.goodreads.com/book/show/63152711-serious-weakness"><img alt="Serious Weakness" border="0" src="https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1667245361l/63152711._SY75_.jpg" /></a></div>
<div class="gr_grid_book_container"><a title="The Orange Eats Creeps" rel="nofollow" href="https://www.goodreads.com/book/show/8075281-the-orange-eats-creeps"><img alt="The Orange Eats Creeps" border="0" src="https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1328762623l/8075281._SX50_.jpg" /></a></div>
<br style="clear: both"/><br/><a class="gr_grid_branding" style="font-size: .9em; color: #382110; text-decoration: none; float: right; clear: both" rel="nofollow" href="https://www.goodreads.com/user/show/200389747-aggie">Aggie's favorite books »</a>
<noscript><br/>Share <a rel="nofollow" href="/">book reviews</a> and ratings with Aggie, and even join a <a rel="nofollow" href="/group">book club</a> on Goodreads.</noscript>
</div>
</div>
<script src="https://www.goodreads.com/review/grid_widget/200389747.currently-reading?cover_size=small&hide_link=&hide_title=&num_books=20&order=a&shelf=currently-reading&sort=date_added&widget_id=1782007749" type="text/javascript" charset="utf-8"></script>
</div>
<div class="sitemap">
{{ collections.all | eleventyNavigation | eleventyNavigationToHtml | safe }}
</div>
<div class="posts">
{% set numberOfLatestPostsToShow = 10 %}
{% set postsCount = collections.posts | length %}
{% set latestPostsCount = postsCount | min(numberOfLatestPostsToShow) %}
<h1>Latest {{ latestPostsCount }} Post{% if latestPostsCount != 1 %}s{% endif %}</h1>
{% set postslist = collections.posts | head(-1 * numberOfLatestPostsToShow) %}
{% set postslistCounter = postsCount %}
{% include "postslist.njk" %}
{% set morePosts = postsCount - numberOfLatestPostsToShow %}
{% if morePosts > 0 %}
<p>{{ morePosts }} more post{% if morePosts != 1 %}s{% endif %} can be found in <a href="blog.njk">the archive</a>.</p>
{% endif %}
</div>
</div><div class="main">{% postGraph collections.posts %}</div></div>