aboutsummaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 5544350..09236b4 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -43,8 +43,9 @@ PLUGINS = [
# PAGE_URL = 'pages/{slug}/'
# PAGE_SAVE_AS = 'pages/{slug}/index.html'
SITENAME = 'LibreTube'
-SITENAME_SINGLE = 'CL'
+SITENAME_SINGLE = 'LT'
SITEURL = 'https://lablibre.tuxfamily.org'
+SOURCE_URL = 'https://git.sr.ht/~heckyel/libretube'
# URL settings (http://docs.getpelican.com/en/stable/settings.html#url-settings)
RELATIVE_URLS = True