We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6506d commit df25a4dCopy full SHA for df25a4d
_config.yml
@@ -1,4 +1,21 @@
1
remote_theme: coursweb/jk-theme
2
title: Cours CSS
3
description: Module de cours sur le langage CSS.
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
+
16
+ # Footer content
17
+# Content is split in three columns.
18
+footer_col_1: <ul class="contact-list">
19
+ <li>Eracom, Lausanne</li>
20
+ <li>2017–2021</li></ul>
21
+footer_col_2: <ul class="social-media-list"><li><a href="https://github.com/coursweb/css">Lien Github</a></li></ul>
0 commit comments