this repo has no description
0
fork

Configure Feed

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

+

Altagos 6d8ac967 1502d215

+1 -3
-3
.build.yml
··· 13 13 tasks: 14 14 - package: | 15 15 cd $site 16 - set +x 17 - deno cache _config.ts 18 - set -x 19 16 deno task deploy 20 17 cp ./site.tar.gz ../site.tar.gz 21 18 - upload: |
+1
src/robots.ts
··· 8 8 export default function (options: Options) { 9 9 return (site: Site) => { 10 10 site.addEventListener("beforeSave", async () => { 11 + console.log("Fetching robots.txt from DarkVisitors... (api_key: " + options.api_key + ")"); 11 12 const robotsTXT = await fetch("https://api.darkvisitors.com/robots-txts", { 12 13 method: "POST", 13 14 headers: {