Commit Graph

25 Commits

Author SHA1 Message Date
realaravinth
94656c5232 set demo post to use relative URL 2021-11-02 13:39:02 +05:30
realaravinth
58f7ebb91e rm debug statement 2021-11-02 12:06:33 +05:30
realaravinth
e05687262f - run build script when CSS file is changed
- typeset posts document
2021-11-02 12:00:32 +05:30
realaravinth
847afe1bdd implement additional markup types on post 2021-11-02 12:00:11 +05:30
realaravinth
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
realaravinth
02e158289f deployment docs 2021-11-01 16:35:22 +05:30
realaravinth
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
realaravinth
e4a4e01618 makeshift responsive styling 2021-11-01 08:51:25 +05:30
realaravinth
c23943a796 add index page 2021-10-31 23:26:15 +05:30
realaravinth
6ea970e7a6 fix js userscript 2021-10-31 23:11:12 +05:30
realaravinth
bc45c6f5dd add js userscript 2021-10-31 23:08:13 +05:30
realaravinth
d02d4d2e49 fix gh-pages deploy 2021-10-31 23:03:36 +05:30
realaravinth
ac9d4f753a pkg docker 2021-10-31 22:55:47 +05:30
realaravinth
b2f928bc7f init CI 2021-10-31 22:55:39 +05:30
realaravinth
a820a5233d change config dir and env var prefix 2021-10-31 22:47:09 +05:30
realaravinth
11dc8acc50 readme 2021-10-31 22:45:38 +05:30
realaravinth
f0853a4a64 implement rendering on medium-formatted data 2021-10-31 22:26:42 +05:30
realaravinth
63bd10688c reuse client object 2021-10-31 22:26:22 +05:30
realaravinth
a1395234e6 make certain fields non-nullable
I think it is safe to assume that these files will never receive a null
value. However, we should collect a bunch of data and verify this
assumption.

But for now, this means less boilerplate code
2021-10-31 22:17:48 +05:30
realaravinth
adf85ea814 fetch details from medium endpoint 2021-10-31 15:13:04 +05:30
realaravinth
92a9f12117 reverse engineered schema for medium graphql endpoint 2021-10-31 15:12:49 +05:30
realaravinth
732eeb0d3a add makefile 2021-10-31 15:12:26 +05:30
realaravinth
4f922c725c read settings and meta routes 2021-10-31 15:12:12 +05:30
realaravinth
60f6a57363 add license 2021-10-31 15:11:25 +05:30
realaravinth
ce837634e7 init 2021-10-31 15:11:13 +05:30