post: the 2023 website update
ci/woodpecker/push/woodpecker Pipeline was successful Details

main
earnest ma 4 months ago
parent 3cc3c9f7a0
commit fb1cc4651a
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A

@ -4,7 +4,7 @@
{
"label": "Run watch",
"type": "shell",
"command": "make serve",
"command": "just serve",
"group": {
"kind": "build",
"isDefault": true

@ -16,6 +16,7 @@ pipeline:
- eval "$(ssh-agent -s)"
- echo "$SSH_KEY" | ssh-add -
- ./generatestageinfo.sh
- hugo version
- just deploy-staging
main:
@ -33,4 +34,5 @@ pipeline:
- mkdir -p ~/.ssh && echo "StrictHostKeyChecking=no" >> ~/.ssh/config
- eval "$(ssh-agent -s)"
- echo "$SSH_KEY" | ssh-add -
- hugo version
- just deploy-main

@ -0,0 +1,24 @@
+++
title = "Minor Website and Personal Updates"
date = 2023-05-23
categories = ["Personal", "Meta"]
+++
Greetings all! 5 months into the year and this is my first post 😂 Exams were done, I passed all but one course, and I've been on summer break for about a month now. Much more time for working and learning fun stuff (like writing more blog posts!). We're also getting to travel this summer, starting off with Montréal (this Friday, actually)!
Here are some changes I've made to my website so far:
- Update and delete some content, as well as remove some broken links.
- Support Atom feeds!
- Increase the limit for the number of posts an RSS feed will include. *If you're already subscribed via RSS, this is why some old posts might have showed back up*
- [Subscribe page](/subscribe): as well as RSS, you can now get updates through Atom, Email, Telegram, and kinda my Mastodon account.
- 🏳️‍🌈 Small gradient background for Pride month
Some more things I hope to get to soon:
- [ ] Add a page for my fountain pens and inks
- [ ] Add a Blogroll page
- [ ] Support photo album/ galleries. I was thinking of just embedding or linking to Google Photos albums, but it seems much nicer if it was fully integrated.
- [ ] Add a favourite music page
- [ ] Share to Mastodon link
- [ ] Maybe add in commenting?

@ -2,6 +2,8 @@
<h1>{{ .Title }}</h2>
{{ .Content }}
<a href="/subscribe">Subscribe</a>, or subscribe <b>only</b> to this section via <a href="atom.xml">Atom</a> or <a href="index.xml">RSS</a>.
<ul>
{{ range .Pages }}
<li><i>

Loading…
Cancel
Save