Commit Graph

7 Commits

Author SHA1 Message Date
chris
cdc7d13654 change name font background 2023-06-13 22:23:41 -05:00
chris
3f3d97859a formatting changes 2023-04-27 14:59:51 -05:00
SafEight
de2b6b9a1b
feat: Replace == with <mark> (#234)
Co-authored-by: SAF <saf@saf.saf>
2022-11-19 13:17:55 -08:00
Jacky Zhao
22c8981bb9 feat: css refactor for easy font change 2022-07-13 23:37:54 -07:00
Aiden Bai
ae240ff82c
Remove redundant CSS rule 2022-05-27 18:31:36 -07:00
Aiden Bai
44984cdaf4
Add support for progress bar 2022-05-27 13:27:13 -07:00
Claudio Yanes
1313bd9779 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