Archive of posts with category 'automation'

Automating Jekyll Content Updates with GitHub Actions and Liquid Data

As your static site grows, managing and updating content manually becomes time-consuming. Whether you run a blog, documentation hub, or resource library built with Jekyll, small repetitive tasks like updating...

What Makes Jekyll and GitHub Pages a Perfect Pair for Beginners in JAMstack Development

For many beginners exploring modern web development, understanding how Jekyll and GitHub Pages work together is often the first step into the JAMstack world. This combination offers simplicity, automation, and...

Can You Build Membership Access on Mediumish Jekyll

Building Subscriber-Only Sections or Membership Access in Mediumish Jekyll Theme is entirely possible — even on a static site — when you combine the theme’s lightweight HTML output with modern...

How Does the JAMstack Approach with Jekyll GitHub and Liquid Simplify Modern Web Development

Understanding the JAMstack using Jekyll, GitHub, and Liquid is one of the simplest ways to build fast, secure, and scalable websites without managing complex backend servers. Whether you are a...

Building a GitHub Actions Workflow to Use Jekyll Picture Tag Automatically

GitHub Pages offers a powerful and free way to host your static blog, but it comes with one major limitation — only a handful of Jekyll plugins are officially supported....

How Can You Automate Jekyll Builds and Deployments on GitHub Pages

Building and maintaining a static site manually can be time-consuming, especially when frequent updates are required. That’s why developers like ayushiiiiii thakur often look for ways to automate Jekyll builds...