From 9924a9de3f1ea1df66835b4ae5c4f3f59405e502 Mon Sep 17 00:00:00 2001 From: bvanroll Date: Fri, 25 Apr 2025 20:50:51 +0200 Subject: [PATCH] ok --- .github/workflows/neocities.yml | 2 ++ compile.sh | 7 +++++++ notes/test.md | 0 public/.index.html.swp | Bin 20480 -> 20480 bytes public/.main.css.swp | Bin 12288 -> 0 bytes public/index.html | 1 + public/notes/test.md | 0 7 files changed, 10 insertions(+) create mode 100755 compile.sh create mode 100644 notes/test.md delete mode 100644 public/.main.css.swp create mode 100644 public/notes/test.md diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index 97022a3..ab7215a 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -24,6 +24,8 @@ jobs: steps: - uses: actions/checkout@v4 + - name: test + run: ./compile.sh - name: Deploy to neocities uses: bcomnes/deploy-to-neocities@v1 diff --git a/compile.sh b/compile.sh new file mode 100755 index 0000000..8972936 --- /dev/null +++ b/compile.sh @@ -0,0 +1,7 @@ +for entry in notes/* +do + echo $entry + git log --follow --format=%ad --date=format:'%Y-%m-%d' -- $entry + echo $test +done + diff --git a/notes/test.md b/notes/test.md new file mode 100644 index 0000000..e69de29 diff --git a/public/.index.html.swp b/public/.index.html.swp index 3648bb3207f75bc3234240b377636077c2d6a37d..8c213517574ed5217b232cd5a81a18edef074952 100644 GIT binary patch delta 470 zcmYL_!Ait15QbA$RzZdJqIl84ix=stCta4ki+J#$XVY!kWKA-qO}7+;T~B)V1$+hR zLwNKo_y{6Cf|Krofu9UBlmDB^{56=r2HVl`?Zp+GhbN3qkFm%1b%{rB+n=4_rupsM zZ3Mf`b+6gq{OK|_SzR>kzHA*|?yamb)**dS_L=lVdLZSb$!ZgmjsG)FWl7NC-jL{fj;{nmB{14~4z_y{~SKL|-hTjX~RJ?A@ zjR1#>q^B0ZBP6b=!AUGr>58x&M1kZ}L9@VEm*gO^@(*M3cOZD7bREJ)ES8(b5D_KP vt$UeiWQ7p+I%+puFQqPb92m}}y6pnLetkT{nc9WTrVe<#(1Rh3_&4B`&<#~NL m7#OwyF-VcfWI+ROu46#n9B2#7u%{Ro}IP`x^_3&ZmBi}trV*syeRcrW|P@wY?2Ad>~5?0fmapJ z-n{nK;s;*62>uWHAE-B_7t!BjcWteQLaBwq8+bCzo0)gsc`}z}Q+ID)zriOfRfg*r zWA8uoht+d;4}M!`tS-}3+W0nCTu&>J_C>VKxCcc-=c+PJBDJrKlDU&M>yh%ESg54p z=lM1%=rI`}13NL$G>!6wK~@{9x_0`=@DM+7d~PS1Xbu@517v^wLDtHN=03XbOTi_;` z0pp<9?>>BAR5BSL17v^v zfyYN`wOZ$({&N8B>D|4Wievt_Y|a}xG3ADcRfO|AJgYLnXLKNkM|rFhou|Ub`>*R@ z**cn5ajG-Jn^|-wG$zeG$MJ)tawiXDq*_@ek@&nmjhzPa_((H7Q5mba4mM`8A~ what's coming

i really wanna make a shader that emulates my "boxes" i've been drawing recently and use it as the background for this page. It's gonna be a wip but i think it's gonna be really cool if i can get it to work. I hope i can do it in 2d emulating 3d but i might have to do the 3d shader thing that i'm dreading

+

also i really wanna make a way for me to make posts about my thoughts. but i have no clue how to do it easily. Ideally i'd be able to upload from my phone. gotta figure something out for that.

diff --git a/public/notes/test.md b/public/notes/test.md new file mode 100644 index 0000000..e69de29