From e5703fc7c37d2fae76c8cd109f35caa93e7fce0f Mon Sep 17 00:00:00 2001 From: Korbs Date: Sat, 25 Jan 2025 00:41:44 -0500 Subject: [PATCH] Create README --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aabab3c --- /dev/null +++ b/README.md @@ -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/) \ No newline at end of file