DU Analist 2022
Teaching Github to CYU Datanalist DU
Teaching to 20 students how to master github.
Curriculum
Class | Title | Objective |
---|---|---|
1 | Cartography of Github | Understant issue, code, codespace. |
2 | Create your profile | Create repository, edit online |
3 | Manage a repository | Manage repository: fork, settings, collaborators, issues, milestones, labels. |
4 | Create a porfolio with Jekyll | Customize your Jekyll porfolio |
“The best github course we attended !” - Matthieu Cisel
Customize Porfolio
Change brand :
_data/owner/en.yml
> brand, name, contact (github, email)assets/img/default/profile_pic.jpg
: replace.assets/img/home/home-heading.jpg
: replace._data/conf/main.yml
> side_nav_profile_image_path: change path.
Edit content:
- Examine content : tabs, posts, archives,
- Hide posts
- Edit post with HTML
- See further.
To go futher
Class | Title | Objective |
---|---|---|
5 | Github via VS Code | Edit, commit, push/pull |
6 | Local git use | Clone/pull, edit, commit, push. |
Resources
This is an example page to display markdown related styles for Mr. Green Jekyll Theme.
Headings (centered)
Wider Table
scroll enabled when page is narrow
Fruits | num (left align) | num (right align) | num | num | num | num | num | num |
---|---|---|---|---|---|---|---|---|
Apple | 1111 | 1111 | 2222 | 3333 | 4444 | 5555 | 6666 | 7777 |
Banana | 111 | 111 | 222 | 333 | 444 | 555 | 666 | 777 |
Orange | 11 | 11 | 22 | 33 | 44 | 55 | 66 | 77 |
Lemon | 1 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
Code
Highlight
for i in range(5, 10):
print(i)
Quote
for i in range(5, 10):
print(i)
Change your languages !
- FRENCH: Open:
_data/lang/{iso}.yml
> edit.</li> - FRENCH: Open:
_data/ownder/{iso}.yml
> edit.</li>
Edit your posts ! !
- ENGLISH: Open: `_post/{Post}.markdown` > add markdown or HTML.
- FRENCH: Open: `fr/_post/{Post}.markdown` > add markdown or HTML.
- JAPANESE: Open: `ja/_post/{Post}.markdown` > add markdown or HTML.
Autres html
Autres html
Élément multimédia
Projet sur la demographie du Cambodge
Images
- Ajout d’une image dans
hugolpz.github.io/assets/img/posts
- Ajout de
<img src="https://hugolpz.github.io/assets/img/posts/dataviz1.jpg" height="500" />
dans/_posts/{post}.markdown
Liens
Vue d'une page externe
Réduction de dimensionnalité (Ru Wang)
Description du projet
Devoir UE n°5 - Notebook Jupyter par Ru WANG. Septembre 28, 2022 : Réduction de dimensionnalité.