mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
Ari-web source code https://ari.lt/
47094a1a9d
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com> |
||
---|---|---|
.github/workflows | ||
.vscode | ||
api | ||
content | ||
favicons | ||
page | ||
scripts | ||
.editorconfig | ||
.eslintrc.js | ||
.gitignore | ||
index.html | ||
LICENSE | ||
Makefile | ||
manifest.json | ||
netlify.toml | ||
package-lock.json | ||
package.json | ||
README.md | ||
robots.txt | ||
sitemap.xml |
Website
My website's source code.
Customising when self-hosting
- Clone the repository:
git clone https://ari-web.xyz/git ari-web
- Enter the directory:
cd ari-web
- See the
/content/styles/config
and/content/js/config
directories. - Open it in live server:
python3 -m http.server 5500
- Go to http://0.0.0.0:5500/ in your browser
- Edit all stuff that is
ARI-WEB-SPECIFIC
in netlify.toml - Publish on netlify
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))
- https://user.ari-web.xyz/ (source: https://user.ari-web.xyz/git)