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 3648bb3..8c21351 100644 Binary files a/public/.index.html.swp and b/public/.index.html.swp differ diff --git a/public/.main.css.swp b/public/.main.css.swp deleted file mode 100644 index b182e9b..0000000 Binary files a/public/.main.css.swp and /dev/null differ diff --git a/public/index.html b/public/index.html index e3a0d05..96057d7 100644 --- a/public/index.html +++ b/public/index.html @@ -120,6 +120,7 @@

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