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
|
PELICAN?=pelican
|
||||||
PELICANOPTS=
|
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
|
AUTHOR_FEED_RSS = None
|
||||||
|
|
||||||
# Blogroll
|
# Blogroll
|
||||||
LINKS = (('Pelican', 'http://getpelican.com/'),
|
LINKS = (('Hackmeeting', 'https://hackmeeting.org/'),)
|
||||||
('Python.org', 'http://python.org/'),
|
|
||||||
('Jinja2', 'http://jinja.pocoo.org/'),
|
|
||||||
('You can modify those links in your config file', '#'),)
|
|
||||||
|
|
||||||
# Social widget
|
# Social widget
|
||||||
SOCIAL = (('You can add links in your config file', '#'),
|
SOCIAL = (('Twitter','https://twitter.com/TomasBlisset'),)
|
||||||
('Another social link', '#'),)
|
|
||||||
|
|
||||||
DEFAULT_PAGINATION = 10
|
DEFAULT_PAGINATION = 10
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue