Commit Graph

48 Commits

Author SHA1 Message Date
483190d244 fix: Apply monospace style to all meta in a popover (#216) 2022-10-16 09:43:43 -07:00
b19135cab2 fix: make latex rendering size more simialr to obsidian 2022-09-12 11:08:07 -07:00
0862dc7751 fix: tag list styling 2022-08-24 00:45:08 -04:00
bd65d242be feat: Add internationalization (i18n) support (#182) 2022-08-23 23:32:40 -04:00
a9fdaf9787 feat: link previews to page-list (closes #173) 2022-08-11 11:42:16 -07:00
ad5905128d fix: make callout detection case-insensitive (closes #171) 2022-08-05 11:08:52 -07:00
ff4872e8a3 style: _callouts.scss simplification (#169) 2022-08-04 14:50:24 -07:00
4cafc64eb9 docs: improve scss structure and admonition styling, update docs 2022-07-30 18:46:19 -07:00
ee33b49d89 Support Admonition callouts (#166) (closes #88) 2022-07-30 17:29:26 -07:00
50c3b5ab0a style: improve header anchor styling 2022-07-14 13:09:21 -07:00
a0da04d298 feat: add description section to section/term/taxonomies, fix header margin 2022-07-14 12:02:54 -07:00
216ceb9a34 fix: styling on page-list for smaller screens 2022-07-14 11:49:47 -07:00
5352c38b01 fix: make section-li scss more generic 2022-07-14 10:38:34 -07:00
b5d964364b feat: improve styling for lists, fix anchor offset 2022-07-14 10:30:07 -07:00
9cad2af01f feat: css typography improvements 2022-07-13 23:51:33 -07:00
4db93bf384 feat: css refactor for easy font change 2022-07-13 23:37:54 -07:00
9cb48adf29 feat: use floating-ui for better popover positioning 2022-07-13 15:01:50 -07:00
dc58887a92 feat: restyle search icon 2022-07-13 14:32:32 -07:00
c00d4014f7 fix: tabsize not being respected 2022-07-12 14:37:10 -07:00
a47218d28c Copy to clipboard feature for code block (#152)
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2022-07-03 11:42:35 -07:00
541eac9497 fix: adjust weird colours for err highlighting 2022-07-02 17:14:17 -07:00
c67ffb76ef Added optional rendering of code block titles (#148) 2022-07-01 11:03:52 -07:00
96fd6a5d1e feat: image scaling (closes #131) 2022-06-29 17:34:05 -07:00
0da10b77a5 Remove redundant CSS rule 2022-05-27 18:31:36 -07:00
ad94850f82 Add support for progress bar 2022-05-27 13:27:13 -07:00
0e454790e9 feat: recent posts section/partial 2022-05-23 22:25:13 -07:00
597d514480 fix: tag boxes overlapping for content with many tags (closes #130) 2022-05-14 16:47:50 -04:00
13cc826cf3 fix inline link highlighting, safer latex render 2022-05-05 21:11:23 -04:00
63a14e205b fix: more generic style to match bad nesting generated by popover interp 2022-05-05 20:35:32 -04:00
81f30fea4e feat: contextual backlinks (closes #106) 2022-05-05 00:58:50 -04:00
7653fc0eac fix: broken semi and graph min-height 2022-05-02 13:00:41 -04:00
5ef8a0c26f feat: copyable header anchors (fixes #86) 2022-04-30 13:10:12 -07:00
92d5e5bd3b feat: show graph titles on zoom (fixes #92) 2022-04-28 15:49:16 -07:00
b09df08e07 fix: always hide popover on mobile (fixes #104) 2022-04-28 13:45:29 -07:00
9daef8557b fix: add dropshadow to popover, cleanup animation 2022-04-05 23:19:33 -07:00
493ba0513d fix: popover selection wrongly including line breaks 2022-04-05 22:43:11 -07:00
a443796539 fix: align footer links 2022-04-05 09:41:13 -07:00
4c58f1fd32 padding and border-radius matching bottom cards
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2022-04-04 17:07:43 -03:00
fc342fe8a3 add a collapsible ToC 2022-04-03 22:12:55 -03:00
2d48e11a78 feat: basic latex support 2022-04-02 17:00:14 -07:00
e02b804523 Merge pull request #83 from meleu/patch-2 2022-04-02 14:53:05 -07:00
aabcdea76f separate contact links semantically 2022-04-02 18:50:58 -03:00
129d13743b feat: grey out broken links 2022-04-02 13:34:26 -07:00
e30e4e12f9 fix pagination styling 2022-04-01 10:13:01 -07:00
b89fffe959 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.
2022-03-09 17:58:01 +00:00
5de94e0d14 Merge branch 'hugo' of https://github.com/jackyzha0/quartz into jackyzha0-hugo 2022-03-07 18:27:45 +00:00
4e1e39bff4 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.
2022-03-04 04:12:43 +00:00
6846d314d6 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.
2022-03-04 02:07:51 +00:00