Posts Using Azure DevOps Pipeline to automatically build and publish your Jekyll static website
Post
Cancel

Using Azure DevOps Pipeline to automatically build and publish your Jekyll static website

Using Azure DevOps to build and deploy Jekyll static website

This article is part of the series where I hope to cover the most common cloud-unique scenarios for hosting your website.

Depending on when you are reading this, some of them might not be published yet. Make sure you come back or subscribe to my RSS feed to get notified when new articles are published.

Azure website hosting series

#NameRelease date
1Configure Azure storage for static website hosting 
2Using Azure DevOps Pipeline to automatically build and publish your Jekyll static websiteThis Article
3Configuring Custom Domain and CDN for Azure Website HostingMay
4Hosting WordPress website in AzureMay
5How to host your website in Azure App ServiceMay
6Using GitHub Pages and GitHub Actions for automatic website deploymentMay
7Comparison of Azure Static Website hosting and GitHub PagesMay
8Using Azure Cognitive Services to add search function to static website hosted in AzureMay

Azure Static Website Hosting and Static Website Generators

Static website generators such as Jekyll help us use static websites that look and feel like dynamic content websites. You can have a static blog, that contains tags, categories, articles, that are searchable and interactive. Maintaining this manually in static pages will be very time consuming and not very practical.

Static website generators, however, require installation of multiple software prerequisites and expect us to build a website every time we make a change.

We can use Azure DevOps to automate the installation of all prerequisites and site build process.

Configuring Azure DevOps

In my video contribution to Virtual Global Azure Bootcamp UK & Ireland, I explain how you can do that quickly and easily.

In case you still have some questions, do not hesitate to let me know.

Vukašin Terzić

This post is licensed under CC BY 4.0