# HG changeset patch # User Brian Neal # Date 1613416835 21600 # Node ID ae90dc3de83da047e830ef899233c481a488a9c2 # Parent e4f02a31925db50284b4d6bb4af27926ffe0e8ad Capture last blog edit. Put github before bitbucket in blog roll. diff -r e4f02a31925d -r ae90dc3de83d content/Coding/032-ww2-simulators-moved-to-github.rst --- 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! diff -r e4f02a31925d -r ae90dc3de83d pelicanconf.py --- 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