ari.lt/README.md

35 lines
1.6 KiB
Markdown
Raw Normal View History

<h1 align="center">Website</h1>
2022-01-17 21:28:20 +02:00
<p align="center">
<img src="https://img.shields.io/github/last-commit/TruncatedDinosour/website?color=red&style=flat-square">
<img src="https://img.shields.io/github/repo-size/TruncatedDinosour/website?color=red&style=flat-square">
<img src="https://img.shields.io/github/issues/TruncatedDinosour/website?color=red&style=flat-square">
<img src="https://img.shields.io/github/stars/TruncatedDinosour/website?color=red&style=flat-square">
</p>
<p align="center">
<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>
</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
1. Clone the repository: `git clone https://ari-web.xyz/git ari-web`
2. Enter the directory: `cd ari-web`
3. See the `/content/styles/config` and `/content/js/config` directories.
4. Open it in live server: `python3 -m http.server 5500`
5. Go to http://0.0.0.0:5500/ in your browser
6. Edit all stuff that is `ARI-WEB-SPECIFIC` in [netlify.toml](/netlify.toml)
7. Publish on [netlify](https://netlify.com/)
# Subdomains
- 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://legacy.blog.ari-web.xyz/ (source: https://legacy.blog.ari-web.xyz/git)
- https://school.ari-web.xyz/ (source: proprietary (I don't want people snooping on my homework lol))