From 28cb89d46d5afc95d6443ca437bbfa73f9b7c331 Mon Sep 17 00:00:00 2001 From: Harrison <53527582+HTV04@users.noreply.github.com> Date: Sun, 18 Feb 2024 22:46:53 -0500 Subject: [PATCH] Cleanup + favicon --- Makefile | 16 +++++++++++++--- root/images/favicon.ico | Bin 0 -> 2238 bytes root/index.html | 1 + src/pages/images/favicon.ico | Bin 0 -> 2238 bytes src/{index => pages}/index.md | 2 ++ 5 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 root/images/favicon.ico create mode 100644 src/pages/images/favicon.ico rename src/{index => pages}/index.md (98%) diff --git a/Makefile b/Makefile index 13913f8..51b0cd9 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,20 @@ -all: root/index.html +.PHONY: all pages run clean -docs/index.html: root/index/index.md +all: root pages + +pages: root/index.html root/images + +root/%.html: src/pages/%.md root pandoc $< -f markdown -s -t html -o $@ +root/images: root + cp -r src/pages/images root/images + +root: + mkdir root + run: python3 -m http.server -d root clean: - rm -f root/index.html + rm -rf root diff --git a/root/images/favicon.ico b/root/images/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..959d8b4ededa89a0c8b6fc68c5ea4b9a0120b989 GIT binary patch literal 2238 zcmeH@O)ErE7{`C(bqq7(b!=zpWB3F<22zre6cR}yGz&^BEYv8ASttt&B}tN+LL?<6 zDM?95NzOgbJu~;*nOn2g{oT&<^8Y{Q+1$3#SB)Zjc^dPc5eH>3L zvoUkZ+QK=ROrDk1OP1EJS=_u~e(R38?R#dk4@~bqGL?H`a_^b({TId#UKu@nW8~TZl3Qk`#>MUJ zPKmXG8F%|aTPJ|8Faz}(kX($$k7_`2F}i+(1|)l<48%0%F`Y$0@yiee3}K*`&wvmkpa8YT5B21YdW`;VA;^_!)HT> UMTxD1RDp7?);bk|=D#%l0GJj-kN^Mx literal 0 HcmV?d00001 diff --git a/root/index.html b/root/index.html index 4ef4ae6..f3c0f55 100644 --- a/root/index.html +++ b/root/index.html @@ -24,6 +24,7 @@ } .display.math{display: block; text-align: center; margin: 0.5rem auto;} + diff --git a/src/pages/images/favicon.ico b/src/pages/images/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..959d8b4ededa89a0c8b6fc68c5ea4b9a0120b989 GIT binary patch literal 2238 zcmeH@O)ErE7{`C(bqq7(b!=zpWB3F<22zre6cR}yGz&^BEYv8ASttt&B}tN+LL?<6 zDM?95NzOgbJu~;*nOn2g{oT&<^8Y{Q+1$3#SB)Zjc^dPc5eH>3L zvoUkZ+QK=ROrDk1OP1EJS=_u~e(R38?R#dk4@~bqGL?H`a_^b({TId#UKu@nW8~TZl3Qk`#>MUJ zPKmXG8F%|aTPJ|8Faz}(kX($$k7_`2F}i+(1|)l<48%0%F`Y$0@yiee3}K*`&wvmkpa8YT5B21YdW`;VA;^_!)HT> UMTxD1RDp7?);bk|=D#%l0GJj-kN^Mx literal 0 HcmV?d00001 diff --git a/src/index/index.md b/src/pages/index.md similarity index 98% rename from src/index/index.md rename to src/pages/index.md index 5941474..9e06fd8 100644 --- a/src/index/index.md +++ b/src/pages/index.md @@ -4,6 +4,8 @@ title-meta: HTV04's Website author-meta: HTV04 date-meta: February 18, 2024 document-css: false +header-includes: + --- # [HTV04's Website](https://htv04.com).