Minecon724
c57ae37666
Page templates
...
/ build (push) Successful in 1m3s
Closes #8
Signed-off-by: Minecon724 <git@m724.eu>
2025-03-12 19:26:18 +01:00
Minecon724
25cdedfe2b
Pages
...
/ build (push) Successful in 1m55s
Signed-off-by: Minecon724 <git@m724.eu>
2025-03-11 17:59:27 +01:00
Minecon724
ac3493bfa8
Implement hidden article
...
/ build (push) Waiting to run
Signed-off-by: Minecon724 <git@m724.eu>
2025-03-10 18:11:23 +01:00
Minecon724
b6fb184b05
Improve Article class and add 'hidden' property
...
Signed-off-by: Minecon724 <git@m724.eu>
2025-03-10 17:55:19 +01:00
Minecon724
62eb9903c0
Refactoring, more abstraction
...
Signed-off-by: Minecon724 <git@m724.eu>
2025-03-10 17:50:47 +01:00
Minecon724
d6c33b4992
Minifier
...
/ build (push) Waiting to run
again
Signed-off-by: Minecon724 <git@m724.eu>
2025-03-08 13:26:36 +01:00
Minecon724
977d7a1338
Refactoring again before release
...
/ build (push) Waiting to run
Signed-off-by: Minecon724 <git@m724.eu>
2025-03-08 11:08:58 +01:00
Minecon724
5d98a8fd60
Some refactoring
...
/ build (push) Waiting to run
Signed-off-by: Minecon724 <git@m724.eu>
2025-03-08 10:54:17 +01:00
Minecon724
053ce27f3c
License
...
/ build (push) Waiting to run
Signed-off-by: Minecon724 <git@m724.eu>
2025-03-06 17:54:50 +01:00
Minecon724
1354d94817
Some refactoring
...
/ build (push) Waiting to run
Signed-off-by: Minecon724 <git@m724.eu>
2025-03-06 15:11:10 +01:00
Minecon724
d03f90b7f6
New hashing
...
/ build (push) Waiting to run
Signed-off-by: Minecon724 <git@m724.eu>
2025-03-04 16:24:35 +01:00
Minecon724
fff71d1140
Asset remapping / Cache buster
...
/ build (push) Waiting to run
Signed-off-by: Minecon724 <git@m724.eu>
2025-03-04 14:19:31 +01:00
Minecon724
121a2c6915
Support folders
...
/ 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
...
/ build (push) Successful in 31s
Signed-off-by: Minecon724 <git@m724.eu>
2025-02-25 09:42:30 +01:00
Minecon724
159519c94d
Configurable compressors
...
/ build (push) Successful in 36s
Signed-off-by: Minecon724 <git@m724.eu>
2025-02-24 14:43:52 +01:00
Minecon724
1557a47987
Rename site-config to site.yml
...
Signed-off-by: Minecon724 <git@m724.eu>
2025-02-22 16:35:30 +01:00
Minecon724
a7ab3b400c
feat: Render options
...
/ build (push) Successful in 35s
for now only includes compress true or false
Signed-off-by: Minecon724 <git@m724.eu>
2025-02-22 16:31:11 +01:00
Minecon724
950645dcef
feat: Compression
...
/ build (push) Successful in 37s
and refactoring
Signed-off-by: Minecon724 <git@m724.eu>
2025-02-20 15:29:47 +01:00
Minecon724
3d4597b198
refactor: Use SimpleFileServer
...
/ 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
d155079514
feat!: Use YAML instead of JSON
...
site-config.json is now site-config.yml.
That was the only usage of JSON, so not much changes.
Dep removed: org.json:json
Added: org.snakeyaml:snakeyaml-engine
Signed-off-by: Minecon724 <git@m724.eu>
2025-02-12 16:17:43 +01:00
Minecon724
37535e2c35
refactor: clean up unused imports
...
/ build (push) Failing after 8s
- Removed unused Pebble extension-related imports.
- Improved readability by eliminating unnecessary dependencies.
Signed-off-by: Minecon724 <git@m724.eu>
2025-02-08 16:01:06 +01:00
Minecon724
e89252bb71
refactor: use StringBuilder in RSS generation
...
- Replaced string concatenation with StringBuilder for efficiency.
- Moved DateTimeFormatter to a static final field to improve reusability and readability.
- Improved structure and readability of RSS generation logic.
Signed-off-by: Minecon724 <git@m724.eu>
2025-02-08 16:00:44 +01:00
Minecon724
0a6d8c09c5
refactor: simplify while loop logic
...
- Replace `removeFirst()` check with `isEmpty()` for cleaner loop condition.
- Improve code readability and maintainability.
Signed-off-by: Minecon724 <git@m724.eu>
2025-02-08 15:55:40 +01:00
Minecon724
8e4fae069d
refactor: extract template functions into TemplateExtension
...
- Introduced `TemplateExtension` to encapsulate template functions.
- Moved `static` and `asset` functions from `BlogBuilder` to `TemplateExtension`.
- Adjusted package structure for `TemplateRenderer` and new `TemplateExtension`.
Signed-off-by: Minecon724 <git@m724.eu>
2025-02-08 15:54: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
...
/ 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
c16350ecee
feat: add no-browser option
...
- Introduce `no-browser` CLI option to disable browser auto-open on server start
- Update logic to respect the `no-browser` flag
Signed-off-by: Minecon724 <git@m724.eu>
2025-02-07 12:57:26 +01:00
Minecon724
a78bec5c5e
fix: correct server address output
...
/ 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
cbb7dab7f3
Make drafts drafts
/ build (push) Successful in 20s
2025-01-20 17:34:01 +01:00
Minecon724
6fcb8e088b
Improvements
/ build (push) Successful in 35s
2025-01-19 10:15:42 +01:00
Minecon724
d0952423c7
Remove minify temporarily
/ build (push) Successful in 39s
2025-01-18 21:36:25 +01:00
Minecon724
93244edd0e
prepare for deploy
/ build (push) Successful in 51s
2025-01-18 21:22:42 +01:00
Minecon724
e3e07dc3fe
this
2025-01-10 18:50:12 +01:00
Minecon724
e6cd257238
this
2025-01-10 14:43:24 +01:00
Minecon724
dd28fde073
server and more
2025-01-09 16:15:55 +01:00
Minecon724
b6031b93e6
made it work
2025-01-08 18:40:11 +01:00
Minecon724
8978c7ae4c
initial commit
2025-01-07 11:41:30 +01:00