gitextract_cb2vatad/ ├── .gitignore ├── LICENSE ├── README.md └── docs/ ├── 404.html ├── CNAME ├── Gemfile ├── _config.yml ├── _data/ │ └── sites.csv ├── _includes/ │ ├── board_listing.html │ ├── board_listing_item.html │ ├── board_listing_item_mobile.html │ ├── footer.html │ ├── google-analytics.html │ ├── head.html │ ├── header.html │ └── logo.html ├── _layouts/ │ ├── default.html │ ├── home.html │ ├── post.html │ └── posts.html ├── _posts/ │ ├── 2017-09-04-difference-between-types.markdown │ └── 2017-09-05-why-people-hate-upwork.md ├── assets/ │ ├── app.css │ └── app.source.css ├── build.sh ├── dev.sh ├── index.md ├── package.json ├── postcss.config.js ├── posts.html ├── scripts/ │ ├── alexa.py │ ├── download_favicons.py │ ├── sites_history_script.py │ └── update.py └── tailwind.config.js