We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318a0de commit b3590b7Copy full SHA for b3590b7
_config.yml
@@ -1,4 +1,20 @@
1
remote_theme: coursweb/jk-theme
2
title: Newsletters
3
description: Support de cours JavaScript.
4
-lang: fr-FR
+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