-
Implement YAML schema validation: this ensures that the correct YAML keys are present. This prevents cryptic errors during build. -
Courses -
Coding_gym -
links.yaml -
posts: partially implemented, since they are Markdown files with YAML front matter. The schema is there, but files are not validated against it.
-
-
Add yamllint config file, fixing "comment not indented like content" false positive (see https://github.com/adrienverge/yamllint/issues/141#issuecomment-706043754) -
Add .editorconfig: https://editorconfig.org/ -
Check in CI (I don't think it's needed)
-
-
Improve README -
Add environments in CI, so that a preview is also available in the merge request from develop
tomaster
-
Add merge request template, to guide the new users