diff --git a/nostromo.project.json b/nostromo.project.json new file mode 100644 index 0000000..b93b087 --- /dev/null +++ b/nostromo.project.json @@ -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" + } +}