Commit Graph

64 Commits (d6c31595b320562313010ca68002942ac951a069)

Author SHA1 Message Date
Jacky Zhao aa5ab03d4a docs: update to account for github changes
Dev Uni 10e41743e5
fix: Bad UI due to head.html ()
Simon Späti bde44fadf2
feat: Adding Twitter and Social image preview including description ()
Jacky Zhao 7df2bb6f5e fix: fix duplicate link click tracking
Jacky Zhao 11959de11c feat: add more plausible events
Jacky Zhao a73aca8ed9 feat: switch from GA to Plausible for analytics
Adam Brangenberg 614a6222a1
refactor: General performance/style improvements ()
Jacky Zhao ce5df837f5 feat: latex in search results
Brendan Ang 5f3d430699
feat: add support for mermaid diagrams ()
Jacky Zhao e374e3abd4 fix: jump to search for operand
Jacky Zhao e6c7a4e1e2 fix: latex rendering bugs + patch for
Youssif Shaaban Alsager 25ba1159ad
feat: Add internationalization (i18n) support ()
Jacky Zhao a78926ede5 feat: link previews to page-list (closes )
Jacky Zhao 14b89105dc refactor: move search utils to util.js
Emile Bangma 728d8529ec
Support Admonition callouts () (closes )
Jacky Zhao 22c8981bb9 feat: css refactor for easy font change
Jacky Zhao ffe22689eb feat: use floating-ui for better popover positioning
Jacky Zhao aaf31f419e fix: copy code block logic for non code pages
Geoffrey Garrett f54df35767
Copy to clipboard feature for code block ()
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
Geoffrey Garrett d3e20b8b94
Added optional rendering of code block titles ()
Jacky Zhao 8d7a7b712f fix: non-SPA fn defs (closes )
Jacky Zhao f2078ee621 fix: prefix images with base url for non-root quartz
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.
Geoffrey Garrett 473ea2c66f feat(layouts/partials/head.html): Adds general favicon support with dict and string input format
DhammaCharts ab809249c8
Update layouts/partials/head.html
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
DhammaCharts 84c75d0546
Merge branch 'hugo' into hugo
DhammaCharts c88f31c364 change to object destructuring for drawGraph() arguments
DhammaCharts d261655d96 remove unnecessary ternary
DhammaCharts 5a1fbc9374 Improve graph display, options and ability to have a global graph on the home page, local graphs on subpage.
Aiden Bai a1293f820a
Prerender latex
Aiden Bai 8673a7bc3d
Add option to toggle footer
Aiden Bai 006b74ec6f
Fix formatting
Aiden Bai 8aba612a00
Fix non-spa fallback
Aiden Bai efb6c7845f
Add prefetch to graph
Jacky Zhao 0439c163a0 fix: js not executing if spa disabled
Jacky Zhao b21b27d1d3 fix: clean wikilinks and render latex in popover
Jacky Zhao 364aee36fc fix: merge conf
Aiden Bai b4ff12ca0b
Fix latex
Aiden Bai 9fc71603ba
Merge
Aiden Bai d38f9bec70
Rename API and generalize router API
Aiden Bai e4cc625c33
Add future note about init function
Aiden Bai 白宇彤 3789df80e4
Merge branch 'hugo' into fix-popover
Aiden Bai 3c660dd9b5
Remove unnecessary 'url' param in drawGraph
Aiden Bai 77485b754d
Fix popover
Jacky Zhao 24d08d580d cfg: make SPA optional
Aiden Bai f1b85fb6d9
Fix clarification comment
Aiden Bai 40d216759c
Expand template
Aiden Bai 5c602ab16f
Add clarification comments
Aiden Bai bcb166c21c
Add router
Jacky Zhao 25b5ac43dd fix: favicon not showing on non-root domain