]> Vexing Labs - vexingworkshop.git/commitdiff
Add robots.txt master
authorAdam <ashamblin@digitalocean.com>
Mon, 22 Dec 2025 19:43:31 +0000 (12:43 -0700)
committerAdam <ashamblin@digitalocean.com>
Mon, 22 Dec 2025 19:43:31 +0000 (12:43 -0700)
content/files/robots.txt [new file with mode: 0644]
pelicanconf.py

diff --git a/content/files/robots.txt b/content/files/robots.txt
new file mode 100644 (file)
index 0000000..1c07868
--- /dev/null
@@ -0,0 +1,3 @@
+User-agent: *
+Content-Signal: ai-train=no, search=yes, ai-input=no
+Allow: /
index fb3c50eb7263ffa8448926ee1280fabb4577702b..69085be694ff4ad5db757e3a06c323af67c1a3d9 100644 (file)
@@ -3,6 +3,12 @@ SITENAME = 'Vex<wbr>ing Work<wbr>shop'
 SITEURL = "https://vexingworkshop.com"
 
 PATH = "content"
+STATIC_PATHS = [
+    'files/robots.txt'
+]
+EXTRA_PATH_METADATA = {
+    'files/robots.txt': {'path': 'robots.txt'},
+}
 
 TIMEZONE = 'America/Denver'
 
@@ -30,6 +36,7 @@ LINKS = (
 SOCIAL = (
     ("Instagram", "https://www.instagram.com/vexingworkshop/"),
     ("Mastodon", "https://hackers.town/@signal9@masto.hackers.town"),
+    ("Blue Sky", "https://bsky.app/profile/vexingworkshop.bsky.social"),
 )
 
 SCRIPTS = (