From cfc7ede025225cc2bde1236454ef2e66770ca7b2 Mon Sep 17 00:00:00 2001 From: samirmartins Date: Sun, 18 Aug 2024 18:30:59 -0300 Subject: [PATCH] Adding robots.txt and CNAME --- docs/CNAME | 1 + docs/robots.txt | 17 +++++++++++++++++ mkdocs.yml | 3 ++- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 docs/CNAME create mode 100644 docs/robots.txt diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 0000000..f9054d2 --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +pydaq.org \ No newline at end of file diff --git a/docs/robots.txt b/docs/robots.txt new file mode 100644 index 0000000..c5af94e --- /dev/null +++ b/docs/robots.txt @@ -0,0 +1,17 @@ +User-agent: * +Disallow: /admin/ +Disallow: /private/ +Disallow: /tmp/ +Disallow: /drafts/ +Disallow: /404.html +Disallow: /500.html + +Allow: / + +Allow: /*.css$ +Allow: /*.js$ +Allow: /*.jpg$ +Allow: /*.png$ +Allow: /*.gif$ + +Sitemap: https://pydaq.org/sitemap.xml diff --git a/mkdocs.yml b/mkdocs.yml index 457c8b1..94ee8d7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ site_name: PYDAQ site_description: Data Acquisition and Experimental Analysis with Python site_author: Samir Angelo Milani Martins -site_url: https://www.samirmartins.com.br +site_url: https://www.pydaq.org repo_name: samirmartins/pydaq repo_url: https://github.com/samirmartins/pydaq @@ -41,3 +41,4 @@ theme: toggle: icon: material/brightness-4 name: Switch to light mode +