Construction Robotics (CR) Masters, Digital and Soft Skills for Interdisciplinary Project Development (DSSIPD) Course, RWTH Aachen University
ivana's change See merge request rwth-crmasters-wise2122/deep-music-visualizer-showdown!32 |
||
---|---|---|
bin | ||
content | ||
layouts/shortcodes | ||
static | ||
themes | ||
.gitattributes | ||
.gitignore | ||
.gitlab-ci.yml | ||
build_website.bat | ||
config.toml | ||
LICENSE | ||
preview_website.bat | ||
README.md |
To add your competition entry, you need to clone the repo to your computer using Vscode and then:
- Create a new branch using the version control tab in vscode, please use "
first
-last
" as the name of the branch wherefirst
is your first (i.e. given) name andlast
is your last (i.e. family) name. - Rename the visualization video files to "
first
-no
.mp4" wherefirst
is your first (i.e. given) name andno
is a sequential number (e.g. "orwa-1.mp4", "orwa-2.mp4", etc.). If you are competing with one entry, then name the file "first
.mp4" wherefirst
is your first (i.e. given) name. - Store the video files in the subfolder
./static/video
in this repository - Add your entry article and documentation to
./content/post
in this repository (please use the2021-12-01-orwa-diraneyya.md
as an example) - Commit your changes locally
- Push your commits to the remote
- Go to GitLab and create a merge request from there