diff --git a/conf.py b/conf.py index cc1e5f8..c48ca2f 100644 --- a/conf.py +++ b/conf.py @@ -33,6 +33,12 @@ compress_output_files = ['html', 'css', 'js'] # Tracked IP tracked_ip = ['192.168.1.1'] +# Excluded IP +excluded_ip = [ + # r'192.168.*', # Local +] + +# Feeds url feeds = [r'^.*/atom.xml$', r'^.*/rss.xml$'] # Consider xml files as multimedia (append to current list)