Skip to content
This repository was archived by the owner on Apr 11, 2021. It is now read-only.

danmaq/docker-jekyll-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Overview

It is a container for building with Jekyll. Redcarpet Markdown parser and SSH are bundled. You can connect to GitHub quickly via SSH.

Usage


$ mkdir _site
$ docker run -it --rm -v `pwd`/_site:/srv/jekyll/_site \
    -v ${HOME}/.ssh/id_rsa:/root/.ssh/id_rsa:ro \
    -e GIT_NAME='Your Name' -e GIT_EMAIL='your@email.com' \
    danmaq/jekyll-git-redcarpet ash
/srv/jekyll # cd /tmp
/tmp # git clone git@github.com:your/jekyll_site_repo.git
/tmp # cp -r /jekyll_site_repo/* /srv/jekyll
/tmp # cd /srv/jekyll
/srv/jekyll # jekyll s

About

πŸ³πŸ“¦πŸ‘©β€πŸ”¬ It is a container for building with Jekyll. redcarpet Markdown parser and SSH are bundled. You can connect to GitHub quickly via SSH.

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors