Update
This commit is contained in:
parent
d06d71c7da
commit
9931b1f69d
2
build.sh
2
build.sh
|
@ -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'
|
||||
|
|
|
@ -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 |
|
||||
| |
|
||||
+-------------------------------------------------------+
|
||||
|
||||
|
|
Loading…
Reference in New Issue