Commit graph

257 commits

Author SHA1 Message Date
isUnknown
554a650b91 article > toc button : at title leve
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
2026-03-28 16:32:27 +01:00
isUnknown
16b634aba3 article h4 : increase margin top
All checks were successful
Deploy / Deploy to Production (push) Successful in 8s
2026-03-28 16:28:26 +01:00
isUnknown
a352c48eaa refactor : merge light-mode into script.js, rename panel to side-panel, fix print styles
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
Integrate light-mode.js into script.js, unify .panel/.side-panel classes
into .side-panel, scope theme variables to @media screen for proper
print light mode, and add page-break after chapo.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-28 10:59:10 +01:00
isUnknown
a2e65635fb print style
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s
2026-03-28 10:23:58 +01:00
isUnknown
6c1a8c8850 side-panel : refactor nav + toc into single side-panel with view switching
Rename nav.php to side-panel.php to host both navigation and table of contents
views. The panel uses data-view attributes to switch between nav and toc content.
Footer buttons updated to target the unified panel. TOC button now visible on desktop.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-28 09:28:47 +01:00
isUnknown
798123a60a styles : add h4 sizing, spacing and scroll-margin
All checks were successful
Deploy / Deploy to Production (push) Successful in 7s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-27 19:22:00 +01:00
isUnknown
b724ed1244 toc : add h4 support with nested structure and fix anchors in non-block mode
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-27 19:18:32 +01:00
isUnknown
4e5440a7ae toc plugin : refactor and fix for grid/linear templates
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-27 19:12:14 +01:00
isUnknown
25d63346c6 body writer : add h4 headings
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
2026-03-27 18:46:41 +01:00
isUnknown
b1b3fcc8f6 linear blueprint : block mode by default
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
2026-03-27 18:43:15 +01:00
isUnknown
2f95bc207b disabled loop plugin
All checks were successful
Deploy / Deploy to Production (push) Successful in 8s
2026-03-27 18:41:34 +01:00
isUnknown
62144384ce optimize image blocks with responsive srcset and webp conversion
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 22:08:04 +01:00
isUnknown
31f1cd0ed5 loop : improve translation
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
2026-03-23 21:43:04 +01:00
isUnknown
ab7fd8b2ea add kirby-loop plugin with French translations
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 21:41:50 +01:00
isUnknown
8ea5f0c462 divider block : increase vertical margin
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
2026-03-23 21:07:30 +01:00
isUnknown
bfec3daef1 add line divider block
All checks were successful
Deploy / Deploy to Production (push) Successful in 8s
2026-03-23 21:06:18 +01:00
isUnknown
e425d6d141 add quote block, cite custom mark, and blockquote styles
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 08:08:27 +01:00
isUnknown
6ea1325e91 remove useless commented colors 2026-03-23 07:42:29 +01:00
isUnknown
849d96e75c isBlockMode default to false
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s
2026-03-23 07:18:59 +01:00
isUnknown
c195ca6a59 remove assets/dist directory
All checks were successful
Deploy / Deploy to Production (push) Successful in 5s
No longer needed since gulp/babel build pipeline was removed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 17:22:39 +01:00
isUnknown
72a97b81ff add SASS source map
All checks were successful
Deploy / Deploy to Production (push) Successful in 8s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 17:19:13 +01:00
isUnknown
b2ac2b8f79 add Forgejo CI deploy workflow
Replaces GitLab CI. Deploys assets and site via FTP on push to main.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 17:18:21 +01:00
isUnknown
17345c9500 remove gulp and Node dependencies
CSS is now handled by SASS via IDE plugin (watchsass),
Node/gulp build pipeline is no longer needed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 17:11:34 +01:00
isUnknown
ccdfd37fe9 migrate CSS to SCSS
Rename all src/*.css to src/_*.scss partials and convert style.css
to style.scss with SASS imports.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 17:10:44 +01:00
isUnknown
30570cc931 remove tracked .claude files (already in .gitignore)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 17:04:27 +01:00
isUnknown
918b282417 add figure margin in articles and image block blueprint
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 17:04:01 +01:00
isUnknown
e4a04cd127 rename isArchiveMode to isBlockMode with inverted logic
Toggle now controls block mode (on = blocks, off = legacy text).
Update both blueprint conditions and front template to use isBlockMode.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 17:03:35 +01:00
isUnknown
3591af16e4 fix: add missing data-open-panel attribute on home textes button
The button was not opening the navigation panel because it lacked the
data-open-panel="text" attribute that the JS click handler requires.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 16:52:48 +01:00
isUnknown
d3b9220931 add plugin web2print 2026-03-09 10:14:25 +01:00
1f024a7e71 sommaire > table des matières 2026-02-20 17:14:40 +01:00
276c567bc8 newsletter blueprint add label and adjust layout. Sommaire > table des matières 2026-02-20 17:13:42 +01:00
01c5b098e4 refactoring avec claude + ajout scroll-margin-top et désaffichage du panel au click sur les liens du toc 2026-02-17 18:10:04 +01:00
d51fc592ed implémentation de la toc complete pour linear 2026-02-17 17:32:27 +01:00
0de3b29e8b début de mise en place de la toc. le design reste à voir 2026-02-16 16:11:36 +01:00
e210ed40f6 merge avec light_mod 2026-02-16 11:30:14 +01:00
e82ad2f4a8 Merge branch 'light_mod' of https://forge.studio-variable.com/Adrien/actuel-inactuel into light_mod 2026-02-16 11:23:12 +01:00
c5a130f9a5 close #46 : optimisation des images en reprenant le template du snipet pour les blocks image 2026-02-13 17:04:51 +01:00
f792954e04 ajout du champs blockBody dans le template. Avec possibilité de mettre des image. L'ancien champs s'affichera toujour si le nouveau est vide 2026-02-13 13:11:37 +01:00
bb5d12cb36 Mode archive ajouter pour visionner les linear avec l'ancien champs corp plus ajout du nouveau champs corp avec block 2026-02-12 15:53:28 +01:00
861cc67ccc closes #48 : date d'inscription associé au subscriber ajouter à la mailing list 2026-02-12 11:06:53 +01:00
3f5595144d j'avais oublié : header.php, linear.php, grid.php pour l'implémentation du allYears(). Peut-etr que ça vaudrait le coup de refactorisé tout ça parceque ça fait beaucoup de duplication 2026-02-09 22:44:13 +01:00
d4b7a3f3fb correction du champs linkedTexts pour ne pas in clure les page de la section texts 2026-02-09 22:32:19 +01:00
9789b645ff ajout d'une fonction pour faire dans l'autre sens : avoir toute les date (parent et linked) + implémentation de la fonction 2026-02-09 22:24:17 +01:00
7501e2cbb7 ajout des page lié pour le template year 2026-02-09 21:22:52 +01:00
d91455a0b4 corection des style css du panel pour ne pas avoir le before et le margin bottom sur la liste des pages liés 2026-02-09 21:10:27 +01:00
dee8f94182 ajout de la methode allTexts() dans site\models\year.php 2026-02-09 20:57:56 +01:00
344af4c0fe modification du blueprint year pour pouvoir séléctionner une page dans une autre année 2026-02-09 19:53:17 +01:00
9aece68498 fix les couleur du panel 2025-12-02 16:58:53 +01:00
20e305744f ajustement alignement toggle-mode ordi fix #42 2025-11-28 18:27:04 +01:00
8e9464f248 rééquilibrage marge (s'inscrire, à propos) 2025-11-24 12:03:36 +01:00