Commit Graph

15 Commits

Author SHA1 Message Date
ngn
314b237bb7 add static route for main.css
Some checks failed
Build and publish the docker image / build (push) Failing after 10s
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-20 05:54:35 +03:00
ngn
f8a1e6f79c general cleanup
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-20 04:31:15 +03:00
bd401d888e fix: flatten content and then apply markup rules 2022-08-21 23:10:40 +05:30
7ad24a2c86 feat: show post's medium.com url 2022-02-09 23:38:04 +05:30
df14f8b0b8 feat: ordered list rendering 2022-01-16 13:20:44 +05:30
3aabaeb52d feat: blockquote rendering and styling 2022-01-05 11:41:30 +05:30
6aa6b0c097 feat: request to file bug when libmedium encounters unknown formatting rules 2022-01-05 11:36:15 +05:30
33f02c2ece show post preview 2021-11-07 13:22:10 +05:30
9bf500f764 render gists inline 2021-11-04 23:51:59 +05:30
072e30cba3 proxy github gists and render them on posts 2021-11-04 19:36:37 +05:30
7fdf255678 show reading time 2021-11-02 21:04:02 +05:30
af3c43dbf5 Cache post data using sled
Each post fetch was taking 800ms TAT, so I'm using sled to fetch and
cache post data. This reduced TAT down to 2ms.

However, this could cause storage issues. I must design some sort of
resource manager to clean up cache.
2021-11-02 15:30:25 +05:30
133c4a96b3 Show author photo in metadata section 2021-11-02 13:40:13 +05:30
847afe1bdd implement additional markup types on post 2021-11-02 12:00:11 +05:30
c23943a796 add index page 2021-10-31 23:26:15 +05:30