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
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ logo-manager/logos-webp/
logo-manager/node_modules/
logo-manager/package-lock.json

# Generated org images (pipeline output, not version-controlled)
images/**/*.webp
images/**/*.png
images/**/*.jpg

# others
/sample-gsoc-guide/
/things-to-do/
Expand Down
Empty file added images/2026/.gitkeep
Empty file.
Empty file added images/tech-stack/.gitkeep
Empty file.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"gsoc:transform": "npx tsx scripts/transform-year-organizations.ts",
"gsoc:yearly": "npx tsx scripts/generate-yearly-page-from-json.ts",
"gsoc:regen": "npx tsx scripts/regenerate-tech-topics-from-json.ts",
"gsoc:sync": "npx tsx scripts/fetch-year-data.ts && npx tsx scripts/transform-year-organizations.ts && npx tsx scripts/generate-yearly-page-from-json.ts && npx tsx scripts/regenerate-tech-topics-from-json.ts"
"gsoc:images": "npx tsx scripts/process-org-images.ts",
"gsoc:sync": "npx tsx scripts/fetch-year-data.ts && npx tsx scripts/transform-year-organizations.ts && npx tsx scripts/process-org-images.ts --local-only && npx tsx scripts/generate-yearly-page-from-json.ts && npx tsx scripts/regenerate-tech-topics-from-json.ts"
},
"dependencies": {
"@prisma/client": "5.22.0",
Expand All @@ -41,8 +42,10 @@
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.700.0",
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@smithy/node-http-handler": "^4.4.10",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
Expand All @@ -52,6 +55,7 @@
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"prisma": "5.22.0",
"sharp": "^0.34.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
Expand All @@ -61,4 +65,4 @@
"eslint --fix"
]
}
}
}
Loading
Loading