pelican updated
This commit is contained in:
parent
207f809413
commit
c13bcb31da
3 changed files with 4 additions and 7 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
PY?=python3
|
||||
PY?=python3.7
|
||||
PELICAN?=pelican
|
||||
PELICANOPTS=
|
||||
|
||||
|
|
1
pelican
Submodule
1
pelican
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 7a6686f4679adabdd690668a4ba7cedaf494e243
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue