Ari-web source code https://ari.lt/
Find a file
2021-10-23 10:03:58 +03:00
.github/workflows update @ Sat 23 Oct 01:48:23 EEST 2021 2021-10-23 01:48:23 +03:00
.vscode update @ Sun 10 Oct 04:48:30 EEST 2021 2021-10-10 04:48:30 +03:00
content update @ Fri 22 Oct 07:46:24 EEST 2021 2021-10-22 07:46:24 +03:00
data update @ Sat 2 Oct 15:42:14 EEST 2021 2021-10-02 15:42:14 +03:00
page update @ Sat 23 Oct 10:03:58 EEST 2021 2021-10-23 10:03:58 +03:00
scripts update @ Sat 23 Oct 10:03:58 EEST 2021 2021-10-23 10:03:58 +03:00
favicon.ico update @ Sun 5 Sep 02:35:26 EEST 2021 2021-09-05 02:35:26 +03:00
git.sh update @ Fri 22 Oct 07:44:49 EEST 2021 2021-10-22 07:44:49 +03:00
index.html update @ Sat 23 Oct 01:04:16 EEST 2021 2021-10-23 01:04:16 +03:00
LICENSE Create LICENSE 2021-09-04 23:21:43 +00:00
Makefile update @ Fri 22 Oct 09:06:39 EEST 2021 2021-10-22 09:06:39 +03:00
netlify.toml update @ Sat 23 Oct 01:00:12 EEST 2021 2021-10-23 01:00:12 +03:00
README.md Update README.md 2021-10-22 22:36:09 +00:00
requirements.txt update @ Fri 22 Oct 07:40:32 EEST 2021 2021-10-22 07:40:32 +03:00
robots.txt update @ Sat 23 Oct 00:51:12 EEST 2021 2021-10-23 00:51:12 +03:00

Website

My website's source code.

Customising when self-hosting

  1. Clone the repository: 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. Publish