Some Updates to My Blogging Setup
Following my departure from Twitter, as well documented here, it was time for me to make some changes to my blogging setup. First, as for my domain numericcitizen.me
, I moved my DNS setup off WordPress.com to GoDaddy, so that everything is in one place. Plus, I have more control on GoDaddy than on WordPress.com. This change was required so I could add a subdomain, blog.numericcitizen.me
and point it to Micro.blog, numericcitizen.micro.blog
. My main site is not about blogging but about publishing longer articles on subjects that I care about, like Apple or general software and services matters. The change was easy to execute but took some time to go into effect.
https://blog.numericcitizen.me (blogging site on Micro.blog)
https://numericcitizen.me (main site on WordPress.com)
On Micro.blog, entering my custom domain name is mandatory and Micro.blog handles all the rest. Nothing is broken. Even the RSS feed still works. I also added a way for a reader to respond to any individual post by using a plugin named “Conversation on Micro.blog”. I had to create a custom theme, based on Marfa, for setting up the plugin. Again, that was super easy to achieve.
Finally, I made a tweak to the CSS setup so the highlight colour is more in line with my avatar: some kind of blue.
nav.main-nav a.cta {
background: #fff;
color: #548EB9;
border: 2px solid #548EB9; }
nav.main-nav a.cta:hover {
background: #548EB9;
color: #FFFFFF;}
nav.main-nav a, #footer a, #post-nav a, p a{
box-shadow: inset 0 -2px 0 #548EB9;}
nav.main-nav a:hover, #footer a:hover, #post-nav a:hover, p a:hover {
box-shadow: inset 0 -25px 0 #548EB9;}
With these changes, I’m ready to start the year.