diff --git a/content/cgv.md b/content/cgv.md index bff145f..4b4812e 100644 --- a/content/cgv.md +++ b/content/cgv.md @@ -1,13 +1,9 @@ +++ title = "Conditions générales de vente" -template = "home.html" +template = "page.html" [extra] +++ -[Retour à l'accueil](/) - ---- - TODO : @@ -31,3 +27,7 @@ Modalités de règlement des litiges : tribunal compétent et possibilité de re Vous devez également fournir un lien vers la médiation de la consommation. https://www.economie.gouv.fr/mediation-conso/vous-etes-un-consommateur/quel-mediateur-saisir/mediateurs-references + +- test +- 1 +- 2 diff --git a/content/contact.md b/content/contact.md index 1d5bfcb..e59dbe9 100644 --- a/content/contact.md +++ b/content/contact.md @@ -1,6 +1,6 @@ +++ title = "Contact" -template = "home.html" +template = "page.html" [extra] +++ diff --git a/content/creation/_index.md b/content/creation/_index.md index 13b4d55..66d38ab 100644 --- a/content/creation/_index.md +++ b/content/creation/_index.md @@ -1,7 +1,8 @@ +++ title = "Création originale" -template = "home.html" +template = "section.html" weight = 1 +sort_by = "date" [extra] subtitle = "Fabriquer en suivant vos besoins" button = "Découvrir mes réalisations" diff --git a/content/mentions-legales.md b/content/mentions-legales.md index 04bcdea..90c5583 100644 --- a/content/mentions-legales.md +++ b/content/mentions-legales.md @@ -1,6 +1,6 @@ +++ title = "Mentions légales" -template = "home.html" +template = "page.html" [extra] +++ diff --git a/content/reparation/_index.md b/content/reparation/_index.md index 147d747..e033dc7 100644 --- a/content/reparation/_index.md +++ b/content/reparation/_index.md @@ -1,7 +1,8 @@ +++ title = "Réparation" -template = "home.html" +template = "section.html" weight = 2 +sort_by = "date" [extra] subtitle = "Redonner vie aux choses aimées" button = "Mes réparations passées" diff --git a/content/reparation/lampe-vintage copy copy.md/index.md b/content/reparation/lampe-vintage copy copy.md/index.md new file mode 100644 index 0000000..7919a52 --- /dev/null +++ b/content/reparation/lampe-vintage copy copy.md/index.md @@ -0,0 +1,10 @@ ++++ +title = "Lampe vintage 3" +date = 2025-07-30 +template = "page.html" +weight = 2 +[extra] +alt = "Une photo d'une jolie lampe de bureau vintage bleue" ++++ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. diff --git a/content/reparation/lampe-vintage copy.md/index.md b/content/reparation/lampe-vintage copy.md/index.md new file mode 100644 index 0000000..37d1d4c --- /dev/null +++ b/content/reparation/lampe-vintage copy.md/index.md @@ -0,0 +1,10 @@ ++++ +title = "Lampe vintage 2" +date = 2025-07-25 +template = "page.html" +weight = 2 +[extra] +alt = "Une photo d'une jolie lampe de bureau vintage bleue" ++++ + +Lorem ipsum dolor sit amet consectetur adipiscing elit. Quisque faucibus ex sapien vitae pellentesque sem placerat. In id cursus mi pretium tellus duis convallis. diff --git a/content/reparation/lampe-vintage.md/index.md b/content/reparation/lampe-vintage.md/index.md new file mode 100644 index 0000000..97ebb12 --- /dev/null +++ b/content/reparation/lampe-vintage.md/index.md @@ -0,0 +1,10 @@ ++++ +title = "Lampe vintage" +date = 2025-07-23 +template = "page.html" +weight = 2 +[extra] +alt = "Une photo d'une jolie lampe de bureau vintage bleue" ++++ + +Lorem ipsum dolor sit amet consectetur adipiscing elit. Quisque faucibus ex sapien vitae pellentesque sem placerat. In id cursus mi pretium tellus duis convallis. Tempus leo eu aenean sed diam urna tempor. Pulvinar vivamus fringilla lacus nec metus bibendum egestas. Iaculis massa nisl malesuada lacinia integer nunc posuere. Ut hendrerit semper vel class aptent taciti sociosqu. Ad litora torquent per conubia nostra inceptos himenaeos. diff --git a/content/yunohost/_index.md b/content/yunohost/_index.md index 8a8268a..8b9c489 100644 --- a/content/yunohost/_index.md +++ b/content/yunohost/_index.md @@ -1,6 +1,6 @@ +++ title = "YunoHost" -template = "home.html" +template = "section.html" weight = 3 [extra] subtitle = "Avoir son propre serveur et services informatiques" diff --git a/static/img/placeholder.png b/static/img/placeholder.png new file mode 100644 index 0000000..b4f88f5 Binary files /dev/null and b/static/img/placeholder.png differ diff --git a/templates/404.html b/templates/404.html index d81d9b5..76651a2 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,6 +1,7 @@ -{% extends "base.html" %} +{% extends "base.html" %}{% block content %} + +

Erreur 404

+
+

Quoi que vous cherchiez, ce n'est pas ici…

-{% block content %} -

Erreur 404

-

Quoi que vous cherchiez, ce n'est pas ici…

{% endblock content %} diff --git a/templates/base.html b/templates/base.html index f442cd7..1c1292a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,7 +8,44 @@
- {%- block content %} {% endblock content -%} +
+
+
+
+ +
+
+
+ +
+

{{ config.title }}

+

Créatrice d'objets singuliers

+
+ {%- if false or ( current_path and current_path != "/" ) -%} + Accueil + {%- endif -%} + {%- if not page or page and not page.title == "Contact" -%} + Me contacter + {%- endif -%} +
+
+
+
+
+
+
+ + {%- block content %} {% endblock content -%} +
+
+
+