master
Petr Masopust 3 years ago
parent aa6fa5a931
commit edeedac5e1
  1. 1
      pelicanconf.py
  2. 2
      theme/static/robots.txt

@ -38,6 +38,7 @@ DEFAULT_PAGINATION = 10
STATIC_PATHS = ['images', 'static'] STATIC_PATHS = ['images', 'static']
EXTRA_PATH_METADATA = { EXTRA_PATH_METADATA = {
'static/index.stupid': {'path': 'index.html'}, 'static/index.stupid': {'path': 'index.html'},
'static/robots.txt': {'path': 'robots.txt'},
} }
PLUGIN_PATHS = ["github/pelican-plugins"] PLUGIN_PATHS = ["github/pelican-plugins"]
PLUGINS = ["photos"] PLUGINS = ["photos"]

@ -1,2 +0,0 @@
User-agent: *
Allow: /
Loading…
Cancel
Save