add nostromo project json
This commit is contained in:
18
nostromo.project.json
Normal file
18
nostromo.project.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user