gitextract_9ouz5foo/ ├── LICENSE ├── README.md ├── config.toml ├── content/ │ ├── _index.fr.md │ ├── _index.md │ ├── about.md │ ├── blog/ │ │ ├── 2020-07-07-overview-post.fr.md │ │ ├── 2020-07-07-overview-post.md │ │ ├── 2020-07-08-language-tests.md │ │ ├── 2020-07-08-very-very-very-long-title-and-very-very-very-short-content.md │ │ ├── 2020-07-09-post-example-with-headings-and-toc.md │ │ └── _index.md │ └── journal.md ├── static/ │ ├── click.ogg │ ├── css/ │ │ └── style.css │ └── js/ │ └── script.js ├── templates/ │ ├── 404.html │ ├── atom.xml │ ├── base.html │ ├── blog/ │ │ ├── page.html │ │ └── section.html │ ├── footer.html │ ├── index.html │ ├── page.html │ ├── partials/ │ │ ├── content-listing-item.html │ │ ├── pagination.html │ │ └── schema-article.html │ ├── section.html │ ├── shortcodes/ │ │ ├── img.html │ │ ├── mark.html │ │ ├── webring.html │ │ └── youtube.html │ ├── sitemap.xml │ └── tags/ │ ├── list.html │ └── single.html └── theme.toml