Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Loic Marx
advanced-practice
Commits
27674d4f
Verified
Commit
27674d4f
authored
Sep 20, 2019
by
Laurent Heirendt
✈
Browse files
clean up
parent
eb8c63f6
Changes
5
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
deleted
100644 → 0
View file @
eb8c63f6
image
:
ruby:2.5
pages
:
stage
:
deploy
script
:
-
bundle exec jekyll build -d public
artifacts
:
paths
:
-
public
_config.yml
deleted
100644 → 0
View file @
eb8c63f6
theme
:
jekyll-theme-minimal
logo
:
/assets/img/r3-training-logo.png
title
:
Advanced git training - Practice repository
description
:
This is a practice repository for advanced git training.
url
:
https://lcsb-biocore.github.io/advanced-git-practice/
collections
:
attendees
:
output
:
true
_
attendees/laurent.md
→
attendees/laurent.md
View file @
27674d4f
File moved
_
attendees/template.md
→
attendees/template.md
View file @
27674d4f
File moved
index.md
deleted
100644 → 0
View file @
eb8c63f6
## What is this?
This page is an automatically generated page of the course attendees.
Add your name and your
**personal page**
to this site!
## List of course attendees
{% for attendee in site.attendees %}
<h2>
{{ forloop.index }}.
<a
href=
"{{ attendee.url | prepend: site.baseurl }}"
>
{{ attendee.name }} - {{ attendee.position }}
</a>
</h2>
{% endfor %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment