From f1fffad031a10df1c00f3427772b0aa412db4424 Mon Sep 17 00:00:00 2001 From: TheJoeCoder <joe@radialbog9.uk> Date: Fri, 23 Aug 2024 16:44:52 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5e68659..5b2ebd2 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 -- GitLab