all repos — site @ 682fdab6fcbe8973c3723b8ebdac6f2f84dd915e

source for my site, found at icyphox.sh

bin/webfinger.sh: chmod and add to post-build

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Thu, 04 Jun 2020 10:32:24 +0530
commit

682fdab6fcbe8973c3723b8ebdac6f2f84dd915e

parent

3678dc5acbc89c60e6f0154c829057dd0cbec0a1

3 files changed, 16 insertions(+), 18 deletions(-)

jump to
M bin/webfinger.shbin/webfinger.sh

@@ -3,7 +3,7 @@ # creates '.well-known/host-meta'

well_known="build/.well-known" host_meta="host-meta" -mkdir -p "$acme_dir" +mkdir -p "$well_known" touch "$well_known/$host_meta" echo "<?xml version="1.0" encoding="UTF-8"?>
M config.pyconfig.py

@@ -55,4 +55,4 @@ </div>

""" template = 'text.html' # default is index.html pre_build = [['./bin/openring.py', '-j'], './bin/update_index.py'] -post_build = ['./bin/rss.py', './bin/plaintext.sh'] +post_build = ['./bin/rss.py', './bin/plaintext.sh', './bin/webfinger.sh']
M templates/text.htmltemplates/text.html

@@ -48,33 +48,31 @@ <hr>

<div class="openring"> <div class="openring-feed"> - <h4><a href="https://jcs.org/2020/05/15/surface_go2">OpenBSD on the Microsoft Surface Go 2 (notaweblog)</a></h4> - <p>I used OpenBSD on the -original Surface Go -back in 2018 and many things worked with the big exception of the internal -Atheros WiFi. -This meant I had to keep it tethered to a USB-C dock for Ethernet or use -a small USB-A WiFi dongle plugged into a less-than-…</p> + <h4><a href="https://drewdevault.com/2020/05/15/Status-update.html">Status update, May 2020</a></h4> + <p>Hello, future readers! I am writing to you from one day in the past. I finished +my plans for today early and thought I’d get a head start on writing the status +updates for tomorrow, or rather, for today. From your reference frame, that is. + +Let’s start wit…</p> - <p>via <a href="https://jcs.org/">joshua stein</a> on May 15, 2020</p> + <p>via <a href="https://drewdevault.com">Drew DeVault's Blog</a> on May 15, 2020</p> </div> <div class="openring-feed"> - <h4><a href="https://www.bellingcat.com/news/2020/05/27/the-boogaloo-movement-is-not-what-you-think/">The Boogaloo Movement Is Not What You Think</a></h4> - <p>On May 26th, crowds gathered in Minneapolis, Minnesota, to protest the death of 46-year-old George Floyd at the hands of the city’s police department. Floyd was black. Many of the protesters were people of color.  The department fired four policemen that s…</p> + <h4><a href="https://peppe.rs/posts/auto-currying_rust_functions/">Auto-currying Rust Functions</a></h4> + <p>This post contains a gentle introduction to procedural macros in Rust and a guide to writing a procedural macro to curry Rust functions. The source code for the entire library can be found here. It is also available on crates.io. +The following links might …</p> - <p>via <a href="https://www.bellingcat.com">bellingcat</a> on May 27, 2020</p> + <p>via <a href="https://peppe.rs">nerdypepper's μblog</a> on May 09, 2020</p> </div> <div class="openring-feed"> - <h4><a href="https://k1ss.org/blog/20200525a">25/05/2020: This month in KISS (#2)</a></h4> - <p>Welcome to the second monthly update for KISS. This post will be -quite a long one, we've seen some nice changes this month and some -great work by the Community.…</p> + <h4><a href="https://gru.gq/2020/05/29/modern-mass-media-and-info-war/">Modern Mass Media and Info War</a></h4> + <p>This is fascinating… the 3rd largest media company, after Disney and Warner, is The Soul Publishing, and they’re pure online only. They produce dedicated content designed for Facebook and YouTube algorithms. Why is that interesting? Well, for one, their co…</p> - <p>via <a href="https://k1ss.org">KISS Linux Blog</a> on May 25, 2020</p> + <p>via <a href="https://gru.gq">grugq’s domain</a> on May 29, 2020</p> </div>