This is the code repository for the webpage hosted at https://mlai-bonn.github.io/SeminarDeepLearning/.
For each session write up, please create a markdown file in the root of this repository, containing your write up. Please keep to the following naming scheme:
s0X_TOPIC.md
where X should be replaced by your session number and TOPIC should be replaced by your topic.
Please also edit index.md to contain a new line in the table of contents, containing your name, a link to your github profile, and a link to your markdown file.
Once your markdown file is committed, github will automatically compile it to html and publish it on the seminar homepage. This might take up to one minute (but is usually faster). You might need to hard-refresh the page in your browser to see the changes.
Your markdown file might contain latex math mode formulas with certain drawbacks. To see examples that work, consider the seminar homepage of earlier installments of our seminar:
- Clone/Copy this repository to a new Repository
XXX
- Edit
_config.yaml
: Setbaseurl: /XXX
- If not set already, go to settings of your repository and activate 'Github Pages' for repository
XXX
- Remove all
s0X_TOPIC.md
files that may be left from this installment - Change
index.md
to its initial state.
Alternatively to steps 3.-5. you may just use the tag CleanStart2020
as your starting point.
The hamburger menu on the left is generated automatically.
The disclaimer and licensing information in the footer of the template is defined and can be changed in _layouts/default.html
.