summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pelicanconf.py9
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