Build A Personal Blog

Table of Contents

In this series, I am going to guide you on how to create your very own blog! Yes, by the end of this tutorial, you will have a personal blog very much similar to this one up and running. If you so wish, you can use your new understanding to further customize it to make it more personal.

For your referrence, below is a list of the articles I have included in this series:

  1. Chapter 1: Hello, World!
  2. Chapter 2: Working with Templates
  3. Chapter 3: Flask Web Forms
  4. Chapter 4: Introduction to Database
  5. Chapter 5: Displaying User Comments
  6. Chapter 6: Styled Application
  7. Chapter 7: Working with Dates and Time

If you enjoy this article, please consider supporting my work and Patreon


Overview

This blog contains 5 parts:

  1. A simple Home Page containing all the articles
  2. An About Me page which shades light on who the author of the articles is
  3. A Portfolio page that shows all the projects you have been involved in
  4. A Hire Me Page which allows you to sell your services to interested persons
  5. My Interests Page which goes into detail about some of the things you really enjoy doing

The completed project code is found here. The deployed application is hosted on Heroku.