Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

README.md

Blame
  • TheJoeCoder's avatar
    TheJoeCoder authored
    59292be4
    History
    README.md 541 B

    Personal Website

    Image preview

    View the Live 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