2022-02-27 12:41:37 +02:00
|
|
|
<h1 align="center">Website</h1>
|
2022-01-17 21:28:20 +02:00
|
|
|
|
2022-02-27 12:28:32 +02:00
|
|
|
<p align="center">
|
2022-02-27 12:41:37 +02:00
|
|
|
<a href="https://app.netlify.com/sites/ari-web/deploys">
|
|
|
|
<img alt="Netlify Status" src="https://api.netlify.com/api/v1/badges/4ac67547-6444-4c67-9a54-c7f8fb28427b/deploy-status"/>
|
|
|
|
</a>
|
2022-02-27 12:28:32 +02:00
|
|
|
</p>
|
|
|
|
|
2022-01-13 19:06:28 +02:00
|
|
|
### [My website's](https://www.ari-web.xyz/) source code.
|
2021-09-05 02:21:11 +03:00
|
|
|
|
|
|
|
# Customising when self-hosting
|
2022-01-17 21:28:20 +02:00
|
|
|
|
2021-10-23 07:41:00 +00:00
|
|
|
1. Clone the repository: `git clone https://github.com/TruncatedDinosour/website`
|
2021-10-22 22:36:09 +00:00
|
|
|
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
|
2022-01-17 21:28:20 +02:00
|
|
|
7. Edit all stuff that is `ARI-WEB-SPECIFIC` in [netlify.toml](/netlify.toml)
|
|
|
|
8. Publish
|
2022-02-26 15:07:20 +02:00
|
|
|
|
|
|
|
# Subdomains
|
|
|
|
|
2022-02-27 12:28:32 +02:00
|
|
|
- https://www.ari-web.xyz/ (source: https://ari-web.xyz/git)
|
|
|
|
- https://files.ari-web.xyz/ (source: https://files.ari-web.xyz/git)
|
|
|
|
- https://blog.ari-web.xyz/ (source: https://blog.ari-web.xyz/git)
|
|
|
|
- https://tcl.ari-web.xyz/ (source: https://tcl.ari-web.xyz/filetree.html)
|