Pretty Urls

We change the build script to make the URL that we type in the browser more convenient and intuitive for us humans to read, in other words “prettier”.
Read more →

Separating Data From the Rest

Make the development process more productive by separating data from the rest. In this post, we give the data its own home.
Read more →

Creating Templates

In this post, we will go one step further in our static website development. We create 2 new pages using Jinja2 templates.
Read more →

Hello Website

In this post, we will build our first static page using python, an html template, and serve it locally.
Read more →

Setting Up Your Development Environment

First of a series of posts where we go over the process of building a static portfolio website. Here, we will set up our project on our local computer.
Read more →