From a1c7872a8b1601f17ac2f9c7a896c839cf9a221d Mon Sep 17 00:00:00 2001 From: wieerwill Date: Sun, 29 Mar 2026 14:57:28 +0200 Subject: [PATCH] add nostromo project json --- nostromo.project.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 nostromo.project.json 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" + } +}