Browse Source

pelican updated

Alessio.Quaresima 3 years ago
parent
commit
c13bcb31da
3 changed files with 4 additions and 7 deletions
  1. 1 1
      Makefile
  2. 1 0
      pelican
  3. 2 6
      pelicanconf.py

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-PY?=python3
+PY?=python3.7
 PELICAN?=pelican
 PELICANOPTS=
 

+ 1 - 0
pelican

@@ -0,0 +1 @@
+Subproject commit 7a6686f4679adabdd690668a4ba7cedaf494e243

+ 2 - 6
pelicanconf.py

@@ -20,14 +20,10 @@ AUTHOR_FEED_ATOM = None
 AUTHOR_FEED_RSS = None
 
 # Blogroll
-LINKS = (('Pelican', 'http://getpelican.com/'),
-         ('Python.org', 'http://python.org/'),
-         ('Jinja2', 'http://jinja.pocoo.org/'),
-         ('You can modify those links in your config file', '#'),)
+LINKS = (('Hackmeeting', 'https://hackmeeting.org/'),)
 
 # Social widget
-SOCIAL = (('You can add links in your config file', '#'),
-          ('Another social link', '#'),)
+SOCIAL = (('Twitter','https://twitter.com/TomasBlisset'),)
 
 DEFAULT_PAGINATION = 10