diff options
author | Yuchen Pei <id@ypei.org> | 2023-08-14 13:40:20 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-08-14 13:40:20 +1000 |
commit | 0e1e02e60217c7ed587684f229c22f5c5bbf70bb (patch) | |
tree | b81b9676051c34bec57465e603f267ae7aede1bb | |
parent | f1545057122aef3d6997f2738c319b30ea0b5d1f (diff) |
Some minor updates.
-rw-r--r-- | .description | 2 | ||||
-rwxr-xr-x | post-process.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.description b/.description index 97afca8..2673065 100644 --- a/.description +++ b/.description @@ -1 +1 @@ -Code and text for the website ypei.me. +Code and text for the website ypei.org. diff --git a/post-process.sh b/post-process.sh index 6300115..e3477d4 100755 --- a/post-process.sh +++ b/post-process.sh @@ -16,4 +16,4 @@ for page in site/*.html; do done # fix email address. -sed -i 's/xU)U1M2fEQL6bfYGpwSG/\h\i\@\y\p\e\i\.\m\e/' site/index.html +sed -i 's/xU)U1M2fEQL6bfYGpwSG/\i\d\@\y\p\e\i\.\o\r\g/' site/index.html |