145 Commits (hugo)

Author SHA1 Message Date
DhammaCharts 84c75d0546
Merge branch 'hugo' into hugo 2 years ago
DhammaCharts a275123be2 better font behaviour 3 years ago
DhammaCharts c88f31c364 change to object destructuring for drawGraph() arguments 3 years ago
DhammaCharts ac0dd50c04 uncomment window.Million 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
Jacky Zhao cbc2bea413
Merge pull request #136 from aidenybai/custom-progress-bar-color 3 years ago
Aiden Bai ae240ff82c
Remove redundant CSS rule 3 years ago
Aiden Bai 159deabfe1
Bump to 1.9.6 3 years ago
Aiden Bai 44984cdaf4
Add support for progress bar 3 years ago
Aiden Bai 683cb53cbd
Bump million to 1.9.5 3 years ago
Aiden Bai e0fd9570d7
Bump million to 1.9.4 3 years ago
Aiden Bai bc32bbeaed
Bump milliomn to 1.9.3 3 years ago
Aiden Bai efb6c7845f
Add prefetch to graph 3 years ago
Aiden Bai bd316d8249
Bump million to 1.9.2 3 years ago
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
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 4587b13360 feat: add rtl support as part of #47 3 years ago
Jacky Zhao c35086c510 visibility fix 3 years ago
Jacky Zhao 4e639979f8 fix copy selection 3 years ago
Jacky Zhao 4a3c4fdef5 popover implementation 3 years ago
Jacky Zhao 2b432d7f0b fix flex gap 3 years ago
Jacky Zhao e4caa0d1d7 add taxonomy and term lists 3 years ago
Jacky Zhao e1911a58ff enable last modified info 3 years ago
Jacky Zhao b4e2697116 content section 3 years ago
Jacky Zhao 6fbfa7170b various font and colour fixes 3 years ago
Jacky Zhao 43837f9e2e add makefile, fix link padding, test capitalization 3 years ago
Jacky Zhao 114b7ca913 Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo 3 years ago
Jacky Zhao 48d01810c4 fix config setting, fix font size for h1 in article 3 years ago
Jacky Zhao 69c86e407f update subdomain docs 3 years ago
Jacky Zhao 56d2382c28 fix relative link styling, change graph and backlinks to refer to name rather than path 3 years ago
Juaoose bc90955959 remove horizontal scrollbar 3 years ago
Jacky Zhao 82ba843e42 search styling 3 years ago
Jacky Zhao 6005a2e0a0 css fixes 3 years ago
Jacky Zhao 03bb3a3bae normalize search styling 3 years ago
jackyzha0 cb38667c1d Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo 3 years ago
jackyzha0 1c851271ea add search support 3 years ago
Brecht Savelkoul f9920f6d73 Execute darkmode script before first render 3 years ago
jackyzha0 d197e19142 fix 404 styling 3 years ago
jackyzha0 35fa8d8823 better mobile support 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