Weekly Shaarli

All links of one week in a single page.

Week 12 (March 19, 2018)

Javascript in blogpost, but not on all sites at the same time? - support - Hugo Discussion
thumbnail

My approach is to use the content metadata to instruct my footer template to load extra js files. The JS is not part of the content (thatā€™s a presentation concern), so donā€™t try to marry them in your markdown if you can avoid it.

Example content metadata:

+++
js = ["chart", "dropdown/latest.min"]
+++
At the bottom of the footer template, I have this:

{{- range .Params.js }}
<script src="/js/{{ . }}.js"></script>
{{- end }}

How To Generate Let's Encrypt Free Wildcard Certificate Using Certbot on Ubuntu 16.04 - Network, Security and Random Tech
thumbnail
Understanding the Plex... | PlexGuide Books Wiki

Automated MediaServer Setup with unlimited Cloud Storage