diff --git a/README.md b/README.md index 5e68659705da3a16fe56104d4cf57b4bbfe99850..5b2ebd22a4d014db88474d0f3a012bb6ca30ad71 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,14 @@ 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: +```bash +# Install requirements +pip install -r requirements.txt + +# BUILD LE SITE +python3 build_site.py + +``` \ No newline at end of file