Adding a New Course
Adding a new course is easy if you are already within the CartaBinaria organization on GitHub:
- On template-it/template-en, use “Use this template”/“Create a new repository”;
- As the new name, use
the-kebab-case-convention,ing-as a possible prefix for Computer Engineering,isi-as a possible prefix for Computer Science and Engineering, oripim-as a possible prefix for Information Science for Management,dhdk-as a possible prefix for Digital Humanities and Digital Knowledge, (no prefixes are needed to distinguish between bachelor’s and master’s degrees); - As the description, use a phrase similar to “A collection of resources for the Programming Languages course (04138) of the Bachelor’s Degree in Computer Science”;
- Choose “Public” and proceed to “Create repository from template”;
- Enable GitHub Pages from “Settings” / “Pages” setting “Source” to “GitHub Actions”;
- Grant “Maintain” rights to the relevant groups. For example, for a second-year Computer Engineering course, the Computer Engineering second and third-year groups should be added. It is not necessary to remove oneself from the Admin role;
- On the main page of the new course on GitHub, click on the gear next to “About”;
- As “Website”, use
https://dynamik.vercel.app/repository-name, and uncheck “Releases” and “Packages”, then add “Topics” as desired and click “Save changes”; - Update the README filling in every placeholder;
- Add any extensions you want to appear on the resulting website by modifying
.github/workflows/build-and-deploy.yml; - Add the new course to
degrees.jsonandteachings.jsonin thecartabinaria/configrepository.
That’s it! If you want the course to also appear in the lists of Dynamik, Informabot, or other services, simply update the git submodule of cartabinaria/config in the respective repositories.