vimwiki

beau's personal wiki, made using vim
Log | Files | Refs | README

commit 7de431ba2deddcbf88d9de068087dabb0769cde1
parent dd5c0b620203693105f1d67150bd8f66cfd1bace
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date:   Sun, 28 Jun 2020 06:35:05 -0500

lists working

Diffstat:
Msite/css_custom_fonts.md | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/site/css_custom_fonts.md b/site/css_custom_fonts.md @@ -41,9 +41,10 @@ and I got mine to 100/100 by just adding `font-display: swap;` to the `@font-fac This lets the browser use an existing font while the other font is loaded. <https://web.dev/font-display/> Adding caching takes a little more work on OpenBSD with httpd, because httpd doesn't do caching. -I love that OpenBSD fights feature creep! Instead, use relayd. +I love that OpenBSD fights feature creep! Instead, use `relayd(8)`. + +Some resources on `relayd(8)` and caching: -Some resources: - <https://github.com/reyk/httpd/wiki/Using-relayd-to-add-Cache-Control-headers-to-httpd-traffic> - <https://parksdigital.com/httpd-and-relayd-on-openbsd.html> - <https://ifconfig.se/simple-web-stack.html>