Skip to content

mjankowski/jsontypedef.com

 
 

Repository files navigation

jsontypedef.com

This repo contains the code that backs the JSON Typedef website. The website uses Hugo. Once you've installed Hugo, you can build and serve the site locally with:

hugo server

If you want to regenerate the rendered snippets on the index page, run:

go get -u github.com/alecthomas/chroma/cmd/chroma
make rendered_snippets

About

The code backing jsontypedef.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 91.4%
  • Ruby 2.4%
  • Python 1.9%
  • Java 1.2%
  • Makefile 1.2%
  • JavaScript 0.6%
  • Other 1.3%