Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.
/ docker-jekyll-git Public archive

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

License

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published