Skip to content

Commit

Permalink
Explain options in README
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoWinterhalter committed Oct 23, 2024
1 parent 78534a6 commit 4f575b8
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 1 deletion.
56 changes: 56 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,62 @@ We think it's better to have a picture, but it's your choice.
The same goes for email and so on.
We give the semantics of the various fields (all of whom are optional).
### General
- `title`: Title for your page, it will appear in the tab (metadata).

- `author`: Typically your name. It will appear in the page and as metadata.

- `shortbio`: Some form of subtitle where you can present yourself in a few
words. It will appear below your name.

- `email`: Your email. It will appear next to an envelope in monospace font.

- `location`: Information about your location (university, office, …).
It will appear next to a pin icon.

- `picture`: A path (relative or absolute) to the profile picture.

- `picture-round`: A boolean (`true` or `false`) deciding whether your profile
picture is rounded or left as a square.
By default, it is square.

### OpenGraph

OpenGraph carries information that used by social media and messaging app to
display your links *nicely*, typically with the picture and a small
description.

- `description-meta`: Description of the page to appear in the metadata
and in the OpenGraph data.

- `og-url`: This should be a full URL (starting with `http` or `https`) to your
website. This is required by the format.

- `og-picture`: A full URL (starting with `http` or `https`) linking to a
picture to display.

### Social and academic accounts

- `github`: Username to your github account.

- `orcid`: Your ORCID number (in the shape `0000-0000-0000-0000`).

- `dblp`: *URL* to your DBLP page.

- `scholar`: *URL* to your Google Scholar page.

- `hal`: *URL* to your HAL page.

- `mastodon`: *URL* to your Mastodon account.

- `gitlab`: *URL* to your Gitlab account.

- `bluesky`: *URL* to your BlueSky account.


## Sharing files

Anything you put in the `website` directory will be available online too.
Expand Down
1 change: 0 additions & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ email: [email protected]
picture: img/profile.png
picture-round: false
og-picture: https://basicpage.github.io/img/profile.png
github: basicpage
orcid: 0000-0000-0000-0000
dblp: https://dblp.org/
scholar: https://scholar.google.com/
Expand Down

0 comments on commit 4f575b8

Please sign in to comment.