diff --git a/config.yml b/config.yml index 76ecea9..6191dcd 100644 --- a/config.yml +++ b/config.yml @@ -1,14 +1,15 @@ baseURL: "https://pnm.tf/" -title: Personal website of Paul-Nicolas Madelaine +title: pnm.tf theme: papermod params: - homeInfoParams: - Title: Hello world! - Content: | - My name is *Paul-Nicolas Madelaine*, often shortened to *PNM*. I am - a software engineer in Paris and a Nix enthusiast. My pronouns are - *he/him*. + profileMode: + enabled: true + title: "*Paul-Nicolas Madelaine*" + imageUrl: "me.jpg" + buttons: + - name: Blog + url: "/posts" socialIcons: - name: github url: "https://github.com/pnmadelaine" diff --git a/static/me.jpg b/static/me.jpg new file mode 100644 index 0000000..1f068a3 Binary files /dev/null and b/static/me.jpg differ