Adding an app defaults post
This commit is contained in:
parent
3eab65c59b
commit
cc348eac50
4 changed files with 45 additions and 1 deletions
|
|
@ -516,6 +516,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.blog-footer {
|
||||||
|
text-align: center;
|
||||||
|
padding: 1rem;
|
||||||
|
margin: auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tag filter navigation
|
// Tag filter navigation
|
||||||
|
|
@ -822,6 +829,7 @@
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
text-shadow: 0 0 5px rgba(0, 255, 0, 0.5);
|
text-shadow: 0 0 5px rgba(0, 255, 0, 0.5);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
line-height: 2.2rem;
|
||||||
|
|
||||||
&:hover:not(.disabled) {
|
&:hover:not(.disabled) {
|
||||||
background: rgba(0, 255, 0, 0.2);
|
background: rgba(0, 255, 0, 0.2);
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ draft: false
|
||||||
- 🗨️ Added the ability to send and receive [webmentions](https://indieweb.org/Webmention) to the blog. Haven't automated displaying of received ones yet, but I'll get there.
|
- 🗨️ Added the ability to send and receive [webmentions](https://indieweb.org/Webmention) to the blog. Haven't automated displaying of received ones yet, but I'll get there.
|
||||||
- 🧰 Setup a little personal API to handle the guestbook, visitor counter, and aforementioned webmentions.
|
- 🧰 Setup a little personal API to handle the guestbook, visitor counter, and aforementioned webmentions.
|
||||||
- 📺 Setup a dashboard on my homelab for monitoring all of the above.
|
- 📺 Setup a dashboard on my homelab for monitoring all of the above.
|
||||||
- 🛜 Added an RSS feed for the blog. Technically it already exists I just didn't have it in the meta tags. Or on the page. You can RSS now, that's the main thing.
|
- 🛜 Added an RSS feed for the blog. I've made my full posts available via RSS so you can consume them however you please.
|
||||||
|
|
||||||
## Links I Found Interesting
|
## Links I Found Interesting
|
||||||
|
|
||||||
|
|
|
||||||
33
content/blog/app-defaults-2026/index.md
Normal file
33
content/blog/app-defaults-2026/index.md
Normal file
|
|
@ -0,0 +1,33 @@
|
||||||
|
---
|
||||||
|
title: "App Defaults - 2026"
|
||||||
|
date: 2026-01-13T18:27:20Z
|
||||||
|
tags:
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
I've seen a lot of these popping up around the tech space and find them very interesting to see what tools and apps are peoples go-to for various every day things. Apparently there are [over 500 posts](https://defaults.rknight.me/) and counting! Here's mine right now:
|
||||||
|
|
||||||
|
- 📨 Mail Client - Proton Mail
|
||||||
|
- 📮 Mail Server - [Proton Mail](https://pr.tn/ref/MNB13JYX)
|
||||||
|
- 📝 Notes - Notes.app
|
||||||
|
- ✅ To-Do - Notes.app
|
||||||
|
- 📷 Phone Photo Shooting - Camera.app
|
||||||
|
- 🟦 Photo Management - Photos.app
|
||||||
|
- 📆 Calendar - Calendar.app
|
||||||
|
- 📁 Cloud File Storage - None
|
||||||
|
- 📖 RSS - [FreshRSS](https://github.com/FreshRSS/FreshRSS)
|
||||||
|
- 🙍🏻♂️ Contacts - Contacts.app
|
||||||
|
- 🌐 Browser - [Zen](https://zen-browser.app/)
|
||||||
|
- 💬 Chat - Discord
|
||||||
|
- 🔖 Bookmarks - Firefox Bookmarks Sync
|
||||||
|
- 📑 Read It Later - Notes.app
|
||||||
|
- 🧑💻 Code Editor - [VSCodium](https://vscodium.com/)
|
||||||
|
- 🛒 Shopping Lists - Notes.app
|
||||||
|
- 📰 News - Avoid at all costs
|
||||||
|
- 🎵 Music - Tidal, [High Tide](https://github.com/Nokse22/high-tide), Turntable
|
||||||
|
- 🎤 Podcasts - Apple Podcasts
|
||||||
|
- 🔐 Password Management - Proton Pass
|
||||||
|
|
||||||
|
Apparently I dump a lot of stuff in the Notes app on my phone. It's the closest thing to hand and has almost zero barrier to entry. Also I know where all my stuff is then.
|
||||||
|
|
||||||
|
I should probably find better ways of organising things, but you know what they say - the best system is the one that works for you.
|
||||||
|
|
@ -21,6 +21,9 @@
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<div class="blog-summary">{{ .Content }}</div>
|
<div class="blog-summary">{{ .Content }}</div>
|
||||||
|
<div class="blog-footer">
|
||||||
|
🛜 <a href="/blog/feed.xml">Available via RSS</a>
|
||||||
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
{{ partial "contact-section.html" . }}
|
{{ partial "contact-section.html" . }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue