diff --git a/hugo.yml b/hugo.yml index bedacbc..00ceb73 100644 --- a/hugo.yml +++ b/hugo.yml @@ -1,7 +1,7 @@ baseURL: "https://blog.alocoq.fr/" languageCode: "fr-FR" language: "fr" -title: "John Doe" +title: "Aloïs Coquillard" theme: "PaperMod" pagination: pagerSize: 10 @@ -16,9 +16,9 @@ minify: params: env: production - title: "John Doe" + title: "Aloïs Coquillard" description: "Physicien passionné d'électronique et d'informatique" - author: "John Doe" + author: "Aloïs Coquillard" defaultTheme: auto disableThemeToggle: false ShowReadingTime: true @@ -39,16 +39,16 @@ params: text: "John Doe" homeInfoParams: - Title: "Bonjour, je suis John Doe 👋" + Title: "Bonjour, moi c'est Aloïs 👋" Content: > Physicien passionné d'électronique et d'informatique. Sur ce site, je documente mes projets, mes expériences et mes réflexions. socialIcons: - name: github - url: "https://github.com/johndoe" + url: "https://git.alocoq.fr/alois" - name: email - url: "mailto:john@doe.fr" + url: "mailto:alois.coquillard@ens-lyon.fr" cover: hidden: false @@ -56,7 +56,7 @@ params: hiddenInSingle: false editPost: - URL: "https://gitea.alocoq.fr/johndoe/CoqBlog/edit/main/content" + URL: "https://git.alocoq.fr/alois/CoqBlog/edit/main/content" Text: "Modifier" appendFilePath: true