chore: cleanup

This commit is contained in:
svemagie
2026-03-19 10:46:49 +01:00
parent 38488afb15
commit 25b0258dd1
2 changed files with 0 additions and 53 deletions
-25
View File
@@ -1,25 +0,0 @@
# --- Required ---
SITE_URL=https://blog.giersig.eu
SITE_NAME="giersig."
AUTHOR_NAME=svemagie
# --- Optional but recommended ---
SITE_DESCRIPTION="A personal IndieWeb home. Long reads and loose notes, links and hunches, experiments in writing and thinking. My corner of the internet. Unsponsored, unoptimized, mine."
AUTHOR_BIO="pedestrian sociologist, mostly harmless"
AUTHOR_EMAIL="svemagie@anche.no"
AUTHOR_LOCATION=""
# --- Social feeds (enables auto-fetching) ---
SITE_SOCIAL="Fedify|https://blog.giersig.eu/activitypub/users/svemagie|activitypub,Bluesky|https://bsky.app/profile/svemagie.bsky.social|bluesky,GitHub|https://github.com/svemagie|github,IndieWeb|https://indieweb.org/User:Blog.giersig.eu|indieweb"
GITHUB_USERNAME=svemagie
BLUESKY_HANDLE=svemagie
# --- ActivityPub (IndieKit) ---
ACTIVITYPUB_HANDLE=svemagie
# --- Optional extras ---
AUTHOR_AVATAR="https://blog.giersig.eu/images/svemagie.jpg"
AUTHOR_TITLE=
AUTHOR_PRONOUN=
SITE_LOCALE=de
-28
View File
@@ -1,28 +0,0 @@
---
layout: layouts/base.njk
title: ChardonsBleus
permalink: /chardonsbleus/
eleventyExcludeFromCollections: true
---
<article>
<h1 class="text-2xl sm:text-3xl font-bold text-surface-900 dark:text-surface-100 mb-6">ChardonsBleus</h1>
<div class="w-full">
<link rel="stylesheet" href="https://embedbsky.com/embedbsky.com-master-min.css" />
<div id="embedbsky-com-timeline-embed"></div>
<script>
let containerWidth = 0, containerHeight = 800;
const getHtml = async (url) => {
const resp = await fetch(url);
return 200 !== resp.status ? '<p><strong>No feed data could be located</strong></p>' : resp.text();
};
document.addEventListener('DOMContentLoaded', async () => {
const timestamp = (new Date).toISOString();
const el = document.getElementById('embedbsky-com-timeline-embed');
el.style.width = "100%";
el.style.height = containerHeight + "px";
const html = await getHtml("https://embedbsky.com/feeds/b623eb5af0b6fb7966040b19bf734f8e11eee859965836a60fe5536a1f01990a.html?v=" + timestamp);
el.innerHTML = html;
});
</script>
</div>
</article>