No description
_includes/master | ||
_layouts | ||
_pages | ||
assets | ||
.gitignore | ||
_config.yml | ||
docker-compose.yml | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
README.md |
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.
services:
jekyll:
image: bretfisher/jekyll-serve
volumes:
- .:/site
ports:
- '6075:4000'
Just run:
docker compose up -d
The website will update live if you change anything.
NON-AI-MIT License | Developed by SudoVanilla