Skip to content
This repository has been archived by the owner on Dec 25, 2020. It is now read-only.
/ jekyll-firebase Public archive

Docker image with Jekyll and Google Firebase tools for building and deploying static web sites

License

Notifications You must be signed in to change notification settings

michaelkl/jekyll-firebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jekyll-firebase

Docker image with Jekyll and Google Firebase tools for building and deploying static web sites

Image includes:

Image

Docker image is located on Docker Hub: https://hub.docker.com/r/michaelkl/jekyll-firebase

Usage

You can use this image for local development in a way like this:

docker run -it \
           --rm \
           --volume=/your/jekyll/project:/app \
           -p 4000:4000 michaelkl/jekyll-firebase \
           /bin/sh -c "cd /app && bundle install && jekyll s -H 0.0.0.0"

See the examples folder for some pipeline configuration examples.

About

Docker image with Jekyll and Google Firebase tools for building and deploying static web sites

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published