diff --git a/.drone.yml b/.drone.yml index 95d2d147..be57ea8e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,6 +23,7 @@ steps: - cd /usr/src/app - cp ./content/.quartz/quartz.config.ts . - cp ./content/.quartz/quartz.layout.ts . + - cp ./content/.quartz/robots.txt ./content - npx quartz build - mv public /drone/src - name: publish to server @@ -53,6 +54,6 @@ steps: # drone sign --save upagge/digital-garden --- kind: signature -hmac: f0242580342a4e8a52075fc770ff05987528783888bb326f14905fb04df6ade1 +hmac: 7dcf055d9ffc3dce5216a071e6de13e029a09eef47b5d9c1078a323e0b86cd25 ... diff --git a/.quartz/robots.txt b/.quartz/robots.txt new file mode 100644 index 00000000..beab3585 --- /dev/null +++ b/.quartz/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Disallow: + +Sitemap: https://garden.struchkov.dev/ru/sitemap.xml \ No newline at end of file