Added download link and updated README
This commit is contained in:
parent
bb9f07c377
commit
d279f2eb03
11
README.md
11
README.md
@ -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)
|
||||
```
|
@ -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).
|
@ -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>
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user