add nostromo project json

This commit is contained in:
2026-03-29 14:57:28 +02:00
parent bc84b7aeae
commit a1c7872a8b

18
nostromo.project.json Normal file
View File

@@ -0,0 +1,18 @@
{
"schemaVersion": 1,
"slug": "AdventOfCode2024",
"title": "🎄 Advent of Code 2024 🎄",
"description": "Welcome to my repository where I share my solutions for the [Advent of Code 2024](https://adventofcode.com/2024). Advent of Code is an annual online event where participants solve a series of programming puzzles released daily from December 1st until December 25th. Each puzzle is a fun and unique challenge designed to test problem-solving skills.",
"repo": {
"visibility": "public",
"url": "https://git.wieerwill.dev/wieerwill/AdventOfCode2024"
},
"site": {
"published": false,
"featured": false
},
"readme": {
"path": "README.md",
"excerptMode": "first-paragraph"
}
}