Ari-web source code https://ari.lt/
Find a file
TruncatedDinosour c0985e6761 Merge pull request #8 from TruncatedDinosour/imgbot
[ImgBot] Optimize images
2022-02-27 10:32:23 +00:00
.github/workflows update @ Sat 23 Oct 01:48:23 EEST 2021 2021-10-23 01:48:23 +03:00
.vscode update @ Mon 1 Nov 20:05:35 EET 2021 2021-11-01 20:05:35 +02:00
content [ImgBot] Optimize images 2022-02-27 10:29:39 +00:00
favicons [ImgBot] Optimize images 2022-02-27 10:29:39 +00:00
page update @ Sun 20 Feb 06:21:34 EET 2022 2022-02-20 06:21:34 +02:00
scripts update @ Thu 20 Jan 16:59:33 EET 2022 2022-01-20 16:59:33 +02:00
.editorconfig update @ Sat 26 Feb 15:07:20 EET 2022 2022-02-26 15:07:20 +02:00
.eslintrc.js update @ Sat 26 Feb 15:07:20 EET 2022 2022-02-26 15:07:20 +02:00
.gitignore update @ Sat 26 Feb 15:07:20 EET 2022 2022-02-26 15:07:20 +02:00
git.sh update @ Sat 26 Feb 15:09:26 EET 2022 2022-02-26 15:09:26 +02:00
index.html Update index.html 2021-11-01 21:37:02 +08:00
LICENSE update @ Sat 26 Feb 15:07:20 EET 2022 2022-02-26 15:07:20 +02:00
Makefile update @ Fri 22 Oct 09:06:39 EEST 2021 2021-10-22 09:06:39 +03:00
netlify.toml update @ Sun 27 Feb 12:28:32 EET 2022 2022-02-27 12:28:32 +02:00
package-lock.json update @ Sat 26 Feb 15:07:20 EET 2022 2022-02-26 15:07:20 +02:00
package.json update @ Sat 26 Feb 15:07:20 EET 2022 2022-02-26 15:07:20 +02:00
README.md update @ Sun 27 Feb 12:28:32 EET 2022 2022-02-27 12:28:32 +02:00
requirements.txt update @ Tue 15 Feb 03:11:12 EET 2022 2022-02-15 03:11:12 +02:00
robots.txt update @ Sun 20 Feb 06:23:07 EET 2022 2022-02-20 06:23:07 +02:00
sitemap.xml update @ Sun 20 Feb 06:23:07 EET 2022 2022-02-20 06:23:07 +02:00

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

  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