Patrick's Software Blog

Generating a Static Site with Flask and Deploying it to Netlify

Desktop Computer on a Desk with the Flask and Frozen-Flask Logos on the Screen and the Netlify Logo on a wall behind the computer.

Introduction

This blog post demonstrates how to leverage the JAMstack with Python and Flask to build a recipe website:

Recipe Website Homepage

You'll learn how to generate a static site with Flask, via Frozen-Flask, and deploy it to Netlify:

Workflow of using Flask, Frozen-Flask, and Netlify

The full article can be found on TestDriven.io: https://testdriven.io/blog/static-site-flask-and-netlify/