56 Commits (4cd6f7efdf9161f1a1c7ad381d5bc4f2828eedb8)

Author SHA1 Message Date
Brendan Ang 5f3d430699
feat: add support for mermaid diagrams (#244) 2 years ago
Jacky Zhao e374e3abd4 fix: jump to search for operand 2 years ago
Jacky Zhao e6c7a4e1e2 fix: latex rendering bugs + patch for #195 2 years ago
Youssif Shaaban Alsager 25ba1159ad
feat: Add internationalization (i18n) support (#182) 2 years ago
Jacky Zhao a78926ede5 feat: link previews to page-list (closes #173) 2 years ago
Jacky Zhao 14b89105dc refactor: move search utils to util.js 2 years ago
Emile Bangma 728d8529ec
Support Admonition callouts (#166) (closes #88) 2 years ago
Jacky Zhao 22c8981bb9 feat: css refactor for easy font change 2 years ago
Jacky Zhao ffe22689eb feat: use floating-ui for better popover positioning 2 years ago
Jacky Zhao aaf31f419e fix: copy code block logic for non code pages 2 years ago
Geoffrey Garrett f54df35767
Copy to clipboard feature for code block (#152)
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2 years ago
Geoffrey Garrett d3e20b8b94
Added optional rendering of code block titles (#148) 2 years ago
Jacky Zhao 8d7a7b712f fix: non-SPA fn defs (closes #154) 2 years ago
Jacky Zhao f2078ee621 fix: prefix images with base url for non-root quartz 2 years ago
Geoffrey Garrett b732293f65 fix(head.html): Adds robustness to `config.yaml` favicon definitions
Initially assumed that `href` definitions should have `/...` as their
pattern, and `baseURL` would always end with `/`, however the omission
of `/` as the prefix of the former and suffix of the latter
simultaneously, would result in broken favicon paths. Final comment:
`..///...` is not breaking, which is worst case scenario with this fix.
2 years ago
Geoffrey Garrett 473ea2c66f feat(layouts/partials/head.html): Adds general favicon support with dict and string input format 2 years ago
DhammaCharts ab809249c8
Update layouts/partials/head.html
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
3 years ago
DhammaCharts 84c75d0546
Merge branch 'hugo' into hugo 3 years ago
DhammaCharts c88f31c364 change to object destructuring for drawGraph() arguments 3 years ago
DhammaCharts d261655d96 remove unnecessary ternary 3 years ago
DhammaCharts 5a1fbc9374 Improve graph display, options and ability to have a global graph on the home page, local graphs on subpage. 3 years ago
Aiden Bai a1293f820a
Prerender latex 3 years ago
Aiden Bai 8673a7bc3d
Add option to toggle footer 3 years ago
Aiden Bai 006b74ec6f
Fix formatting 3 years ago
Aiden Bai 8aba612a00
Fix non-spa fallback 3 years ago
Aiden Bai efb6c7845f
Add prefetch to graph 3 years ago
Jacky Zhao 0439c163a0 fix: js not executing if spa disabled 3 years ago
Jacky Zhao b21b27d1d3 fix: clean wikilinks and render latex in popover 3 years ago
Jacky Zhao 364aee36fc fix: merge conf 3 years ago
Aiden Bai b4ff12ca0b
Fix latex 3 years ago
Aiden Bai 9fc71603ba
Merge 3 years ago
Aiden Bai d38f9bec70
Rename API and generalize router API 3 years ago
Aiden Bai e4cc625c33
Add future note about init function 3 years ago
Aiden Bai 白宇彤 3789df80e4
Merge branch 'hugo' into fix-popover 3 years ago
Aiden Bai 3c660dd9b5
Remove unnecessary 'url' param in drawGraph 3 years ago
Aiden Bai 77485b754d
Fix popover 3 years ago
Jacky Zhao 24d08d580d cfg: make SPA optional 3 years ago
Aiden Bai f1b85fb6d9
Fix clarification comment 3 years ago
Aiden Bai 40d216759c
Expand template 3 years ago
Aiden Bai 5c602ab16f
Add clarification comments 3 years ago
Aiden Bai bcb166c21c
Add router 3 years ago
Jacky Zhao 25b5ac43dd fix: favicon not showing on non-root domain #89 3 years ago
Jacky Zhao cc86136bcb feat: basic latex support 3 years ago
Claudio Yanes 7f6523337c Move popover to the end of the page
The popover script doesn’t ever start in until the DOM has finished
Loading, so wait for the script to be downloaded and parsed before
Showing the content to the user makes no sense.
3 years ago
Claudio Yanes 7e0f2e4449 Fix fetchData
The fetchData function suffer from a race condition. If the function is
called before the promise finishes, it will result in another pair of
HTTP request. This does not only make the function useless but
Actually, it makes it harmful as the data might be redownloaded twice.

Now fetchData is not a function but rather the promise by itself.
Previous callers are expected to await the variable instead, this
should be not concern as awaiting a promise multiple time in
JavaScript is completely safe.
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 3b3e6ec3b2 fix relative pathing for dynamic fetch 3 years ago
Jacky Zhao fcd5d2807d feat: dynamically fetch indices 3 years ago
Jacky Zhao c520db4882 fix: #50, change css load order 3 years ago
Jacky Zhao 4a3c4fdef5 popover implementation 3 years ago