Podcasts

I find listening to podcasts to be an excellent way to keep up to date with the latest news and learn about new subjects. As someone who walks a lot, I find being able to download and listen to podcasts on my phone a great feature. You can subscribe to shows to keep you up-to-date with the latest episodes, though not every subject is going to be of interest to you, in which case just skip the episodes.

Go To Post

Github pages and Jekyll

This blog is created using Jekyll, hosted on GitHub using GitHub Pages.

GitHub Pages are hosted directly from your repository, providing a very easy way to serve simple sites at zero cost. It’s very easy to set up, just create a repository called username.github.io, create a basic index.html page and once pushed to your repository your new page will be live at https://username.github.io, nice and easy!

Go To Post