diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2025-08-13 17:16:50 -0400 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2025-08-13 17:38:13 -0400 |
commit | b8ee84f677da2a490bad58232f7aa4e571cc101d (patch) | |
tree | fe701a4d266e74e56c827029d2380a7fb17ef08a | |
parent | 2efa1572229e88d7ad83fd7925c8794b5b5b6ca3 (diff) | |
download | schiltknecht.org-b8ee84f677da2a490bad58232f7aa4e571cc101d.tar.gz schiltknecht.org-b8ee84f677da2a490bad58232f7aa4e571cc101d.tar.bz2 schiltknecht.org-b8ee84f677da2a490bad58232f7aa4e571cc101d.zip |
Configuration liens sociaux
-rw-r--r-- | pelicanconf.py | 9 |
1 files 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 |