Skip to content

Commit b3590b7

Browse files
committed
ajout navigation
1 parent 318a0de commit b3590b7

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

_config.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
remote_theme: coursweb/jk-theme
22
title: Newsletters
33
description: Support de cours JavaScript.
4-
lang: fr-FR
4+
lang: fr-FR
5+
# Chapters : top navigation
6+
chapters:
7+
- title: Cours-web
8+
url: https://cours-web.ch/
9+
- title: HTML
10+
url: https://cours-web.ch/html/
11+
- title: CSS
12+
url: https://cours-web.ch/css/
13+
- title: JavaScript
14+
url: https://cours-web.ch/javascript/
15+
# Footer content
16+
# Content is split in three columns.
17+
footer_col_1: <ul class="contact-list">
18+
<li>Eracom, Lausanne</li>
19+
<li>2017–2021</li></ul>
20+
footer_col_2: <ul class="social-media-list"><li><a href="https://github.com/coursweb/javascript">Lien Github</a></li></ul>

0 commit comments

Comments
 (0)