Skip to content
Snippets Groups Projects
Select Git revision
  • 7757278117eeb84d530c31d97ec1463ec949d7ee
  • master default protected
2 results

personal-website

Personal Website

This is my personal website, written in HTML, CSS, and JS. Using JS native canvas for the background.

Custom JSON file-based projects display which is run through a Python script via GitLab Pages to generate the static html - using Jinja2 tempating engine.

Building

This is built automagically by GitLab CI, however, to build it manually:

# Install requirements
pip install -r requirements.txt

# BUILD LE SITE
python3 build_site.py