5a784fc8f4
fix: remove console log ( #159 )
2022-07-13 15:02:11 -07:00
81af8c459b
fix: remove console log ( #159 )
2022-07-13 15:02:11 -07:00
9cb48adf29
feat: use floating-ui for better popover positioning
2022-07-13 15:01:50 -07:00
ffe22689eb
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
c1b8fe1221
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
b7a619bbd7
fix: tabsize not being respected
2022-07-12 14:37:10 -07:00
d9c87a5727
docs + fix: broken partial and description of enableGitHubEdit
2022-07-05 15:42:57 -07:00
74993d19b7
docs + fix: broken partial and description of enableGitHubEdit
2022-07-05 15:42:57 -07:00
d279c1c805
Add GitHub "edit" button ( #157 )
2022-07-05 15:39:29 -07:00
25a4d3b6e1
Add GitHub "edit" button ( #157 )
2022-07-05 15:39:29 -07:00
1d5530e22f
fix: copy code block logic for non code pages
2022-07-03 11:50:13 -07:00
aaf31f419e
fix: copy code block logic for non code pages
2022-07-03 11:50:13 -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
f54df35767
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
4f088e1312
Fix width: auto
for SPA routing ( #156 )
2022-07-02 19:40:18 -07:00
015ed4cfa2
Fix width: auto
for SPA routing ( #156 )
2022-07-02 19:40:18 -07:00
541eac9497
fix: adjust weird colours for err highlighting
2022-07-02 17:14:17 -07:00
a8137edf24
fix: adjust weird colours for err highlighting
2022-07-02 17:14:17 -07:00
9279fa6d97
fix: image scaling for md-style links ( closes #155 )
2022-07-01 11:27:50 -07:00
eda370334a
fix: image scaling for md-style links ( closes #155 )
2022-07-01 11:27:50 -07:00
c67ffb76ef
Added optional rendering of code block titles ( #148 )
2022-07-01 11:03:52 -07:00
d3e20b8b94
Added optional rendering of code block titles ( #148 )
2022-07-01 11:03:52 -07:00
3912c98dad
fix: non-SPA fn defs ( closes #154 )
2022-07-01 11:03:04 -07:00
8d7a7b712f
fix: non-SPA fn defs ( closes #154 )
2022-07-01 11:03:04 -07:00
3cc761ea2d
docs: remove test image from hosting
2022-06-29 17:35:29 -07:00
0896814959
docs: remove test image from hosting
2022-06-29 17:35:29 -07:00
96fd6a5d1e
feat: image scaling ( closes #131 )
2022-06-29 17:34:05 -07:00
8b2fba895a
feat: image scaling ( closes #131 )
2022-06-29 17:34:05 -07:00
37bd26bc86
fix: anchor formatting ( closes #141 )
2022-06-29 17:17:53 -07:00
e884f4927f
fix: anchor formatting ( closes #141 )
2022-06-29 17:17:53 -07:00
7d80b81cf8
docs: fix page weight
2022-06-29 17:03:41 -07:00
2b0482ae4c
docs: fix page weight
2022-06-29 17:03:41 -07:00
8f277f9f2e
docs: polish and update
2022-06-29 16:57:36 -07:00
8a100edeb8
docs: polish and update
2022-06-29 16:57:36 -07:00
f603dcf3e7
feat: enable raw html by default ( fixes #143 )
2022-06-29 16:16:06 -07:00
200c605142
feat: enable raw html by default ( fixes #143 )
2022-06-29 16:16:06 -07:00
0a744d4451
fix: prefix images with base url for non-root quartz
2022-06-29 16:15:40 -07:00
f2078ee621
fix: prefix images with base url for non-root quartz
2022-06-29 16:15:40 -07:00
a3623dbb2a
Merge pull request #150 from aidenybai/bump-million
2022-06-28 23:21:25 -07:00
916c51c19c
Merge pull request #150 from aidenybai/bump-million
2022-06-28 23:21:25 -07:00
f3ddbe8860
Bump million to 1.11.3
2022-06-28 21:43:28 -07:00
67a7ba37e8
Bump million to 1.11.3
2022-06-28 21:43:28 -07:00
5caa93cd5e
Merge pull request #146 from geoffreygarrett/hugo
2022-06-27 16:27:57 -07:00
72941965ab
Merge pull request #146 from geoffreygarrett/hugo
2022-06-27 16:27:57 -07:00
87e01d32a0
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.
2022-06-28 01:21:22 +02:00
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.
2022-06-28 01:21:22 +02:00
28495292af
docs(config.md): Fixed multi-favicon examples and general favicon explanation throughout
2022-06-28 01:15:33 +02:00
7070a1992a
docs(config.md): Fixed multi-favicon examples and general favicon explanation throughout
2022-06-28 01:15:33 +02:00