mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
485 B
485 B
Website
My website's source code.
Customising when self-hosting
- Clone the repository:
git clone https://github.com/TruncatedDinosour/website
- Enter the directory:
cd website
- Install python dependencies:
python3 -m pip install -r requirements.txt
- See the
/content/styles/config
and/content/js/config
directories. - Open it in live server:
python3 -m http.server 5500
- Go to http://0.0.0.0:5500/ in your browser
- Publish