ari.lt/README.md
Ari Archer 96f8008a89 update @ Sat 26 Feb 15:07:20 EET 2022
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-02-26 15:07:20 +02:00

852 B

Website

My website's source code.

Customising when self-hosting

  1. Clone the repository: git clone https://github.com/TruncatedDinosour/website
  2. Enter the directory: cd website
  3. Install python dependencies: python3 -m pip install -r requirements.txt
  4. See the /content/styles/config and /content/js/config directories.
  5. Open it in live server: python3 -m http.server 5500
  6. Go to http://0.0.0.0:5500/ in your browser
  7. Edit all stuff that is ARI-WEB-SPECIFIC in netlify.toml
  8. Publish

Subdomains