Archived
Template
1
Fork 0
No description
This repository has been archived on 2025-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file Use this template
2025-01-25 00:41:44 -05:00
_includes/master :init: Launch as template 2025-01-25 00:33:01 -05:00
_layouts :init: Launch as template 2025-01-25 00:33:01 -05:00
_pages :init: Launch as template 2025-01-25 00:33:01 -05:00
assets :init: Launch as template 2025-01-25 00:33:01 -05:00
.gitignore :init: Launch as template 2025-01-25 00:33:01 -05:00
_config.yml :init: Launch as template 2025-01-25 00:33:01 -05:00
docker-compose.yml :init: Launch as template 2025-01-25 00:33:01 -05:00
Gemfile :init: Launch as template 2025-01-25 00:33:01 -05:00
Gemfile.lock :init: Launch as template 2025-01-25 00:33:01 -05:00
LICENSE :init: Launch as template 2025-01-25 00:33:01 -05:00
README.md Create README 2025-01-25 00:41:44 -05:00

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