# HG changeset patch # User Brian Neal # Date 1532213275 18000 # Node ID a893739e9587be648af7ba64bab3f2793341b7fe # Parent 21a29f2520ca1fd8c68fa9774607acbe6aed4635 Updates for SSL diff -r 21a29f2520ca -r a893739e9587 pelicanconf.py --- a/pelicanconf.py Sat Aug 27 13:18:54 2016 -0500 +++ b/pelicanconf.py Sat Jul 21 17:47:55 2018 -0500 @@ -20,14 +20,12 @@ # Blogroll LINKS = [ - ('My Delicious', 'http://delicious.com/bgneal'), - ('My Careers 2.0 Profile', 'http://careers.stackoverflow.com/bgneal'), - ('SurfGuitar101.com', 'http://surfguitar101.com/'), + ('SurfGuitar101.com', 'https://surfguitar101.com/'), ] # Social widget SOCIAL = [ - ('twitter', 'http://twitter.com/bgneal'), + ('twitter', 'https://twitter.com/bgneal'), ('bitbucket', 'https://bitbucket.org/bgneal'), ('github', 'https://github.com/gremmie'), ] diff -r 21a29f2520ca -r a893739e9587 publishconf.py --- a/publishconf.py Sat Aug 27 13:18:54 2016 -0500 +++ b/publishconf.py Sat Jul 21 17:47:55 2018 -0500 @@ -10,7 +10,7 @@ sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'http://deathofagremmie.com' +SITEURL = 'https://deathofagremmie.com' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml'