From 1ae89f63d067e703eb39c9b0790772c3d08fcd54 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 14 Apr 2023 14:26:11 +0200 Subject: [PATCH] Feat(plugin): enable source-link plugin --- pelicanconf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pelicanconf.py b/pelicanconf.py index abfd597..ad8ecb3 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -44,6 +44,7 @@ PLUGINS = [ "tag_cloud", "pdf-img", "big-button", + "source-link", ] ALWAYS_MODIFIED = True @@ -90,3 +91,7 @@ CATEGORY_FEED_ATOM = None TRANSLATION_FEED_ATOM = None AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None + +# SOURCE LINK +GIT_SOURCE_BASE_URL = "https://git.opytex.org/lafrite/2022-2023/src/branch/main" +SOURCE_ICON_URL = "https://git.opytex.org/assets/img/logo.svg"