This commit is contained in:
Stephen Cochrane 2020-10-25 19:03:21 +02:00
parent d06d71c7da
commit 9931b1f69d
2 changed files with 3 additions and 1 deletions

View File

@ -8,8 +8,10 @@ conv () {
# ^/name -> https://github.com/name
# */name.domain -> https://name.domain
# !/name.domain -> http://name.domain
sed -E "s|(\\^/)([^ \)]*)|^\/<a href=$HOST/\2>\2</a>|g" |
sed -E "s|(\\*/)([^ \)]*)|*\/<a href=https:\/\/\2/>\2</a>|g" |
sed -E "s|(\\!/)([^ \)]*)|*\/<a href=http:\/\/\2/>\2</a>|g" |
sed -E '/%%BODY%%/r /dev/stdin' raw/template.html |
sed -E '/%%BODY%%/d'

View File

@ -32,7 +32,7 @@
| |
| * Please go take a look at my friend Tristan, aka |
| "The king of subnets"/"alloca go brrr", his |
| website can be found here */deavmi.github.io |
| website located here !/deavmi.assigned.network |
| |
+-------------------------------------------------------+