24 Commits (b21b27d1d3d68bfb4d285f39122a154fceefb9ab)

Author SHA1 Message Date
Aiden Bai 1a5d158fce
Support active node with other data at end of url 3 years ago
Aiden Bai 8d092a3a4a
Remove unnecessary 'url' argument in graph.html 3 years ago
Jacky Zhao 24d08d580d cfg: make SPA optional 3 years ago
Aiden Bai bcb166c21c
Add router 3 years ago
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 fcd5d2807d feat: dynamically fetch indices 3 years ago
Jacky Zhao 57ebf4c21c underscore fix, fix relative path being weird for graph 3 years ago
Jacky Zhao 6f9a29c174 various path fixes 3 years ago
Jacky Zhao 4a3c4fdef5 popover implementation 3 years ago
Jacky Zhao efeaf0f4e4 add pagination to section, fix graph linking 3 years ago
Jacky Zhao 1a8cdaad24 remove console.log 3 years ago
Jacky Zhao 39592347cc add graph depth config 3 years ago
Jacky Zhao 2ba01c8311 fix untitled #36 3 years ago
Jacky Zhao 56d2382c28 fix relative link styling, change graph and backlinks to refer to name rather than path 3 years ago
Jacky Zhao de940d6a4b update graph redir 3 years ago
Blake Allen 9292de6333 remove unnecessary regex, use encodeuri for label instead of replace 3 years ago
Blake Allen 8eca1e60f7 change %20 in node labels to whitespace, change %20 in node hrefs to hyphen 3 years ago
Blake Allen fc00ad5bff fix for notes with spaces not linking properly 3 years ago
jackyzha0 ccec4b30e7 config fixes 3 years ago
jackyzha0 6896cb007b proper backlink and graph display in footer 3 years ago
jackyzha0 672a641cec fix darkmode 3 years ago
jackyzha0 ea69050587 add base pages 3 years ago
jackyzha0 c01138a81c add base structure 3 years ago