gitextract_bij27411/ ├── .gitignore ├── LICENSE.md ├── README.md ├── archetypes/ │ └── default.md ├── exampleSite/ │ ├── config.toml │ └── content/ │ ├── about.md │ └── post/ │ ├── creating-a-new-theme.md │ ├── goisforlovers.md │ ├── hugoisforlovers.md │ └── migrate-from-jekyll.md ├── i18n/ │ ├── en.yaml │ └── es.yaml ├── layouts/ │ ├── 404.html │ ├── _default/ │ │ ├── list.html │ │ └── single.html │ ├── index.html │ └── partials/ │ ├── footer.html │ ├── head-custom.html │ ├── head.html │ ├── header.html │ ├── pagination.html │ ├── postlist.html │ └── social.html ├── static/ │ └── css/ │ └── nix.css └── theme.toml