changeset 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 e4f02a31925d
children e85738e65064
files content/Coding/032-ww2-simulators-moved-to-github.rst pelicanconf.py
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/content/Coding/032-ww2-simulators-moved-to-github.rst	Thu Jul 02 15:20:39 2020 -0500
+++ b/content/Coding/032-ww2-simulators-moved-to-github.rst	Mon Feb 15 13:20:35 2021 -0600
@@ -1,11 +1,11 @@
-My WW-2 Simulators Have Moved to GitHub
-#######################################
+My WW-2 Crypto Simulators Have Moved to GitHub
+##############################################
 
 :date: 2020-07-02 15:00
 :tags: Enigma, Py-Enigma, m209, Purple, Cpp-Enigma, simulator
 :slug: my-ww2-simulators-have-moved-to-github
 :author: Brian Neal
-:summary: My WW-2 simulators have moved from Bitbucket to Github.
+:summary: My WW-2 crypto simulators have moved from Bitbucket to Github.
 
 `Bitbucket is dropping support for Mercurial`_. As a result, I have moved some
 of my repositories to Github_. Please update your bookmarks!
--- a/pelicanconf.py	Thu Jul 02 15:20:39 2020 -0500
+++ b/pelicanconf.py	Mon Feb 15 13:20:35 2021 -0600
@@ -26,8 +26,8 @@
 # Social widget
 SOCIAL = [
     ('twitter', 'https://twitter.com/bgneal'),
+    ('github', 'https://github.com/gremmie'),
     ('bitbucket', 'https://bitbucket.org/bgneal'),
-    ('github', 'https://github.com/gremmie'),
 ]
 
 DEFAULT_PAGINATION = 10