Creating a Jekyll-style blog post URL in Astro It's not obvious from the examples, but you can emulate Jekyll-style blog post URLs including years and months in Astro. Nicholas C. Zakas March 14, 2023 • 6 min read JavaScriptAstroJekyll
Creating a Jekyll-style blog post year archive in Astro While not included in their default blog template, it is straightforward to create a year-based archive for your posts in Astro. Nicholas C. Zakas February 14, 2023 • 4 min read JavaScriptAstroJekyll
Scheduling Jekyll posts with Netlify and GitHub Actions Using a GitHub Action cron job to schedule Netlify builds for static site generated blog posts. Nicholas C. Zakas October 1, 2019 • 6 min read NetlifyStatic SiteGitHub
Outputting Markdown from Jekyll using hooks Jekyll hooks provide enough flexibility to modify posts before output. Nicholas C. Zakas April 16, 2019 • 10 min read JekyllLiquidRuby
Detecting new posts with Jekyll and Netlify Use Node.js to tell when a new Jekyll blog post is published. Nicholas C. Zakas September 4, 2018 • 5 min read JavaScriptJekyllNetlify
Scheduling Jekyll posts with Netlify and AWS Using AWS Lambda functions to schedule Netlify builds. Nicholas C. Zakas March 27, 2018 • 11 min read NetlifyStatic SiteAWS
From Wordpress to Jekyll: My new blog setup Nicholas C. Zakas August 26, 2015 • 10 min read BlogJekyllNginx