Skip to content

Commit 6765c8d

Browse files
first changes
1 parent 4f18db2 commit 6765c8d

File tree

337 files changed

+54047
-173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

337 files changed

+54047
-173
lines changed

.hugo_build.lock

Whitespace-only changes.

config/_default/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
55

66
# Website name
7-
title: Matthieu Pelissier cv
7+
title: Matthieu Pelissier
88
# Website URL
99
baseURL: 'https://example.com/'
1010

config/_default/menus.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ main:
1313
- name: Talks
1414
url: /#talks
1515
weight: 12
16-
- name: News
17-
url: /#news
18-
weight: 13
1916
- name: Experience
2017
url: experience/
2118
weight: 20

config/_default/params.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ marketing:
1313
seo:
1414
site_type: Person
1515
local_business_type: ''
16-
org_name: ''
17-
description: 'The highly-customizable Hugo Academic theme powered by Hugo Blox Builder. Easily create your personal academic website.'
18-
twitter: 'GetResearchDev'
16+
org_name: 'LPSC'
17+
description: 'Welcome to the personal website of Matthieu Pelissier, an enthusiastic and passionate physics student.'
18+
twitter: ''
1919
analytics:
2020
google_analytics: ''
2121
baidu_tongji: ''
@@ -35,7 +35,7 @@ header:
3535
show_search: true
3636
show_theme_chooser: true
3737
logo:
38-
text: "Your Name"
38+
text: "Matthieu Pélissier"
3939

4040
# Site footer
4141
footer:
@@ -49,7 +49,7 @@ footer:
4949

5050
# Localization
5151
locale:
52-
date_format: 'Jan 2, 2006'
52+
date_format: 'Dec 2, 2024'
5353
time_format: '3:04 PM'
5454

5555
# Site features

content/_index.md

Lines changed: 50 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,31 @@ sections:
3030
size: cover
3131
position: center
3232
parallax: false
33-
- block: markdown
34-
content:
35-
title: '📚 My Research'
36-
subtitle: ''
37-
text: |-
38-
Use this area to speak to your mission. I'm a research scientist in the Moonshot team at DeepMind. I blog about machine learning, deep learning, and moonshots.
33+
# - block: markdown
34+
# content:
35+
# title: '📚 My Research'
36+
# subtitle: ''
37+
# text: |-
38+
# Use this area to speak to your mission. I'm a research scientist in the Moonshot team at DeepMind. I blog about machine learning, deep learning, and moonshots.
3939

40-
I apply a range of qualitative and quantitative methods to comprehensively investigate the role of science and technology in the economy.
40+
# I apply a range of qualitative and quantitative methods to comprehensively investigate the role of science and technology in the economy.
4141

42-
Please reach out to collaborate 😃
43-
design:
44-
columns: '1'
42+
# Please reach out to collaborate 😃
43+
# design:
44+
# columns: '1'
45+
# - block: collection
46+
# id: papers
47+
# content:
48+
# title: Featured Publications
49+
# filters:
50+
# folders:
51+
# - publication
52+
# featured_only: true
53+
# design:
54+
# view: article-grid
55+
# columns: 2
4556
- block: collection
4657
id: papers
47-
content:
48-
title: Featured Publications
49-
filters:
50-
folders:
51-
- publication
52-
featured_only: true
53-
design:
54-
view: article-grid
55-
columns: 2
56-
- block: collection
5758
content:
5859
title: Recent Publications
5960
text: ""
@@ -73,35 +74,35 @@ sections:
7374
design:
7475
view: article-grid
7576
columns: 1
76-
- block: collection
77-
id: news
78-
content:
79-
title: Recent News
80-
subtitle: ''
81-
text: ''
82-
# Page type to display. E.g. post, talk, publication...
83-
page_type: post
84-
# Choose how many pages you would like to display (0 = all pages)
85-
count: 5
86-
# Filter on criteria
87-
filters:
88-
author: ""
89-
category: ""
90-
tag: ""
91-
exclude_featured: false
92-
exclude_future: false
93-
exclude_past: false
94-
publication_type: ""
95-
# Choose how many pages you would like to offset by
96-
offset: 0
97-
# Page order: descending (desc) or ascending (asc) date.
98-
order: desc
99-
design:
100-
# Choose a layout view
101-
view: date-title-summary
102-
# Reduce spacing
103-
spacing:
104-
padding: [0, 0, 0, 0]
77+
# - block: collection
78+
# id: news
79+
# content:
80+
# title: Recent News
81+
# subtitle: ''
82+
# text: ''
83+
# # Page type to display. E.g. post, talk, publication...
84+
# page_type: post
85+
# # Choose how many pages you would like to display (0 = all pages)
86+
# count: 5
87+
# # Filter on criteria
88+
# filters:
89+
# author: ""
90+
# category: ""
91+
# tag: ""
92+
# exclude_featured: false
93+
# exclude_future: false
94+
# exclude_past: false
95+
# publication_type: ""
96+
# # Choose how many pages you would like to offset by
97+
# offset: 0
98+
# # Page order: descending (desc) or ascending (asc) date.
99+
# order: desc
100+
# design:
101+
# # Choose a layout view
102+
# view: date-title-summary
103+
# # Reduce spacing
104+
# spacing:
105+
# padding: [0, 0, 0, 0]
105106
- block: cta-card
106107
demo: true # Only display this section in the Hugo Blox Builder demo site
107108
content:

0 commit comments

Comments
 (0)