Skip to content

meshenka/dockerize-jekyll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerize Jekyll

This is a very simple container to host jekyll based website

Dump your jekyll source in . Add

exclude: [docker-compose.yml]

to your _config.yml file to avoid exposing docker config in the website

Build your project

jekyll build

Build the container

docker-compose up

And see the result at http://localhost:8080

About

A very simple nginx container to run jekyllrb sites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published