TIL

TIL stands for Today I learned – small tidbits that I found worthwhile sharing.

systemd: rescue with locked root account

Easiest way to boot into rescue with systemd if the root account is locked: add systemd.setenv=SYSTEMD_SULOGIN_FORCE=1 to the Kernel commandline, and systemd will no longer bail out.

Great Hugo Reference Template

Hugo’s documentation is tricky to fully understand, so I always look for good examples. While trying to figure out the best workflow of using a CSS or Javascript framework with Hugo I found this theme. The number of configuration options and features make this looks like a great reference.