From 5412facc43476826bf6deb034c0dc7bdd6f361d8 Mon Sep 17 00:00:00 2001 From: bvanroll Date: Fri, 1 Aug 2025 13:17:28 +0200 Subject: [PATCH] test --- .DS_Store | Bin 6148 -> 6148 bytes .github/workflows/neocities.yml | 8 +- gen_games.sh | 11 + genhtml.sh => gen_posts.sh | 0 public/.DS_Store | Bin 8196 -> 6148 bytes public/games/lou.html | 1128 +++++++++++++++++++++++++++++++ public/games/lou.js | 413 +++++++++++ public/gaming.html | 9 + public/index.html | 1 + 9 files changed, 1569 insertions(+), 1 deletion(-) create mode 100755 gen_games.sh rename genhtml.sh => gen_posts.sh (100%) create mode 100644 public/games/lou.html create mode 100644 public/games/lou.js create mode 100644 public/gaming.html diff --git a/.DS_Store b/.DS_Store index 5dae0a16015a28594fbcbb8ed19dda4bbe4fa8d7..c0ddf1ab441c8b0bb1c08cf94f3e2ea8f596b663 100644 GIT binary patch literal 6148 zcmeHK&2G~`5S~q)pHdK!Xhk`IEOCvfTS6<~KnUT41PCLLpb+BNN=zNEi5+r?f~?-4 zPr#8k;K+e9aOA`d@dCU6;==4tRBzL?oDhPYX!l$1%@X*Q1Sw z6Ho{HO8Lzn$CpljysG-$1N~7qvo~zN#Z)Lx=7lZ{z)@z0{L|@(EC*xTy7cqw2gYH~ zI6b<{WOkIohwp!I6ddp%!jA_{pb$cUs)XRF%yQpw&Y7`UjyG@ZT#+0Ph~H)VJMk*- z+eiiS$dN*VtYekwiPx$(%k8E0=EkQ}{2gZUv)b(+q0Voy`3tBRzCW&3+Zo1@{GPmX zqQH+6%lblcb4I>UL|Z66vb%I>C#_@<*IWIE?CCD0fir2hoO`}EY?c?V(J*QGq1WdL zzUyJg=6yeO>99@*p&RpDTR7&?n&suu=)!unVy(2`Q{r$>=;0zaB86zwC ztQbY~!e>TQ8RNO#4+9!@uz#{B7ITQn(9*&oaoVjF&(t`dS!-f>f`u82 pO9k>2tmJXb8|)}v#=;GKCTk$pB&Gtf2TlJG;4B)qF;Q%yo}wr-0|Nsi1A_nqLncFVQh9MfQcix-#>C}}jLegL*#1tw r$Zob-frFi8V!^@9>>T_YK%JWfIlePb<`;3~0O|#4X4xDevW6J|_t+J? diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index 1998c16..41bdfbf 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -24,7 +24,7 @@ jobs: genhtml: ${{ needs.setup.outputs.genhtml }} run: | cd ${{github.workspace}} - ./genhtml.sh > public/posts.html + ./gen_posts.sh > public/posts.html - run: | cd ${{github.workspace}} for entry in notes/* @@ -36,6 +36,12 @@ jobs: dest+=".html" markdown-to-html --no-dark-mode false --markdown-style-theme light --source $entry --output $dest done + - name: gen_pico8 + run: | + cd ${{github.worpskace}} + ./gen_games.sh >> public/gaming.html + echo " " >> public/gaming.html + - name: Deploy to neocities uses: bcomnes/deploy-to-neocities@v1 with: diff --git a/gen_games.sh b/gen_games.sh new file mode 100755 index 0000000..a6d3248 --- /dev/null +++ b/gen_games.sh @@ -0,0 +1,11 @@ +html='