mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-24 04:03:11 +08:00
dongdigua
c550429596
add `htmlize` for better formatting index.html: a.visited, Monaco (alynx) main.css: Source Serif collection: patch instead of inline html (inline html is a good hack, but less readable)
8 lines
250 B
Bash
Executable File
8 lines
250 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# don't forget & is also a metachar
|
|
sed -i \
|
|
's/<a href="https:\/\/www.youtube.com\/@Computerphile">\<C\><\/a>/<a style="color:#0ee033" href=https:\/\/www.youtube.com\/@Computerphile>\<C\><\/a>/g' \
|
|
internet_collections.html
|
|
|