mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
document HTML way of creting homepage
This commit is contained in:
parent
a64a454421
commit
a04d94f3c8
1 changed files with 5 additions and 3 deletions
|
@ -12,7 +12,8 @@
|
||||||
Le site fonctionne. Ne pas oublier de personaliser cette page avec votre propre contenu. 2 manières de faire :
|
Le site fonctionne. Ne pas oublier de personaliser cette page avec votre propre contenu. 2 manières de faire :
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>1. </b> Créer un fichier _index.md dans le dossier <b>content</b></li>
|
<li><b>1. </b> Créer un fichier _index.md dans le dossier <b>content</b> et le remplir de Markdown</li>
|
||||||
|
<li><b>2. </b> Créer un fichier index.html dans le dossier <b>static</b> et le remplir de code HTML</li>
|
||||||
<li><b>2. </b> Configurer le serveur http pour rediriger automatiquement la homepage vers la page de votre choix dans le site</li>
|
<li><b>2. </b> Configurer le serveur http pour rediriger automatiquement la homepage vers la page de votre choix dans le site</li>
|
||||||
</ul>
|
</ul>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
@ -21,8 +22,9 @@
|
||||||
The site is working. Don't forget to customize this homepage with your own. You typically have 2 choices :
|
The site is working. Don't forget to customize this homepage with your own. You typically have 2 choices :
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>1. </b> Create an _index.md document in <b>content</b> folder</li>
|
<li><b>1. </b> Create an _index.md document in <b>content</b> folder and fill it with Markdown content</li>
|
||||||
<li><b>2. </b> Configure your server to automatically redirect home page to one your documentation page</li>
|
<li><b>2. </b> Create an <b>index.html</b> file in the <b>static</b> folder and fill the file with HTML content</li>
|
||||||
|
<li><b>3. </b> Configure your server to automatically redirect home page to one your documentation page</li>
|
||||||
</ul>
|
</ul>
|
||||||
{{end}}
|
{{end}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue