gitextract_u1s11lwh/ ├── .github/ │ └── workflows/ │ └── deploy.yml ├── .gitignore ├── Gemfile ├── LICENSE.txt ├── README.md ├── _config.yml ├── _includes/ │ ├── footer.html │ ├── google-analytics.html │ ├── head.html │ └── social.html ├── _layouts/ │ ├── about.html │ ├── default.html │ ├── home.html │ └── post.html ├── _posts/ │ ├── 2016-01-06-welcome-to-jekyll.md │ ├── 2016-02-06-post-content-styles.md │ ├── 2016-03-19-super-short-article.md │ ├── 2016-04-23-super-long-article.md │ ├── 2016-05-01-code-highlight-tests.md │ ├── 2019-06-23-language-tests.md │ └── 2020-04-15-math-test.md ├── _sass/ │ ├── moving/ │ │ ├── _base.scss │ │ └── _layout.scss │ └── moving.scss ├── about.md ├── assets/ │ └── css/ │ ├── agate.css │ └── main.scss ├── index.md └── moving.gemspec