Commit Graph

8 Commits

Author SHA1 Message Date
Claudio Yanes
6846d314d6 Move css and js to appropriate files
Having the CSS and JS in the html template produces pages larger
than necessary, as each page need to contain all the js/css.
Separating them in appropriate files allow the browser to just download
them once and use them for all the pages. This is even more effective
with an aggressive cache policy for the js and css, something that can
be done without fear thanks to the implemented cache-busting.
Also, having then in separate files allows us to use Hugo pipelines
for minimizing the code.
2022-03-04 02:07:51 +00:00
Jacky Zhao
ce4c95b8ab fix #54: root all image urls 2022-02-15 23:03:02 -05:00
Jacky Zhao
cf4e921ca4 fix relative pathing for dynamic fetch 2022-02-15 22:54:20 -05:00
Jacky Zhao
fdf1d9bbe3 feat: dynamically fetch indices 2022-02-15 19:39:14 -05:00
Jacky Zhao
9106a1605f fix popover regex 2022-01-10 09:00:45 -08:00
Jacky Zhao
2caba8f250 various path fixes 2022-01-10 08:49:29 -08:00
Jacky Zhao
e8327048bd made link preview optional 2022-01-03 13:22:04 -05:00
Jacky Zhao
671fe795b2 popover implementation 2022-01-03 13:18:31 -05:00