From: Adam Date: Mon, 22 Dec 2025 19:43:31 +0000 (-0700) Subject: Add robots.txt X-Git-Url: https://git.vexinglabs.com/?a=commitdiff_plain;ds=sidebyside;p=vexingworkshop.git Add robots.txt --- diff --git a/content/files/robots.txt b/content/files/robots.txt new file mode 100644 index 0000000..1c07868 --- /dev/null +++ b/content/files/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Content-Signal: ai-train=no, search=yes, ai-input=no +Allow: / diff --git a/pelicanconf.py b/pelicanconf.py index fb3c50e..69085be 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -3,6 +3,12 @@ SITENAME = 'Vexing Workshop' 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 = (