09:32

Now it seems like #PDFDing is moving away from its original principle about being as simple looking as #LinkDing, which I loved. O well.. github.com/∞

20:29

Write SQL Queries in...Obsidian?

Did you know you can write queries to join data across all your data sources from within Obsidian.md?I
This one is interesting. I didn’t even know you can run Python scripts in Obsidian?! Now it’s a whole new world for me.
20:51

Docker | Quadratic Docs

Deploy Quadratic with Docker to almost any hardware.
This could be a great way to test my coding skills.
14:14

Relative Markdown Links in Hugo

The minimal example for relative markdown links:

[My Article](../my-article/index.md)  

Template: /layouts/_default/_markup/render-link.html:

<a href="{{ (.Page.GetPage .Destination).RelPermalink | safeURL }}">  
  {{ .Text | safeHTML }}  
</a>  
This solves the problem of relative markdown links to other pages in Hugo.
06:53

#Pangolin 1.0.0 is out and now supports multiple base domains. How cool is that? www.reddit.com/∞

22:25

@magnus919 or you can use Mastodon API to retrieve your toots and save them as markdown files in the #GoHugo content folder. See: deuts.org/∞

22:15

Why Obsidian integrates better with #MkDocs than #GoHugo?

  1. MkDocs is really built for documentation (and notes), whereas Hugo are primarily for blogs
  2. Linking your notes in Obsidian translate into correct link in the output html files in MkDocs, whereas in Hugo you need to use rel or relref shortcodes.
13:09

I give up trying to install #GetOutline. Between the database, Redis, environment variables, OAuth setup, and file permissions, there are just too many dependencies at play. Even when it seems like everything is configured correctly, something always refuses to work. Self-hosting shouldn’t be this complicated. 😩

21:35

Docker DB Backup

Backup multiple database types on a scheduled basis with many customizable options.
Stumbled upon this when checking out Flarum. Perhaps I can use this to several of my MySQL/MariaDB and Postgres containers.
21:28

Install Flarum Forum

Flarum is a brilliantly built, light-weight, powerful forum software that may just be perfect for your community.
I’ve always wanted a forum for my several communities. The problem – no one wants to use it. But leaving it here in case I need to install one.