Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
advanced-practice
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Susheel Busi
advanced-practice
Commits
6ebf34a0
Commit
6ebf34a0
authored
5 years ago
by
Daniel Duarte
Browse files
Options
Downloads
Patches
Plain Diff
add and adjust assets folder
parent
aeb08c07
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
_config.yml
+8
-0
8 additions, 0 deletions
_config.yml
assets/img/r3-training-logo.png
+0
-0
0 additions, 0 deletions
assets/img/r3-training-logo.png
index.md
+16
-0
16 additions, 0 deletions
index.md
with
25 additions
and
0 deletions
.gitignore
0 → 100644
+
1
−
0
View file @
6ebf34a0
.DS_Store
This diff is collapsed.
Click to expand it.
_config.yml
0 → 100644
+
8
−
0
View file @
6ebf34a0
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
This diff is collapsed.
Click to expand it.
assets/img/r3-training-logo.png
0 → 100644
+
0
−
0
View file @
6ebf34a0
32.4 KiB
This diff is collapsed.
Click to expand it.
index.md
0 → 100644
+
16
−
0
View file @
6ebf34a0
## 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 %}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment