mirror of
https://github.com/skiqqy/skiqqy.github.io
synced 2025-01-09 15:59:32 +00:00
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 -> https://github.com/name
|
||||||
# */name.domain -> https://name.domain
|
# */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=$HOST/\2>\2</a>|g" |
|
||||||
sed -E "s|(\\*/)([^ \)]*)|*\/<a href=https:\/\/\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%%/r /dev/stdin' raw/template.html |
|
||||||
sed -E '/%%BODY%%/d'
|
sed -E '/%%BODY%%/d'
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
| |
|
| |
|
||||||
| * Please go take a look at my friend Tristan, aka |
|
| * Please go take a look at my friend Tristan, aka |
|
||||||
| "The king of subnets"/"alloca go brrr", his |
|
| "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
Block a user