Skip to content

willpower232/jekyll-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll Toolkit

Running a dockerised development environment and wanting to make use of Jekyll, I was inspired by BretFisher/jekyll-serve to make something that fit in and could be re used for multiple sites.

How to use

Download the image

docker pull ghcr.io/willpower232/jekyll-toolkit

Create your new Jekyll site

docker run -it --rm -v $(pwd):/site jekyll-toolkit jekyll new .

Then reference it with docker-compose.yml (example in this repository).

Building

docker build -t jekyll-toolkit .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages