27 lines
533 B
YAML
27 lines
533 B
YAML
title: "John Doe"
|
|
name: "John Doe"
|
|
position: "PhD Student / Researcher"
|
|
affiliation: "University Name"
|
|
affiliation_link: "https://university.edu"
|
|
email: "john@doe.fr"
|
|
description: "Physicist passionate about electronics and computing"
|
|
baseurl: ""
|
|
url: "https://alocoq.fr"
|
|
github: "johndoe"
|
|
linkedin: ""
|
|
google_scholar: ""
|
|
orcid: ""
|
|
twitter: ""
|
|
markdown: kramdown
|
|
highlighter: rouge
|
|
permalink: /:title/
|
|
collections:
|
|
news:
|
|
output: false
|
|
publications:
|
|
output: false
|
|
showcase:
|
|
output: false
|
|
plugins:
|
|
- jekyll-seo-tag
|