Mercurial > public > pelican-blog
comparison pelicanconf.py @ 24:ae90dc3de83d
Capture last blog edit.
Put github before bitbucket in blog roll.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 15 Feb 2021 13:20:35 -0600 |
parents | a893739e9587 |
children | e85738e65064 |
comparison
equal
deleted
inserted
replaced
23:e4f02a31925d | 24:ae90dc3de83d |
---|---|
24 ] | 24 ] |
25 | 25 |
26 # Social widget | 26 # Social widget |
27 SOCIAL = [ | 27 SOCIAL = [ |
28 ('twitter', 'https://twitter.com/bgneal'), | 28 ('twitter', 'https://twitter.com/bgneal'), |
29 ('github', 'https://github.com/gremmie'), | |
29 ('bitbucket', 'https://bitbucket.org/bgneal'), | 30 ('bitbucket', 'https://bitbucket.org/bgneal'), |
30 ('github', 'https://github.com/gremmie'), | |
31 ] | 31 ] |
32 | 32 |
33 DEFAULT_PAGINATION = 10 | 33 DEFAULT_PAGINATION = 10 |
34 | 34 |
35 # Uncomment following line if you want document-relative URLs when developing | 35 # Uncomment following line if you want document-relative URLs when developing |