Browse Source

ajoute une deuxième page

master
vince vince 2 years ago
parent
commit
e1da386972
4 changed files with 20 additions and 3 deletions
  1. +1
    -1
      Makefile
  2. +14
    -0
      contact.md
  3. +0
    -1
      index.md
  4. +5
    -1
      template.html

+ 1
- 1
Makefile View File

@ -1,6 +1,6 @@
TEMPLATE = template.html
all: web/style.css web/index.html
all: web/style.css web/index.html web/contact.html
web/style.css: style.css
cp $< $@


+ 14
- 0
contact.md View File

@ -0,0 +1,14 @@
---
title: contact
---
## email
[contact@cagull.fr](mailto:contact@cagull.fr)
## mailing list
Merci de vous inscrire à la liste de diffusion pour être informé·e des lieux et dates des prochaines réunions. Pour ce faire envoyez un mail à [« membres-request@cagull.fr » avec le mot « subscribe » dans l’objet](mailto:membres-request@cagull.fr?subject=subscribe).

+ 0
- 1
index.md View File

@ -1,6 +1,5 @@
---
title: CAGULL
lang: fr
---
Bienvenue sur cagull.fr

+ 5
- 1
template.html View File

@ -8,7 +8,11 @@
</head>
<body>
<header>
ici un header
<h1>$title$</h1>
<nav>
<a href="index.html">accueil</a>
<a href="contact.html">contact</a>
</nav>
</header>
<main>
$body$


Loading…
Cancel
Save