From a04d94f3c8787ffee359911f03669de85abb93bf Mon Sep 17 00:00:00 2001
From: matcornic
Date: Sun, 20 Aug 2017 17:09:06 +0200
Subject: [PATCH] document HTML way of creting homepage
---
layouts/index.html | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/layouts/index.html b/layouts/index.html
index 5ba0c9221e..ca5e9e9d99 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -12,7 +12,8 @@
Le site fonctionne. Ne pas oublier de personaliser cette page avec votre propre contenu. 2 manières de faire :
- - 1. Créer un fichier _index.md dans le dossier content
+ - 1. Créer un fichier _index.md dans le dossier content et le remplir de Markdown
+ - 2. Créer un fichier index.html dans le dossier static et le remplir de code HTML
- 2. Configurer le serveur http pour rediriger automatiquement la homepage vers la page de votre choix dans le site
{{else}}
@@ -21,8 +22,9 @@
The site is working. Don't forget to customize this homepage with your own. You typically have 2 choices :
- - 1. Create an _index.md document in content folder
- - 2. Configure your server to automatically redirect home page to one your documentation page
+ - 1. Create an _index.md document in content folder and fill it with Markdown content
+ - 2. Create an index.html file in the static folder and fill the file with HTML content
+ - 3. Configure your server to automatically redirect home page to one your documentation page
{{end}}
{{ end }}