Commit graph

18 commits

Author SHA1 Message Date
Aravinth Manivannan 33f02c2ece
show post preview 2021-11-07 13:22:10 +05:30
Aravinth Manivannan 9bf500f764
render gists inline 2021-11-04 23:51:59 +05:30
Aravinth Manivannan 072e30cba3
proxy github gists and render them on posts 2021-11-04 19:36:37 +05:30
Aravinth Manivannan 8e9b070d46
add explicit width to img and fix render repetition bug when
markup.start is 0
2021-11-02 22:44:35 +05:30
Aravinth Manivannan 7fdf255678
show reading time 2021-11-02 21:04:02 +05:30
Aravinth Manivannan 14c7225f82
proxy medium images 2021-11-02 17:56:39 +05:30
Aravinth Manivannan 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
Aravinth Manivannan 133c4a96b3
Show author photo in metadata section 2021-11-02 13:40:13 +05:30
Aravinth Manivannan 26722e5a52
img: include captions 2021-11-02 13:39:37 +05:30
Aravinth Manivannan 94656c5232
set demo post to use relative URL 2021-11-02 13:39:02 +05:30
Aravinth Manivannan 58f7ebb91e
rm debug statement 2021-11-02 12:06:33 +05:30
Aravinth Manivannan e05687262f
- run build script when CSS file is changed
- typeset posts document
2021-11-02 12:00:32 +05:30
Aravinth Manivannan 847afe1bdd
implement additional markup types on post 2021-11-02 12:00:11 +05:30
Aravinth Manivannan 260dcb97e1
fix repetition bug
when text contained markup data, unprocessed string was being printed
before all the markup had been processed. This caused a repetition bug.
2021-11-02 11:59:13 +05:30
Aravinth Manivannan 698b59fa90
make metadata height and width nullable
post 965f7edd163a caused panic with null values for metadata height and
width
2021-11-01 08:51:54 +05:30
Aravinth Manivannan e4a4e01618
makeshift responsive styling 2021-11-01 08:51:25 +05:30
Aravinth Manivannan c23943a796
add index page 2021-10-31 23:26:15 +05:30
Aravinth Manivannan f0853a4a64
implement rendering on medium-formatted data 2021-10-31 22:26:42 +05:30