Closed rbreslow closed 5 years ago
@hectcastro I took a look at what's in there—we could stick with this if it's a lot more work to create a fresh Jekyll site, but it may be nice to start anew. There's a lot I'd be removing/rewriting in the existing version.
Makes sense. We can jekyll new
to help create a fresh setup and update this PR accordingly. 👍
@hectcastro This is now a skeleton Jekyll site.
I updated the .ruby-version
file you added because we're running 2.4.6 in the container, because the 2.4.3 container uses an older version of Debian with broken packages.
Overview
Remove everything that wasn't in
/static
(Scala services, Nginx, old STRTA, Travis config, etc), and replace with the supporting Vagrant and Docker resources necessary to provide a Ruby 2.4.6 Jekyll-based development environment.Resolves #87
Testing Instructions
Following the instructions in the
README
, ensure that you can make tweaks to the site and see your changes reflected locally by hitting http://localhost:4000.