Article {{ post.articleNumber }}:
+Article {{ post.articleNumber }}:
Commentaires :
--
-
- {{ reply }} +
- + {{ reply.content }} - {{ reply.date }} +
-
+
diff --git a/assets/main.css b/assets/main.css index 6b652da..0da89f7 100644 --- a/assets/main.css +++ b/assets/main.css @@ -29,8 +29,22 @@ clear: none; } video { - max-width: 80%; /* Occupe tout l'espace sur mobile */ + max-width: 100%; /* Responsive width */ + margin: 0 auto; + max-height: 250px; /* Réduit davantage la hauteur sur les petits écrans */ + + } + p{ + margin-block-end: 5rem; + + } + span{ + line-height: 1.8; + margin: 0cm 0.2cm 0cm 0.2cm; + + } + } h2 a { @@ -44,7 +58,14 @@ h2 a { } +h3 a { + color: #8B5E3C; + text-decoration: none; /* Retire le lien visuel */ + pointer-events: none; /* Désactive l'interaction du lien */ + margin-block-end: 3rem; + font-size: 1em; +} h4 a { color: #8B5E3C; text-decoration: none; /* Retire le lien visuel */ diff --git a/content/index.md b/content/index.md index 4cff76b..7200cf9 100644 --- a/content/index.md +++ b/content/index.md @@ -1,8 +1,8 @@
diff --git a/nuxt.config.ts b/nuxt.config.ts
index a2a9245..353d097 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -1,8 +1,9 @@
export default defineNuxtConfig({
css: ['./assets/main.css'],
+
modules: [
'@nuxt/content'
],
-
-})
+ compatibilityDate: '2024-12-12',
+})
\ No newline at end of file
diff --git a/pages/index.vue b/pages/index.vue
index 0d14ac0..e79f032 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1,17 +1,56 @@
-
{{ article.content }} Article {{ post.articleNumber }}: Article {{ post.articleNumber }}:Ajouter un nouvel article
+
+
+ Nouveaux Articles
+
+ {{ article.title }}
+ Modifier l'article
+
+ Forum Public
+
Commentaires :
-
-
+
Signer la Charte