Jekyll is a simple, blog-aware, static site generator for personal, project, or organization sites.Documentation Index
Fetch the complete documentation index at: https://coollabstechnologiesbt.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Deploy with Nixpacks
Nixpacks needs a few prerequisites in your source code to deploy your Jekyll application. More info here.Deploy with Dockerfile
If you want simplicity, you can use a Dockerfile to deploy your Jekyll application.Prerequisites
- Set
Ports Exposesfield to80. - Create a
Dockerfilein the root of your project with the following content:
- Make sure you have a
GemfileandGemfile.lockin the root of your project. - Set the buildpack to
Dockerfile.