updated now-page-template to add a link to this project, and to add back MY details

This commit is contained in:
dylan 2025-12-25 23:33:50 +00:00
parent c317859786
commit 07618a4262

View file

@ -1,27 +1,23 @@
{profile-picture}
# Hey look, it's Dylan!
## What I've been up to
This page _should_ automatically update with my latest activity.
# What I've been up to
This page automatically updates with my latest activity.
<div style="display: flex; flex-direction: column; gap: 0.75rem;">
<div style="background: rgba(249, 226, 175, 0.15); padding: 1rem; border: 4px solid #f9e2af; color:white;">
I wrote this<br>{blog} <a href="https://dylan.weblog.lol" style="color: #f9e2af !important;">tktk</a>
I wrote this<br><a href="https://dylan.weblog.lol" style="color: #f9e2af !important;">tktk</a>
</div>
<div style="background: rgba(203, 166, 247, 0.15); padding: 1rem; border: 4px solid #cba6f7; color:white;">
I tooted this<br>
I posted this<br>
<i class="fa-brands fa-mastodon"></i> <a href="https://social.lol/@dylan" style="color: #cba6f7 !important;">tktk</a>
</div>
<div style="background: rgba(148, 226, 213, 0.15); padding: 1rem; border: 4px solid #94e2d5; color:white;">
I shared this photo<br>{pics} <a href="https://dylan.some.pics/" style="color: #94e2d5 !important;">tktk</a>
I shared this photo<br><a href="https://dylan.some.pics" style="color: #94e2d5 !important;">tktk</a>
</div>
<div style="background: rgba(166, 227, 161, 0.15); padding: 1rem; border: 4px solid #a6e3a1; color:white;">
I listened to this<br>
<i class="fa-brands fa-lastfm"></i> <a href="https://www.last.fm/user/lookathimthere" style="color: #a6e3a1 !important;">tktk</a>
</div>
<div style="background: rgba(243, 139, 168, 0.15); padding: 1rem; border: 4px solid #f38ba8; color:white;">
I rated this<br>{letterboxd} <a href="https://letterboxd.com/STFUDonny" style="color: #f38ba8 !important;">tktk</a>
I rated this<br><a href="https://letterboxd.com/STFUDonny" style="color: #f38ba8 !important;">tktk</a>
</div>
<div style="background: rgba(250, 179, 135, 0.15); padding: 1rem; border: 4px solid #fab387; color:white;">
I watched this episode<br>
@ -32,6 +28,7 @@ This page _should_ automatically update with my latest activity.
</div>
##### {last-updated}
<p style="font-size:0.825em !important;">Want your own automatically updated Now page? Check out <a href="https://source.tube/dylan/now-updater">now-updater</a>.</p>
---