hyperledger / toc

Hyperledger TOC documents
https://toc.hyperledger.org/
Creative Commons Attribution 4.0 International
38 stars 49 forks source link

build(devcontainer): enable local development via jekyll serve #255

Closed petermetz closed 5 months ago

petermetz commented 5 months ago
  1. Added a VSCode dev container definition that contains Ruby and Jekyll
  2. Declared the gem dependencies so that bundle install can be used to install the build dependencies which then enable jekyll serve to locally host and render the themed version of the TOC website.
  3. This will unlock easier modification to the theme which is a pre-condition of being able to debug CSS/theme/styling changes such as the width issues I discovered recently on the new project dashboard page where the last few columns are cut off from the view.

Signed-off-by: Peter Somogyvari peter.somogyvari@accenture.com

ryjones commented 5 months ago

I don't object to it, but I don't think I would use it.