Mirror of the sourcecode for my blog, original repo: https://github.com/NobbZ/blog-nobbz-dev
fork

Configure Feed

Select the types of activity you want to include in your feed.

licensing

+2
+2
package.json
··· 2 2 "name": "blog-nobbz-dev", 3 3 "type": "module", 4 4 "version": "0.0.1", 5 + "private": true, 6 + "license": "CC-BY-4.0 AND MIT", 5 7 "scripts": { 6 8 "dev": "astro dev", 7 9 "start": "astro dev",