From 4d3f7fe4d19b0bff06f53d11f34746b421c7c042 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 11 Aug 2026 15:31:39 -0500 Subject: Publish theme/static directly instead of copying it into content MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit org-ssg can read asset directories outside its source now, so the four files copied in — gpg.txt, robots.txt, salary.csv and styles.css — go back to having one home. `[build] assets = ["../theme/static"]` publishes that directory at /, which is where weblorg serves it from too. That also removes the note asking whoever comes next to keep two stylesheets identical, and picks up styles.min.css as a side effect. --- content/robots.txt | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 content/robots.txt (limited to 'content/robots.txt') diff --git a/content/robots.txt b/content/robots.txt deleted file mode 100644 index e4ea360..0000000 --- a/content/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -User-agent: * -Content-Signal: ai-train=yes, search=yes, ai-input=yes -Allow: / -Disallow: -Sitemap: https://cleberg.net/sitemap.xml -- cgit v1.2.3