Create README

This commit is contained in:
Korbs 2025-01-25 00:41:44 -05:00
parent 7d4de88df4
commit e5703fc7c3
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U

32
README.md Normal file
View file

@ -0,0 +1,32 @@
# Vacy
Template for Jekyll
## About
This was originally the website for BlueAnimates, a blender animator from Youtube. This website was dropped in 2023 and has been collecting dust in my archive since. So here it is as a template for Jekyll.
## Host
Use the provided `docker-compose.yml` file with the source code.
```yaml
services:
jekyll:
image: bretfisher/jekyll-serve
volumes:
- .:/site
ports:
- '6075:4000'
```
Just run:
```bash
docker compose up -d
```
The website will update live if you change anything.
___
[NON-AI-MIT License](https://ark.sudovanilla.org/Korbs/Vacy/src/branch/main/LICENSE) | Developed by [SudoVanilla](https://sudovanilla.org/)