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']