From b8ee84f677da2a490bad58232f7aa4e571cc101d Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Wed, 13 Aug 2025 17:16:50 -0400 Subject: Configuration liens sociaux --- pelicanconf.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 534bace..3ad6d83 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -22,10 +22,11 @@ THEME = "./themes/dev-urandom" LINKS = (('Wiki de Jérome', 'http://wiki.drouet.eu/'),) # Social widget -# SOCIAL = ( -# ("You can add links in your config file", "#"), -# ("Another social link", "#"), -# ) +SOCIAL = ( + ("Git", "https://git.chemicalstorm.org/"), + ("GitHub", "https://github.com/audricschiltknecht/"), + ("LinkedIn", "https://www.linkedin.com/in/audricschiltknecht/"), +) DEFAULT_PAGINATION = 10 -- cgit v1.2.3-70-g09d2