This commit is contained in:
2025-04-25 20:50:51 +02:00
parent 9bb6711c8e
commit 9924a9de3f
7 changed files with 10 additions and 0 deletions

View File

@@ -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

7
compile.sh Executable file
View File

@@ -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

0
notes/test.md Normal file
View File

Binary file not shown.

Binary file not shown.

View File

@@ -120,6 +120,7 @@
<h2> what's coming </h2>
<p> 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</p>
<p> 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.</p>
</div>
</body>
</html>

0
public/notes/test.md Normal file
View File