From 943379f1e79a7e6ff2f1dcefee93dd0a3cf45004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 10 Mar 2019 21:45:40 -0500 Subject: [PATCH] added of robots.txt --- content/robots.txt | 3 +++ pelicanconf.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 content/robots.txt diff --git a/content/robots.txt b/content/robots.txt new file mode 100644 index 0000000..818f4c3 --- /dev/null +++ b/content/robots.txt @@ -0,0 +1,3 @@ +User-Agent: * + +Sitemap: https://conocimientoslibres.tuxfamily.org/sitemap.xml diff --git a/pelicanconf.py b/pelicanconf.py index 9521cde..42f9c21 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -49,7 +49,7 @@ AUTHORS_URL = 'pages/créditos/' AUTHORS_SAVE_AS = 'pages/créditos/index.html' ARCHIVES_URL = 'archives/' ARCHIVES_SAVE_AS = 'archives/index.html' -STATIC_PATHS = ['asciicasts', 'heckyel_pub.asc', 'wp-content', 'vendor'] +STATIC_PATHS = ['asciicasts', 'heckyel_pub.asc', 'robots.txt', 'wp-content', 'vendor'] PAGE_EXCLUDES = ['asciicasts', 'wp-content', 'vendor'] ARTICLE_EXCLUDES = ['asciicasts', 'wp-content', 'vendor']