Skip to content

csdev/csdev.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csdev.github.io

Commands

Serve docs locally:

docker-compose run --rm --service-ports jekyll-serve

Rebuild container:

docker-compose build --progress=plain jekyll

Update gems (inside dev container):

bundle update