mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
Ari-web source code https://ari.lt/
.github/workflows | ||
.vscode | ||
content | ||
data | ||
page | ||
scripts | ||
favicon.ico | ||
git.sh | ||
index.html | ||
LICENSE | ||
Makefile | ||
netlify.toml | ||
README.md | ||
requirements.txt | ||
robots.txt |
Website
My website's source code.
Customising when self-hosting
- Clone the repository:
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