Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .env.local

This file was deleted.

4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ yarn-error.log*
.million

#Tinybird
/tinybird
/tinybird

.claude/
Empty file added .gitkeep
Empty file.
Binary file modified bun.lockb
Binary file not shown.
16 changes: 16 additions & 0 deletions fetch.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/bash
cd /tmp
echo "=== COMPONENTS LIST ==="
gh api repos/Penn-Lam/Penn.dev.blog/contents/src/components --jq '.[].name'
echo ""
echo "=== sunny-mode.js ==="
gh api repos/Penn-Lam/Penn.dev.blog/contents/src/components/sunny-mode.js --jq '.content' | base64 -d
echo ""
echo "=== penflow-signature.js ==="
gh api repos/Penn-Lam/Penn.dev.blog/contents/src/components/penflow-signature.js --jq '.content' | base64 -d
echo ""
echo "=== friends/page.js ==="
gh api repos/Penn-Lam/Penn.dev.blog/contents/src/app/friends/page.js --jq '.content' | base64 -d
echo ""
echo "=== friend-card.js ==="
gh api repos/Penn-Lam/Penn.dev.blog/contents/src/components/friend-card.js --jq '.content' | base64 -d
Loading
Loading