A Jekyll lesson built with Jekyll
The lesson website we have been following is also built with Jekyll. You can have a look at the files behind the lesson by browsing https://github.com/carpentries-incubator/building-websites-with-jekyll-and-github-or-gitlab/
What you will find

Jekyll
The following contain files used to build and validate the files used in the template:
.editorconfig- Settings used by some editors and some scripts inbin/.bin/- A series of scripts and accessory files to maintain and validate the templatescode/anddata/- folders used to hold materials - NOTE: not in use in this lessonGemfileandMakefile- containing machine instructions and a list of dependencies required to build the website
The following files define two other pages on the lesson website:
reference.md- an aggregation of the Key Points from each episode in the lesson. This page can also contain a glossary of terms used in the website, but not in this lesson (yet).setup.md- list of requirements to get ready to follow the materials in this lesson
The following contain some of the content we have been learning through the lesson:
_assets,_episodes/,_extras/,_episodes_rmd/and_layouts- collections containing files in two flavors of Markdown - kramdown and Rmarkdown_includes/fig/andfiles/- figures and files linked from templates and markdown documents_config.yml- Jekyll configurationindex.mdREADME.md- TODO ,
_layouts
Non-Jekyll
The following folders are not used by Jekyll:
.github/- Used by GitHub to specify issue and pull request templates as well as actions.gitignore- Used bygitto list files that aren’t meant to be included.gitlab-ci.ymland.travis.yml- Used by GitLab CI and TravisCI to define actions to build or validate the content of the repository..gitpod.Dockerfileand.gitpod.yml- Used to configured integrations with GitPodAUTHORS- names of all contributors to this lessonCITATION,CODE_OF_CONDUCT.md,CONTRIBUTING.mdandLICENSE.md- how to cite, behave, contribute and what license the lesson is using. See also FAIR citation, why you should have a code of conduct and contributing guide and FAIR license.aio.md- template file for “all-in-one” version of the lesson, where the content of every episode is concatenated onto a single page