Commit graph

49 commits

Author SHA1 Message Date
3e32257e56
implement configuration for the custom templates directory and change the default 2024-08-13 17:02:33 +03:00
2eb14be977
implement custom static loading 2024-08-13 16:06:33 +03:00
9d91e829c8
switch to handlebars 2024-08-13 15:53:18 +03:00
00b721caab
implement sorting 2024-08-01 00:25:42 +03:00
a8a1dca444
add alt text 2024-07-01 03:21:33 +03:00
38d93a66ba
add color to index 2024-07-01 03:16:17 +03:00
3623b61fbe
optimization 2024-07-01 03:14:26 +03:00
bd093e7c20
add default color 2024-07-01 02:53:04 +03:00
342a353b36
better post icon and color support 2024-07-01 02:34:40 +03:00
2544184251
move sigterm functionality out 2024-06-13 23:43:34 +03:00
7ad03e91bc
move sigterm functionality out 2024-06-13 23:43:03 +03:00
9dfe0ebddf
fixup app.rs from merge confliict 2024-06-13 23:19:47 +03:00
1a6dcc2c17
Merge branch 'refactor' 2024-06-13 23:19:16 +03:00
84932c0d1e
add custom date formatting and client side date formatting 2024-06-13 21:52:18 +03:00
bd7823dc14
replace single char string pattern with char pattern 2024-05-26 20:24:08 +03:00
516e791ad6
advertise rss 2024-05-26 20:23:40 +03:00
cf102126b3
move the rest of markdown-related stuff into it's own file 2024-05-14 12:27:18 +03:00
897e1cbf88
move MarkdownPosts into it's own file 2024-05-14 10:23:40 +03:00
cc41ba9421
refactor part 2: create PostManager trait 2024-05-14 10:11:41 +03:00
a7b5472fc6
clean up new function 2024-05-09 11:30:18 +03:00
a19c576275
refactor part 1: move code 2024-05-08 23:03:10 +03:00
95cd0323a2
fix config env var 2024-05-04 00:18:40 +03:00
759a792043
add todo 2024-05-02 20:20:07 +03:00
8678758440
remove intermediate template and cache rendered markdown directly instead 2024-05-02 20:17:46 +03:00
ad2a8c6ba4
only apply tag to rss 2024-05-02 20:09:28 +03:00
457692f766
add rss 2024-05-02 19:23:20 +03:00
086ddb7665
remove arc unwrapping 2024-05-02 17:44:01 +03:00
d466f531eb
add tags and cache versioning 2024-05-01 23:12:52 +03:00
d2976b2684
optimize imports & features 2024-05-01 18:59:34 +03:00
573ea75167
revamp config and add tags support 2024-05-01 18:25:01 +03:00
2fa22a2752
fix: add systemtime_as_secs 2024-04-30 17:34:46 +03:00
9ba687bdae
remove unused feature 2024-04-30 11:44:40 +03:00
6a92c1713d
cache cleanup for all! we can enable persistence now 2024-04-30 11:41:35 +03:00
91b48850db
switch to scc's serde implementation 2024-04-30 09:38:50 +03:00
2c7fef312a
remove unnecessary nightly features and precompression deps 2024-04-23 23:12:44 +03:00
b0006664e6
remove syntect-to-css 2024-04-23 16:21:52 +03:00
64954a3d5c
respect compession level 2024-04-21 00:46:28 +03:00
5930df6609
remove redundant code 2024-04-21 00:38:30 +03:00
9046ac910d
change posterror back to apperror 2024-04-20 23:46:20 +03:00
ed1a858d51
add compression to cache and remove precompression 2024-04-20 23:02:23 +03:00
18385d3e57
make cache optional 2024-04-20 20:59:00 +03:00
2b3f935a98
markdown_render.rs, post/mod.rs: remove unnecessary function and rename render_with_config
main.rs, config.rs, view_post.html: add markdown_access
main.rs: change AppError to PostError
cache.rs: replace development string
config.rs: put syntect options in their own struct
view_post.html: add markdown_access
README.md: write the readme
2024-04-19 22:41:14 +03:00
7ab62a0711
rename fronma::Error newtype 2024-04-19 16:46:12 +03:00
44a4b6a365
more efficient serialization/deserialization for Cache 2024-04-18 19:35:08 +03:00
acaf55f7ea
rookie mistake 2024-04-18 19:17:33 +03:00
7971464e56
forgot to enable strikethrough 2024-04-18 05:00:48 +03:00
556d8393a3
rebrand to bingus-blog 2024-04-18 04:16:12 +03:00
f9a44d742e
switch to yaml cuz forgejo 2024-04-18 04:12:03 +03:00
3e7fbea3bb
initial slonkmit 2024-04-18 04:05:52 +03:00