Commit Graph

8 Commits

Author SHA1 Message Date
Corey dba2c77465 added skeleton 2023-08-21 15:36:10 -04:00
Corey 16f315e8ee Initial commit 2023-08-21 15:36:10 -04:00
Jacky Zhao a757521313 base setup 2023-05-28 17:44:08 -07: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