ok
This commit is contained in:
2
.github/workflows/neocities.yml
vendored
2
.github/workflows/neocities.yml
vendored
@@ -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
7
compile.sh
Executable 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
0
notes/test.md
Normal file
Binary file not shown.
Binary file not shown.
@@ -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
0
public/notes/test.md
Normal file
Reference in New Issue
Block a user