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.
19:41

Markdown in #BookStackApp is too limited, I think I should stick to WYSIWYG instead moving forward. Some features I’m missing with just Markdown:

  1. Callouts
  2. Footnotes
18:05

Bookstack API Scripts

Examples of BookStack API scripts on Codeberg
Our reference material for all the other scripts we can use to interact with Bookstack API.
10:29

I think I need to revisit #BookStack as a documentation platform. One thing good it has going is its granular access control capability. #BookStackApp