Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start #5004

Closed
wants to merge 8 commits into from
Closed

start #5004

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ author:
name : "Your Name"
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "I am an **amazing** person."
location : "Somewhere"
location : "Toulouse"
email :
links:
- label: "Email"
Expand Down Expand Up @@ -323,3 +323,14 @@ defaults:
comments: # true
share: true
related: true

# Navigation Links
navigation:
- title: "Home"
url: /
- title: "Publications"
url: /publications/
- title: "Conferences"
url: /conferences/
- title: "CV"
url: /cv/
12 changes: 12 additions & 0 deletions _pages/conferences.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: single
title: "Conferences"
permalink: /conferences/
---

# My Conference Talks

Here you can list the conferences you’ve attended or presented at.

- **Conference 1:** [Link to Details](#)
- **Conference 2:** [Link to Details](#)
11 changes: 11 additions & 0 deletions _pages/cv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: single
title: "CV"
permalink: /cv/
---

# My Curriculum Vitae

You can add your CV here as a downloadable link or embed it directly.

[Download my CV](assets/files/my_cv.pdf) <!-- Example of downloadable CV link -->
13 changes: 13 additions & 0 deletions _pages/publications.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: single
title: "Publications"
permalink: /publications/
---

# My Publications

Here you can list your publications. You can format them in a bullet list or a more structured format.

- **Publication 1:** [Link to Paper](#)
- **Publication 2:** [Link to Paper](#)

Loading