From 7028ae5aae21d363bddf7450003096cc58db5dfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Witz?= <rwitz@unistra.fr> Date: Fri, 20 May 2022 10:30:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=F0=9F=8C=90=20ne=20rend=20le=20sit?= =?UTF-8?q?e=20accessible=20qu'en=20fran=C3=A7ais?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Facilite l'apprentissage du concept "page d'accueil = 1 fichier". --- config.yaml | 2 ++ content/_index.en.md | 9 --------- content/_index.fr.md | 8 -------- 3 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 content/_index.en.md delete mode 100644 content/_index.fr.md diff --git a/config.yaml b/config.yaml index 8a8cc4e..11a99ce 100644 --- a/config.yaml +++ b/config.yaml @@ -81,3 +81,5 @@ languages: subtitle: "I was able to do it all along!" params: dateFormat: "2006-1-2" +disableLanguages: + - en diff --git a/content/_index.en.md b/content/_index.en.md deleted file mode 100644 index 19cd277..0000000 --- a/content/_index.en.md +++ /dev/null @@ -1,9 +0,0 @@ -## Front Page Content - -This website is powered by [GitLab Pages](https://about.gitlab.com/features/pages/) -/ [Hugo](https://gohugo.io) and can be built in under 1 minute. -Literally. It uses the `beautifulhugo` theme which supports content on your front page. -Edit `/content/_index.md` to change what appears here. Delete `/content/_index.md` -if you don't want any content here. - -Head over to the [GitLab project](https://gitlab.com/pages/hugo) to get started. diff --git a/content/_index.fr.md b/content/_index.fr.md deleted file mode 100644 index 0fa2ab1..0000000 --- a/content/_index.fr.md +++ /dev/null @@ -1,8 +0,0 @@ -## Bienvenue ! - -Ce site web est construit grâce à [GitLab Pages](https://about.gitlab.com/features/pages/) -et [Hugo](https://gohugo.io) et peut être construit très rapidement. -Par vous ! -Modifiez le fichier `/content/_index.md` pour changer ce qui apparait ici. - -Pour plus de renseignements, rendez-vous sur ce [projet GitLab](https://gitlab.com/pages/hugo) ! -- GitLab