gitextract_7a253wp1/ ├── .github/ │ └── workflows/ │ └── jekyll.yml ├── .gitignore ├── CNAME ├── Gemfile ├── README.md ├── _config.yml ├── _data/ │ └── menu.yml ├── _includes/ │ ├── footer.html │ ├── head.html │ └── menu.html ├── _layouts/ │ └── default.html ├── examples/ │ └── index.md ├── index.md ├── javascripts/ │ └── validator.js ├── on_the_web/ │ └── index.md ├── params.json ├── stylesheets/ │ ├── print.css │ ├── pygment_trac.css │ └── stylesheet.css └── validator/ └── index.md