Skip to content

Commit

Permalink
Merge branch 'master' into feat/add-author-clairejojo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouzor committed Apr 18, 2023
2 parents 76c6de7 + aa6a837 commit 92f10f9
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Create your author page

In the `_authors` folder add a markdown file with your username.
```bash
cd _authors && touch john.md
cd _authors && touch mypseudo.md
```

**2 - Add content to the file**
Expand All @@ -79,21 +79,26 @@ Here is the template of the file.

```md
---
username: john
name: John Doe
layout: author
login: mypseudo
title: Name Lastname
github: https://github.com/mypseudogithub/
linkedin: https://www.linkedin.com/in/mylinkedin/
permalink: /authors/mypseudo/
---
Your description

Some description about me...
```

**3 - Add your avatar**

Add your avatar to the `_assets/authors/username.jpg` folder.
Add your avatar to the `_assets/authors/mypseudo.jpg` folder.

**4 - Add your pull request**

Create your branch and add your pull request with the label `publication`.
```bash
git checkout -b feat/add-author-username
git checkout -b feat/add-author-mypseudo
```

----------
Expand Down

0 comments on commit 92f10f9

Please sign in to comment.