16 Commits (0293c122177bf8c595cda8b4dfb513d90b1e6b03)

Author SHA1 Message Date
Claudio Yanes 8779e72c77 Add attribute property to scripts from jsdelivr
Adding the integrity attribute protects the website (by refusing to load
the script) against malicious modifications of the script
in the case of jsdelivr gets hacked
3 years ago
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.
3 years ago
Jacky Zhao cdc4f1a840 fix: relink search button (move outside content load listener) 3 years ago
Jacky Zhao fcd5d2807d feat: dynamically fetch indices 3 years ago
Jacky Zhao 4a3c4fdef5 popover implementation 3 years ago
Jacky Zhao 7507fd2991 fix search styling 3 years ago
Jacky Zhao 43837f9e2e add makefile, fix link padding, test capitalization 3 years ago
Jacky Zhao 5bd5642c99 add toLowerCase to id 3 years ago
Jacky Zhao 48eb9ebc5f better search, fix spacing support, bump hugo-obsidian 3 years ago
Jacky Zhao 8ca31df3f2 search patch 3 years ago
Jacky Zhao df23b99951 more search improvements 3 years ago
Jacky Zhao f7b89db8ee search fix 3 years ago
Jacky Zhao f56642f13c forgot string lol 3 years ago
Jacky Zhao 22a9c0ddfc docs updates, add search to main page, fix redir bug 3 years ago
Jacky Zhao 6fd19069de search improvements 3 years ago
jackyzha0 1c851271ea add search support 3 years ago