mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
232d116274
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
1 KiB
1 KiB
Website
[![Netlify Status](https://api.netlify.com/api/v1/badges/4ac67547-6444-4c67-9a54-c7f8fb28427b/deploy-status)](https://app.netlify.com/sites/ari-web/deploys)
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
- Edit all stuff that is
ARI-WEB-SPECIFIC
in netlify.toml - Publish