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

personal-website

TheJoeCoder's avatar
TheJoeCoder authored
f1fffad0
History

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