weekend
weekend
You can accomplish the same by using [includes](https://jekyllrb.com/docs/includes/). For instance adding the following to a post: ``` {% include youtube.html id=dQw4w9WgXcQ %} ``` And create a youtube.html file in your...
Yes you can use as many parameters as you'd like. If it isn't working you might need to use quotes: ```{% include youtube.html id="dQw4w9WgXcQ" width="850" height="375" %}``` or it might...
I can confirm the `.deb` package does work for me on proxmox 8. I just tried it on 2 identical machines with a fresh install of proxmox 8 and it...
I am also interested in this feature. How it often works in other projects is: If any environment variable is used, instead of resolving it directly, it first looks if...
Would you still look at the environment variable to find the file path for people pointing to a non secret config file our outside of docker? Or directly resolve the...
That approach does seem even better, it makes it very clear what you're loading and you don't have to implement more than needed now.