datatalking / 2023_website

initial commit v1 poc, updating to v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Website

Simple personal website built with Python and Flask. The deployment was done with Frozen-Flask and Netlify.

I learned a lot working with a small flask app like this for version 1.0.1 and have added more functionality in version 2.0.0. I've added new features

  • Projects section
  • Overview of current projects and updates
  • Adding blog functionality
  • Adding screenshots of past dashboards
  • Adding curriculum tracker for my Masters program
  • More functionality comming soon. This page has been deprecated since September 2023; version 2.0.0 of My Portfolio. If you spot any errors or have corrections, please notify me by creating an issue. Since this is open source, I'm open to PR or collaboration.

Screen Shot 2023-08-22 at 3 00 36 PM

Development

If you install new packages, remember to update requirements.txt:

pip freeze > requirements.txt

Deployment

Netlify settings
  • Build command: python freeze.py
  • Publish directory: build

Notes

Read my Medium article to find out about why I created this repo and other fun stuff.

Future

  • this represents the final v1 of my portfolio blog
  • v2 will be a three column layout and 7 sub pages for
  • v2 Portfolio
  • v2 Blog
  • v2 Resources
  • v2 Projects
  • v2 CV
  • v2 About
  • v2 Search icon

About

initial commit v1 poc, updating to v2


Languages

Language:HTML 89.7%Language:CSS 7.9%Language:Python 2.4%