aboutsummaryrefslogtreecommitdiffstats
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py26
1 files changed, 14 insertions, 12 deletions
diff --git a/conf.py b/conf.py
index ab50599..355dcc2 100644
--- a/conf.py
+++ b/conf.py
@@ -951,20 +951,22 @@ FEED_LINKS_APPEND_QUERY = False
# A HTML fragment describing the license, for the sidebar.
# (translatable)
-LICENSE = ""
-# I recommend using the Creative Commons' wizard:
-# https://creativecommons.org/choose/
-LICENSE = """
-<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>"""
+LICENSE = """<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>"""
# A small copyright notice for the page footer (in HTML).
# (translatable)
-CONTENT_FOOTER = '<p>Contents &copy; {date} <a href="mailto:{email}">{author}</a> {license} </p> \
-<p><a href="https://www.discogs.com/user/dvzrv" target="_blank" >Discogs</a> | \
-<a href="https://www.flattr.com/profile/davezerave" target="_blank" >Flattr</a> | \
-<a href="https://www.github.com/dvzrv" target="_blank" >GitHub</a> | \
-<a href="https://www.gitlab.com/dvzrv" target="_blank" >GitLab</a> | \
-<a href="https://www.twitter.com/dvzrv" target="_blank" >Twitter</a> </p>'
+CONTENT_FOOTER = (
+ '<p>Contents &copy; {date} <a href="mailto:{email}">{author}</a> {license} </p>'
+ "<p>"
+ '<a href="https://archlinux.org/people/developers/#dvzrv" target="_blank" >Arch Linux</a>'
+ ' | <a href="https://gitlab.archlinux.org/dvzrv" target="_blank" >Arch Linux GitLab</a>'
+ ' | <a rel="me" href="https://chaos.social/@dvzrv" target="_blank" >Chaos.social</a>'
+ ' | <a href="https://codeberg.org/dvzrv" target="_blank" >Codeberg</a>'
+ ' | <a href="https://discogs.com/user/dvzrv" target="_blank" >Discogs</a>'
+ ' | <a href="https://github.com/dvzrv" target="_blank" >GitHub</a>'
+ ' | <a href="https://gitlab.com/dvzrv" target="_blank" >GitLab</a>'
+ "</p>"
+)
# Things that will be passed to CONTENT_FOOTER.format(). This is done
@@ -1034,7 +1036,7 @@ STRIP_INDEXES = True
# from indexing and other robotic spidering. * is supported. Will only be effective
# if SITE_URL points to server root. The list is used to exclude resources from
# /robots.txt and /sitemap.xml, and to inform search engines about /sitemapindex.xml.
-ROBOTS_EXCLUSIONS = ["/archive.html", "/category/*.html", "/about/index.html", "/impressum/index.html"]
+ROBOTS_EXCLUSIONS = ["/about/index.html", "/impressum/index.html"]
# Instead of putting files in <slug>.html, put them in <slug>/index.html.
# No web server configuration is required. Also enables STRIP_INDEXES.