gitextract_xz39besz/ ├── .gitattributes ├── .gitignore ├── Gemfile ├── LICENSE.txt ├── README.md ├── _config.yml ├── _data/ │ ├── colors.json │ └── social_media.yml ├── _includes/ │ ├── footer.html │ ├── header.html │ ├── interests.html │ ├── masthead.html │ ├── post-card.html │ ├── projects.html │ ├── repo-card.html │ ├── thoughts.html │ └── topic-card.html ├── _layouts/ │ ├── default.html │ ├── home.html │ └── post.html ├── _posts/ │ └── 2019-01-29-hello-world.md ├── _sass/ │ └── _highlight-syntax.scss ├── assets/ │ └── styles.scss └── index.html