Skip to content

mainmatter/mainmatter.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplabs.github.io

The source code for https://simplabs.com

Running locally

bundle install
bundle exec jekyll serve

Running with Docker

TODO: Update the repo build to push an image to the Simplabs Docker Hub to avoid everyone having to build locally

TODO: Figure out why Jekyll takes so long to rebuild the site on local changes

  1. Build the image
docker build -t simplabs/jekyll-serve .
  1. Run
cd the/website/directory
docker run -p 8080:4000 -v $(pwd):/site simplabs/jekyll-serve
  1. Access the site on locahost:8080

Copyright © 2014-2019 simplabs GmbH (https://simplabs.com), released under the Creative Commons Attribution-NonCommercial 4.0 International license.