0ed53651da
feat(layout): make footer sticky and main grow to fill viewport (flex column layout)
2025-09-05 12:45:58 -04:00
723c6d1082
feat(nav): add responsive mobile navigation with toggle; tidy header for md+; keep language switch and CTA accessible
2025-09-05 12:30:08 -04:00
ed80223e92
feat(policies): add FR/EN policy pages and i18n routes; update footer and consent links to localized URLs
2025-09-05 12:23:59 -04:00
4c4224eb46
refactor(i18n): use route manifest for all internal links; fix Astro frontmatter blocks; build passes
2025-09-05 12:11:37 -04:00
cc09505eca
feat(i18n): add route manifest and use it for language toggle + hreflang; add alias redirects to avoid 404s on mismatched slugs
2025-09-05 11:59:18 -04:00
6cf3d3c853
feat(i18n): add language toggle and hreflang alternates; compute sibling FR/EN paths in layout
2025-09-05 11:40:41 -04:00
a298c119db
style(tailwind): wire global Tailwind CSS, brand tokens, and replace hex with theme classes
2025-09-05 11:36:54 -04:00
477dcf4b3b
chore: remove accidental nested astro-tmp repo
2025-09-05 11:30:17 -04:00
1f5f9f75a8
build: switch to pnpm@10.15.1 and scaffold Astro Phase 1 stubs (FR)
2025-09-05 11:29:51 -04:00
fdecbd7783
docs(spec): add website revamp specification, data, and update contributor guide
2025-09-05 11:11:34 -04:00
a6ae2d9db7
refactor(html): reformat and modernize HTML structure
...
Reformatted all HTML files to use consistent indentation, modernized the
doctype to `<!doctype html>`, and improved meta tag formatting for
better
readability and maintainability. Updated script and style includes to
use
self-closing tags and added Plausible analytics script. No content or
functional changes were made. This improves code clarity and consistency
across the project.
2025-05-13 01:02:07 +02:00
dc1dc64406
Merge pull request #4 from rjNemo/dependabot/pip/jinja2-3.1.5
...
Bump jinja2 from 3.1.4 to 3.1.5
2025-01-08 22:33:53 +01:00
dependabot[bot]
4266707706
Bump jinja2 from 3.1.4 to 3.1.5
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5 )
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 20:46:23 +00:00
b3c46b7446
Merge pull request #3 from rjNemo/dependabot/pip/jinja2-3.1.4
...
Bump jinja2 from 3.1.3 to 3.1.4
2024-06-13 23:01:59 +02:00
dependabot[bot]
26888dd23f
Bump jinja2 from 3.1.3 to 3.1.4
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4 )
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 20:46:50 +00:00
bb43383f23
Merge pull request #2 from rjNemo/dependabot/pip/black-24.3.0
...
Bump black from 23.3.0 to 24.3.0
2024-03-21 20:45:14 +01:00
dependabot[bot]
69698b6cac
Bump black from 23.3.0 to 24.3.0
...
Bumps [black](https://github.com/psf/black ) from 23.3.0 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/23.3.0...24.3.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 17:48:28 +00:00
31febf8f57
Merge pull request #1 from rjNemo/dependabot/pip/jinja2-3.1.3
...
Bump jinja2 from 3.1.2 to 3.1.3
2024-01-12 19:42:17 +01:00
dependabot[bot]
2c34f22181
Bump jinja2 from 3.1.2 to 3.1.3
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3 )
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-11 20:56:35 +00:00
24632b08f0
use rich
2023-07-05 21:00:22 +02:00
5e39e5920a
refactor
2023-07-05 16:10:18 +02:00
65604a72c7
return exit code 1 if config file is missing
2023-07-05 15:52:05 +02:00
081358c8d3
add benchmark
2023-06-29 21:38:33 +02:00
076f0cbe2c
edit documentation
2023-06-29 21:33:06 +02:00
f457e79e17
move layouts to own directory
2023-06-29 21:25:15 +02:00
5e351e4cd4
refactor
2023-06-29 21:18:28 +02:00
0825956100
walk pages directory to build site
2023-06-29 21:12:59 +02:00
7d16193c91
change directories names
2023-06-29 20:47:44 +02:00
fef2022767
move static files to assets folder and copy that folder content to the build
2023-06-18 23:34:43 +02:00
2f0faae36b
use toml for config
2023-06-18 23:18:48 +02:00
255714eca2
use file based routing
2023-06-18 23:05:25 +02:00
c7f5429266
fix t3 images
2023-06-18 22:01:12 +02:00
cada565403
encapsulate the config parsing
2023-06-13 14:55:51 +02:00
a5136d102b
use consistent naming convention for config keys
...
set default in main instead of inside the renderer
fix: renderer template folder setup
2023-06-13 14:35:05 +02:00
7761a3b7f0
add config for templatesFolder
2023-06-04 11:27:06 +02:00
04006bb736
automatically handle static files
2023-06-04 09:45:05 +02:00
43f5982d5d
add documentation
2023-06-04 09:10:21 +02:00
f41c8a1f54
change pictures and add files
2023-05-29 14:57:21 +02:00
d974a48198
change pictures and add files
2023-05-29 14:57:14 +02:00
b66ab0c0de
change pictures
2023-05-29 14:56:55 +02:00
923bc2f508
change phone number
2023-05-28 17:14:44 +02:00
1b6d91709e
success page
2023-05-28 14:03:49 +02:00
d7d2dce068
fix booking form
2023-05-28 13:27:28 +02:00
f8bd649cf7
handle missing config file
2023-05-28 13:07:35 +02:00
6974c67aee
use config
2023-05-28 12:49:03 +02:00
0d4a7b43ec
code refactor
2023-05-28 12:18:05 +02:00
e89d204dd0
build changes
2023-05-28 10:50:19 +02:00
58fde7c38a
specify post method
2023-05-28 10:44:20 +02:00
6f94bcd276
alter form
2023-05-28 10:41:08 +02:00
d125c97d9f
contact page
2023-05-28 10:21:57 +02:00