Ari-web source code https://ari.lt/
Find a file
Ari Archer ef3d487b92 update @ Tue 25 Jan 20:43:53 EET 2022
Signed-off-by: Ari Archer <ari@mail.ari-web.xyz>
2022-01-25 20:43:53 +02: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 update @ Fri 14 Jan 18:38:21 EET 2022 2022-01-14 18:38:21 +02:00
page update @ Thu 20 Jan 17:19:44 EET 2022 2022-01-20 17:19:44 +02:00
scripts update @ Thu 20 Jan 16:59:33 EET 2022 2022-01-20 16:59:33 +02:00
.gitignore update @ Mon 1 Nov 19:27:49 EET 2021 2021-11-01 19:27:49 +02:00
favicon.ico update @ Sun 5 Sep 02:35:26 EEST 2021 2021-09-05 02:35:26 +03:00
git.sh update @ Thu 20 Jan 16:14:25 EET 2022 2022-01-20 16:14:25 +02:00
index.html Update index.html 2021-11-01 21:37:02 +08:00
LICENSE update @ Sun 23 Jan 04:58:28 EET 2022 2022-01-23 04:58:28 +02:00
Makefile update @ Fri 22 Oct 09:06:39 EEST 2021 2021-10-22 09:06:39 +03:00
netlify.toml update @ Tue 25 Jan 20:43:53 EET 2022 2022-01-25 20:43:53 +02:00
README.md update @ Mon 17 Jan 21:28:20 EET 2022 2022-01-17 21:28:20 +02:00
requirements.txt update @ Fri 29 Oct 08:59:14 EEST 2021 2021-10-29 08:59:14 +03:00
robots.txt update @ Wed 27 Oct 02:33:43 EEST 2021 2021-10-27 02:33:43 +03:00
sitemap.xml update @ Wed 27 Oct 03:06:27 EEST 2021 2021-10-27 03:06:27 +03:00

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