80 Commits (0293c122177bf8c595cda8b4dfb513d90b1e6b03)

Author SHA1 Message Date
Jacky Zhao 0293c12217 feat: recent posts section/partial 3 years ago
Jacky Zhao 0b6711c218 fix: tag boxes overlapping for content with many tags (closes #130) 3 years ago
Jacky Zhao ed9a8efd1f fix inline link highlighting, safer latex render 3 years ago
Jacky Zhao e302f6c423 fix: more generic style to match bad nesting generated by popover interp 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
Jacky Zhao cea0f3eb74 feat: contextual backlinks (closes #106) 3 years ago
Aiden Bai 2b5c03c972
Remove redundant URL construction 3 years ago
Aiden Bai aaed5dc1f1
Support /path root sites 3 years ago
Aiden Bai 1a5d158fce
Support active node with other data at end of url 3 years ago
Aiden Bai d38f9bec70
Rename API and generalize router API 3 years ago
Aiden Bai 771ebd8031
Merge 3 years ago
Aiden Bai e646cdb0be
Use explicit regex for trailing slash trim 3 years ago
Aiden Bai 3c660dd9b5
Remove unnecessary 'url' param in drawGraph 3 years ago
Aiden Bai 4cca3c1f2d
Peg router version 3 years ago
Aiden Bai 9d3bbd6076
Fix active node on graph 3 years ago
Aiden Bai 77485b754d
Fix popover 3 years ago
Jacky Zhao 6e6dd4cb0b fix: trim trailing slash when calculating popover 3 years ago
Jacky Zhao 24d08d580d cfg: make SPA optional 3 years ago
Jacky Zhao fc89ff2680 fix: broken semi and graph min-height 3 years ago
Jacky Zhao e9a33c04b5 fmt: remove semis for good 3 years ago
Jacky Zhao 9ba0a4b34f fmt: remove semis :) 3 years ago
Aiden Bai 5c602ab16f
Add clarification comments 3 years ago
Aiden Bai bcb166c21c
Add router 3 years ago
Jacky Zhao b8a660e208 feat: copyable header anchors (fixes #86) 3 years ago
Jacky Zhao 87b5a7a251 feat: show graph titles on zoom (fixes #92) 3 years ago
Jacky Zhao c8d390dbc5 fix: always hide popover on mobile (fixes #104) 3 years ago
Jacky Zhao 3c7ece5405 fix: append trailing slash, fixes #111 3 years ago
Jacky Zhao f05ff5e62d fix: add dropshadow to popover, cleanup animation 3 years ago
Jacky Zhao 12ed9722d8 fix: popover selection wrongly including line breaks 3 years ago
Jacky Zhao f9c7cdf928 fix: check for src before attempting to add popover 3 years ago
Jacky Zhao 7808c66c4d fix: align footer links 3 years ago
meleu 671fe05312
padding and border-radius matching bottom cards
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
3 years ago
meleu a287d11246 add a collapsible ToC 3 years ago
Jacky Zhao e6e04c03c4 fix latex misrendering 3 years ago
Jacky Zhao c117e38899 feat: wikilinks implementation 3 years ago
Jacky Zhao 4fd983277e fix: cjk support + demo page 3 years ago
Jacky Zhao cc86136bcb feat: basic latex support 3 years ago
Jacky Zhao 8e083d4a93
Merge pull request #83 from meleu/patch-2 3 years ago
meleu a469653f75 separate contact links semantically 3 years ago
Jacky Zhao c51573efa9 feat: grey out broken links 3 years ago
Jacky Zhao 1ddd15afc6 fix: non-unicode character in popover and search #67, #68 3 years ago
Jacky Zhao 3674df48b8 fix pagination styling 3 years ago
Jacky Zhao 94e987dab5 feat: better titles for empty pages #61 3 years ago
Claudio Yanes f70128a3de
Prevent overflow of long links and words
When a word (or any string withtout breakpoints (spaces, dashes....), making links the most common place where this becamoes an issue)  is wider than its container, the text will simply overflow any container, including the viewport. This commit fixes this behaviour by making the word-drap strategy of the browser more aggresive.
3 years ago
Claudio Yanes b96c60edfc Merge branch 'hugo' of https://github.com/jackyzha0/quartz into jackyzha0-hugo 3 years ago
Claudio Yanes 978d5ca1ae Format JS 3 years ago
Jacky Zhao 907270992d fix: hide popover on mobile to prevent overflow 3 years ago
Claudio Yanes 0fad5570d3 Add .gitkeep to assets/indices 3 years ago
Claudio Yanes dc9b421e21 Remove unnecessary scrollbars
The margin property can escape the parent node and move it alongside
its child. This happens with singlePage div and the body, resulting in
scrollbars appearing as the body has the size of the viewport but
does not align with it. This phenomenon can be always observed
in the vertical axis and it can also be observed in the horizontal axis
when the viewport it’s not wide enough (mostly in mobile).

Using paddings prevents this “extra space” from scraping and displacing
the body.

Also, the value 100vw does not take into account the space taken by the
vertical scrollbar, thus making the body wider than the actual viewport,
producing a horizontal scrollbar.
3 years ago