Commit Graph

221 Commits

Author SHA1 Message Date
Aiden Bai 8d092a3a4a
Remove unnecessary 'url' argument in graph.html 2022-05-03 09:22:51 -07:00
Aiden Bai 3c660dd9b5
Remove unnecessary 'url' param in drawGraph 2022-05-03 09:20:01 -07:00
Aiden Bai 9d3bbd6076
Fix active node on graph 2022-05-03 08:53:18 -07:00
Jacky Zhao 6e6dd4cb0b fix: trim trailing slash when calculating popover 2022-05-03 10:57:20 -04:00
Jacky Zhao 81fe2d2493 Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo 2022-05-03 10:44:56 -04:00
Jacky Zhao 24d08d580d cfg: make SPA optional 2022-05-03 10:43:22 -04:00
Jacky Zhao 321e19dc41
Merge pull request #121 from benbohmer/patch-1 2022-05-03 09:48:50 -04:00
Jacky Zhao 12d33619a2
Merge pull request #120 from straightupjac/fix/github-info 2022-05-03 09:47:48 -04:00
benbohmer 97607c3ca5
fix: keep / at end of URL to avoid redirects
Removed strings.TrimRight "/" in line 10 to keep the trailing slash at the end of URLs in regular links. This avoids having every single internal link being a 301 redirect.
2022-05-03 09:10:45 +02:00
straightupjac 4197ad460a fix github info 2022-05-03 01:51:15 -04:00
Jacky Zhao fc89ff2680 fix: broken semi and graph min-height 2022-05-02 13:00:41 -04:00
Jacky Zhao e9a33c04b5 fmt: remove semis for good 2022-05-02 12:56:44 -04:00
Jacky Zhao b0e15e0cbc
Merge pull request #118 from aidenybai/add-router 2022-05-02 12:19:26 -04:00
Jacky Zhao 9ba0a4b34f fmt: remove semis :) 2022-05-02 12:14:51 -04:00
Aiden Bai f1b85fb6d9
Fix clarification comment 2022-05-02 09:10:40 -07:00
Jacky Zhao 66304da027
Merge pull request #119 from aidenybai/add-prettier
Add prettier config
2022-05-02 12:06:57 -04:00
Aiden Bai 40d216759c
Expand template 2022-05-02 09:05:02 -07:00
Aiden Bai 5c602ab16f
Add clarification comments 2022-05-02 09:04:36 -07:00
Aiden Bai 87144fca21
Use semi: false for prettier config 2022-05-02 08:57:25 -07:00
Aiden Bai a9523dd39b
Add prettier config 2022-05-01 22:08:14 -07:00
Aiden Bai bcb166c21c
Add router 2022-05-01 22:06:33 -07:00
Jacky Zhao 416dc0b85c fix: add update for local hugo-obsidian on make update 2022-04-30 13:13:30 -07:00
Jacky Zhao b8a660e208 feat: copyable header anchors (fixes #86) 2022-04-30 13:10:12 -07:00
Jacky Zhao ec86cca97b Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo 2022-04-28 15:53:57 -07:00
Jacky Zhao 87b5a7a251 feat: show graph titles on zoom (fixes #92) 2022-04-28 15:49:16 -07:00
Jacky Zhao c8d390dbc5 fix: always hide popover on mobile (fixes #104) 2022-04-28 13:45:29 -07:00
Jacky Zhao 3c7ece5405 fix: append trailing slash, fixes #111 2022-04-28 10:48:31 -07:00
Jacky Zhao f7027e7ecd
Merge pull request #108 from exu3/patch-1 2022-04-20 09:20:21 -07:00
Ella 0cfd93c57c
Fix another typo 2022-04-17 02:11:17 -07:00
Ella 3f8c473678
Fix typo: recomment -> recommend 2022-04-17 01:33:16 -07:00
Jacky Zhao f05ff5e62d fix: add dropshadow to popover, cleanup animation 2022-04-05 23:19:33 -07:00
Jacky Zhao 12ed9722d8 fix: popover selection wrongly including line breaks 2022-04-05 22:43:11 -07:00
Jacky Zhao 887d4d4f5e deps: bump hugo -> v0.96.0 2022-04-05 21:40:59 -07:00
Jacky Zhao f9c7cdf928 fix: check for src before attempting to add popover 2022-04-05 20:44:39 -07:00
Jacky Zhao 2d55b6ac2e fix: missing whitespace chomp in link render hook 2022-04-05 18:07:40 -07:00
Jacky Zhao d5884aedb7 fix: wikilink patch not applying to transformed text like apostrophes 2022-04-05 14:14:19 -07:00
Jacky Zhao 66eaa444a4 fix: wikilink image relURL for images with spaces 2022-04-05 14:08:36 -07:00
Jacky Zhao 0ddc48a452 fix: wikilink-like text in code fences #95, #97 2022-04-05 13:47:24 -07:00
Jacky Zhao cd19159c53 feat: wikilink img support 2022-04-05 12:47:28 -07:00
Jacky Zhao 7808c66c4d fix: align footer links 2022-04-05 09:41:13 -07:00
Jacky Zhao a7abc6ab96 docs: make update command and clarify update steps/potential danger 2022-04-05 00:09:56 -07:00
Jacky Zhao 9509a64354 Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo 2022-04-05 00:02:48 -07:00
Jacky Zhao 53242b1e57 add update target to Makefile 2022-04-05 00:02:37 -07:00
Jacky Zhao 3ce6944c18
Merge pull request #93 from meleu/patch-3 2022-04-04 23:56:28 -07:00
Jacky Zhao 3cec4fd950 update screenshot 2022-04-04 23:30:28 -07:00
Jacky Zhao e245505082 feat: hide toc for short notes 2022-04-04 23:25:24 -07:00
Jacky Zhao fc4b9ded76
Merge pull request #94 from meleu/patch-4 2022-04-04 23:20:43 -07:00
meleu 27c4761fe0
link to home goes to baseURL 2022-04-04 20:15:40 -03:00
meleu 3583265f80
docs: warn about possible lost of customization 2022-04-04 17:30:23 -03:00
Jacky Zhao 3781b67707
Merge pull request #91 from meleu/patch-2 2022-04-04 13:08:42 -07:00