MIKE LEVIN AI SEO

Future-proof your skills with Linux, Python, vim & git as I share with you the most timeless and love-worthy tools in tech through my two great projects that work great together.

How To Control URLs and Links in Jekyll

I'm blogging using Jekyll and Github Pages and have just made some changes to the theme. I'm now following a DigitalOcean tutorial to control URLs and links in Jekyll - hoping for successful changes to propagate soon! Read my blog post to find out how I did it.

Successfully Controlling URLs and Links in Jekyll

By Michael Levin

Saturday, April 23, 2022

We are blogging using just a plain old text-file which currently becomes one long file on pythonically.com. On my last video I got Jekyll’s default blog post system working. Jekyll is a static site publishing system built into Github. The feature is called Github pages.

We changed our theme of Github Pages (through Github.com / Settings / Pages)

We did a git pull.

That got us our _config.yml file.

I’m following the instructions on this fine article: https://www.digitalocean.com/community/tutorials/how-to-control-urls-and-links-in-jekyll

I’m waiting for the Jekyll changes to propagate.

Success!

Categories