From bba165a7e6e8fee201e1fbef31ec675cd02ba845 Mon Sep 17 00:00:00 2001 From: Liu Xiaoyi Date: Sat, 30 Mar 2024 14:29:24 +0800 Subject: [PATCH] Initial --- _includes/head.html | 5 + _includes/nav.html | 34 +- serve.sh | 1 + static/css/_dark.scss | 143 + static/css/style.scss | 4 +- static/fonts/sss-bold.otf | Bin 0 -> 419052 bytes static/fonts/sss-bold.woff2 | Bin 0 -> 317860 bytes static/fonts/sss-regular.otf | Bin 0 -> 410068 bytes static/fonts/sss-regular.woff2 | Bin 0 -> 310768 bytes static/js/dark.js | 537 ++ static/js/dark.ts | 514 + static/js/descretize-svg-path.js | 1 + static/js/opentype.min.js | 4 + static/js/opentype.module.js | 14460 +++++++++++++++++++++++++++++ 14 files changed, 15690 insertions(+), 13 deletions(-) create mode 100644 serve.sh create mode 100644 static/css/_dark.scss create mode 100644 static/fonts/sss-bold.otf create mode 100644 static/fonts/sss-bold.woff2 create mode 100644 static/fonts/sss-regular.otf create mode 100644 static/fonts/sss-regular.woff2 create mode 100644 static/js/dark.js create mode 100644 static/js/dark.ts create mode 100644 static/js/descretize-svg-path.js create mode 100644 static/js/opentype.min.js create mode 100644 static/js/opentype.module.js diff --git a/_includes/head.html b/_includes/head.html index 5d13796..7e194c6 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -43,6 +43,11 @@ + + + + + {% if page.legacy %}