Commit graph

10 commits

Author SHA1 Message Date
Minecon724
5d98a8fd60
Some refactoring
Some checks are pending
/ build (push) Waiting to run
Signed-off-by: Minecon724 <git@m724.eu>
2025-03-08 10:54:17 +01:00
Minecon724
053ce27f3c
License
Some checks are pending
/ build (push) Waiting to run
Signed-off-by: Minecon724 <git@m724.eu>
2025-03-06 17:54:50 +01:00
Minecon724
121a2c6915
Support folders
Some checks failed
/ build (push) Has been cancelled
Closes #3

Signed-off-by: Minecon724 <git@m724.eu>
2025-02-27 14:34:36 +01:00
Minecon724
0aadf69a42
Use slf4j
All checks were successful
/ build (push) Successful in 31s
Signed-off-by: Minecon724 <git@m724.eu>
2025-02-25 09:42:30 +01:00
Minecon724
3d4597b198
refactor: Use SimpleFileServer
All checks were successful
/ build (push) Successful in 27s
Instead of own HttpHandler

Signed-off-by: Minecon724 <git@m724.eu>
2025-02-13 11:12:22 +01:00
Minecon724
b339d6d239
docs: add Javadoc for core classes
- Added Javadoc comments to `Site`, `Server`, `Feed`, `BlogBuilder`, `TemplateRenderer`, and `Post` classes.
- Documented constructors, methods, and class-level descriptions.
- Enhanced clarity around parameters, return values, and exceptions.

Signed-off-by: Minecon724 <git@m724.eu>
2025-02-08 15:50:32 +01:00
Minecon724
6d58c7d232
feat: overhaul blog system architecture
Some checks are pending
/ build (push) Waiting to run
- Replace Git dependency in `Site` with `Path` for config files
- Refactor `Server` initialization and add browser-opening functionality
- Introduce `BlogBuilder` for blog building logic separation
- Simplify `Main` by delegating build and server logic to `BlogBuilder` and `Server`
- Add CLI enhancements with new options and improved readability

Signed-off-by: Minecon724 <git@m724.eu>
2025-02-08 12:44:53 +01:00
Minecon724
a78bec5c5e
fix: correct server address output
Some checks failed
/ build (push) Has been cancelled
- Fix server address formatting in log message
- Update README with clearer formula-based description
- Adjust draft rendering logic to account for server mode

Signed-off-by: Minecon724 <git@m724.eu>
2025-02-05 12:42:36 +01:00
Minecon724
e3e07dc3fe
this 2025-01-10 18:50:12 +01:00
Minecon724
dd28fde073
server and more 2025-01-09 16:15:55 +01:00