From 75a8c953bd48908412006385c48d709989651f30 Mon Sep 17 00:00:00 2001 From: Max-Coppin <147694216+Max-Coppin@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:43:43 +0100 Subject: [PATCH] home --- _config.yml | 9 +++++++++ _layouts/home.html | 3 +-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index b86c6a6..bcf2be2 100644 --- a/_config.yml +++ b/_config.yml @@ -305,6 +305,15 @@ defaults: layout: single author_profile: true +# Configuration de la page d'accueil +permalink: / +layout: single +title: "Homepage" +author_profile: true +author: Max Coppin + + + defaults: # _docs - scope: diff --git a/_layouts/home.html b/_layouts/home.html index 47949ab..1a2a5a8 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -22,6 +22,5 @@

{{ site.data.ui-text[site.locale].recent_posts | d {% include paginator.html %} -{% capture homepage_path %}/Users/maxcoppin/Documents/GitHub/Site/Site_perso/_pages/home.md{% endcapture %} -{% include {{ homepage_path }} %} +