About Social Code
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
l---------html/assets1
-rw-r--r--html/assets/2022-04-03-rasterizing-triangles/Screenshot-from-2022-04-03-13-43-13.png (renamed from assets/2022-04-03-rasterizing-triangles/Screenshot-from-2022-04-03-13-43-13.png)bin12239 -> 12239 bytes
-rw-r--r--html/assets/2022-06-09-baremetal-risc-v/PXL_20220609_121350403.jpg (renamed from assets/2022-06-09-baremetal-risc-v/PXL_20220609_121350403.jpg)bin86282 -> 86282 bytes
-rw-r--r--html/assets/2022-06-09-baremetal-risc-v/riscv-terminal.png (renamed from assets/2022-06-09-baremetal-risc-v/riscv-terminal.png)bin70428 -> 70428 bytes
-rw-r--r--html/assets/budding.svg (renamed from assets/budding.svg)0
-rw-r--r--html/assets/evergreen.svg (renamed from assets/evergreen.svg)0
-rwxr-xr-xhtml/assets/favicon.svg (renamed from assets/favicon.svg)0
-rw-r--r--html/assets/favicon_original.svg (renamed from assets/favicon_original.svg)0
-rw-r--r--html/assets/full_plant.svg (renamed from assets/full_plant.svg)0
-rw-r--r--html/assets/me.jpg (renamed from assets/me.jpg)bin220864 -> 220864 bytes
-rw-r--r--html/assets/minima-social-icons.svg (renamed from assets/minima-social-icons.svg)0
-rw-r--r--html/assets/seadling.svg (renamed from assets/seadling.svg)0
-rw-r--r--html/assets/style.css (renamed from assets/style.css)0
-rw-r--r--makefile3
14 files changed, 1 insertions, 3 deletions
diff --git a/html/assets b/html/assets
deleted file mode 120000
index ec2e4be..0000000
--- a/html/assets
+++ /dev/null
@@ -1 +0,0 @@
-../assets \ No newline at end of file
diff --git a/assets/2022-04-03-rasterizing-triangles/Screenshot-from-2022-04-03-13-43-13.png b/html/assets/2022-04-03-rasterizing-triangles/Screenshot-from-2022-04-03-13-43-13.png
index 064b4ad..064b4ad 100644
--- a/assets/2022-04-03-rasterizing-triangles/Screenshot-from-2022-04-03-13-43-13.png
+++ b/html/assets/2022-04-03-rasterizing-triangles/Screenshot-from-2022-04-03-13-43-13.png
Binary files differ
diff --git a/assets/2022-06-09-baremetal-risc-v/PXL_20220609_121350403.jpg b/html/assets/2022-06-09-baremetal-risc-v/PXL_20220609_121350403.jpg
index 5fae2e4..5fae2e4 100644
--- a/assets/2022-06-09-baremetal-risc-v/PXL_20220609_121350403.jpg
+++ b/html/assets/2022-06-09-baremetal-risc-v/PXL_20220609_121350403.jpg
Binary files differ
diff --git a/assets/2022-06-09-baremetal-risc-v/riscv-terminal.png b/html/assets/2022-06-09-baremetal-risc-v/riscv-terminal.png
index 3e3eb35..3e3eb35 100644
--- a/assets/2022-06-09-baremetal-risc-v/riscv-terminal.png
+++ b/html/assets/2022-06-09-baremetal-risc-v/riscv-terminal.png
Binary files differ
diff --git a/assets/budding.svg b/html/assets/budding.svg
index 7ed9a87..7ed9a87 100644
--- a/assets/budding.svg
+++ b/html/assets/budding.svg
diff --git a/assets/evergreen.svg b/html/assets/evergreen.svg
index 544159a..544159a 100644
--- a/assets/evergreen.svg
+++ b/html/assets/evergreen.svg
diff --git a/assets/favicon.svg b/html/assets/favicon.svg
index 3562c96..3562c96 100755
--- a/assets/favicon.svg
+++ b/html/assets/favicon.svg
diff --git a/assets/favicon_original.svg b/html/assets/favicon_original.svg
index 0f1cff0..0f1cff0 100644
--- a/assets/favicon_original.svg
+++ b/html/assets/favicon_original.svg
diff --git a/assets/full_plant.svg b/html/assets/full_plant.svg
index ce301e9..ce301e9 100644
--- a/assets/full_plant.svg
+++ b/html/assets/full_plant.svg
diff --git a/assets/me.jpg b/html/assets/me.jpg
index 134de31..134de31 100644
--- a/assets/me.jpg
+++ b/html/assets/me.jpg
Binary files differ
diff --git a/assets/minima-social-icons.svg b/html/assets/minima-social-icons.svg
index fa7399f..fa7399f 100644
--- a/assets/minima-social-icons.svg
+++ b/html/assets/minima-social-icons.svg
diff --git a/assets/seadling.svg b/html/assets/seadling.svg
index d135359..d135359 100644
--- a/assets/seadling.svg
+++ b/html/assets/seadling.svg
diff --git a/assets/style.css b/html/assets/style.css
index d688429..d688429 100644
--- a/assets/style.css
+++ b/html/assets/style.css
diff --git a/makefile b/makefile
index 60e19d8..a3ef4f2 100644
--- a/makefile
+++ b/makefile
@@ -33,7 +33,6 @@ $(HTML_DIR)/%.html: $(PAGE_DIR)/%.md
$(HTML_DIR)/index.html: $(HTML_DOCS) $(PAGE_FILES)
touch $(HTML_DIR)/.nojekyll
- ln -sf ../assets -t $(HTML_DIR)
pandoc -s --lua-filter=./tools/front_page.lua --template=./templates/main.html main.md \
--metadata=note_list:"$(SOURCE_FILES)" \
-o $@
@@ -44,4 +43,4 @@ all: $(HTML_DIR)/index.html
clean:
rm -r build
- rm -r html
+ find html -name "*.html" -type f -delete