Added download link and updated README

This commit is contained in:
theo1 2020-05-17 15:07:43 +02:00
parent bb9f07c377
commit d279f2eb03
5 changed files with 22 additions and 3 deletions

View File

@ -13,4 +13,13 @@ Ils doivent être téléversés sur le serveur directement.
**Nommage des fichiers** : Pour être pris en compte dans le site final, les fichiers doivent être nommés de la manière suivante (attention à la casse) :
* sons : nom-de-l'article-sans-majuscule->.wav|mp3 (TODO : les mettre en .mp3 plutôt qu'en .wav, et les placer dans le template plutôt que le .md)
* images : Nom de l article-x.jpg
* images : Nom de l article-x.jpg
* contenu : chaque nouvel article doit contenir les champs suivants au début :
```
Title:
Date: (date de publication, format : 2020-04-05 10:20)
Modified: (date de modification, idem)
Category: ("article" pour les articles avec texte, "gallery" si seulement des images)
Slug: (version sans espace ni caractère spécial du titre, par exemple "mon-titre-d'article". Sera repris dans l'URL de l'article.)
Summary: (un rapide sommaire, optionnel)
```

View File

@ -5,4 +5,4 @@ Category: misc
Slug: download
Summary: Donwload the content
You can download all the content of this website here.
You can download all the content of this website [here](/betterdays.zip).

View File

@ -14,7 +14,7 @@
</header>
<div class='content'>
<p>You can download all the content of this website here. </p>
<p>You can download all the content of this website <a href="/betterdays.zip">here</a>. </p>
</div>
</body>

View File

@ -176,6 +176,11 @@ p a {
.article-img img{
max-width: 80%;
width: 80%;
padding-bottom: 20px;
}
.article-img img:hover {
opacity: 0.7;
}
.article {

View File

@ -176,6 +176,11 @@ p a {
.article-img img{
max-width: 80%;
width: 80%;
padding-bottom: 20px;
}
.article-img img:hover {
opacity: 0.7;
}
.article {