Skip to content
Snippets Groups Projects
Commit f1fffad0 authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Update README.md

parent 56d60ad9
Branches
No related tags found
No related merge requests found
Pipeline #224 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment