Jordan Schilling | Technologist, Software Builder, and Engineer
Software engineer focused on automation systems, experimental tools, and developer productivity. Projects, dev logs, and technical writing.
by Jordan Schilling
Today I focused on the infrastructure of the site—ensuring that content flows dynamically from the _posts directory without breaking navigation.
I explored the Jekyll documentation and used AI as a thought partner to understand the underlying backend of the platform:
_posts folder.for loops to iterate over posts and render them automatically.The breakthrough was realizing that my paths weren’t respecting the site’s subfolder structure. I updated the _config.yml and forced the links to include the baseurl:
<a href=""></a>
Linked to a custom domain:
url: "https://jordanschilling.me"
baseurl: ""