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

Configure Feed

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

at code-meta 14 lines 284 B view raw
1--- 2// SPDX-FileCopyrightText: 2025 Norbert Melzer 3// SPDX-FileContributor: Norbert Melzer 4// 5// SPDX-License-Identifier: MIT 6 7import NobbzDev from "../layouts/NobbzDev.astro"; 8 9import { H1 } from "../components/Typography"; 10--- 11 12<NobbzDev title="Astro"> 13 <H1>Astro</H1> 14</NobbzDev>