dependabot[bot]
59ca5853df
Bump black from 24.3.0 to 26.3.1
...
Bumps [black](https://github.com/psf/black ) from 24.3.0 to 26.3.1.
- [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/24.3.0...26.3.1 )
---
updated-dependencies:
- dependency-name: black
dependency-version: 26.3.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-12 20:25:36 +00: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
68a240dbd9
t3 page
2023-05-28 10:11:38 +02:00
2f4b89d93d
t2 page
2023-05-28 10:01:36 +02:00
5397206e65
index page
2023-05-28 09:21:57 +02:00
4d6e126ac5
use subdir
2023-05-26 22:08:49 +02:00
c4f79b22ba
layout
2023-05-26 21:59:03 +02:00
e57bd92532
use jinja
2023-05-26 21:56:48 +02:00
6a16155362
use template
2023-04-21 16:25:17 +02:00