Nuno C.
d049a3f020
Merge pull request #2790 from manio/main
...
✨ Feat: Add printables icon and profile support
2026-03-11 00:28:41 +00:00
ZhenShuo Leo
812effc613
feat: gist css
2026-02-25 22:44:09 +08:00
Nuno C.
f18c6a0564
Merge pull request #2812 from nunocoracao/dependabot/npm_and_yarn/dev/tailwindcss/cli-4.2.1
...
📌 Bump @tailwindcss/cli from 4.1.18 to 4.2.1
2026-02-25 14:14:09 +00:00
Nuno C.
e1e59f0009
Merge pull request #2810 from nunocoracao/dependabot/npm_and_yarn/dev/katex-0.16.33
...
📌 Bump katex from 0.16.28 to 0.16.33
2026-02-25 14:13:46 +00:00
dependabot[bot]
350d669406
💄 Rebuild CSS
2026-02-25 05:04:26 +00:00
dependabot[bot]
c747c623eb
📦 Update packaged KaTeX
2026-02-25 05:04:04 +00:00
dependabot[bot]
15bf0ea12a
💄 Rebuild CSS
2026-02-23 11:55:12 +00:00
dependabot[bot]
6cbe52620f
📦 Update packaged Mermaid
2026-02-23 11:55:10 +00:00
dependabot[bot]
ebfe68673f
💄 Rebuild CSS
2026-02-18 05:04:26 +00:00
Mariusz Bialonczyk
1b4de022c2
✨ Feat: Add printables icon and profile support
2026-02-14 08:30:00 +01:00
Nuno Coração
faab08cec5
dependecies fix
2026-02-11 22:25:02 +00:00
Nuno Coração
d38accc6ff
release polish
2026-02-11 22:15:07 +00:00
Nuno C.
e753c191c3
Merge pull request #2775 from ZhenShuo2021/firebase
...
✨ Feat: improve Firebase
2026-02-11 21:51:05 +00:00
Nuno C.
326e3536e9
Merge pull request #2771 from alxhslm/gallery-captions
...
Feat: Allow images inside gallery to have captions
2026-02-11 21:47:24 +00:00
Nuno C.
92c7b3ecdf
Merge branch 'dev' into remove-jquery
2026-02-11 21:27:54 +00:00
ZhenShuo Leo
99d329c7b0
feat: reduce firebase blocking time
...
- use esm format
- defer loading with type="module"
- upgrade from v8.10.0 to v9.23.0
- allow homepage/taxonomy/term log
2026-02-10 06:52:05 +08:00
ZhenShuo Leo
0e9a151ce5
refactor: gather firebase templates
2026-02-07 21:48:53 +08:00
Alex Haslam
76edd20456
Allow figure to be used inside a gallery
2026-02-04 18:00:52 +00:00
Eric Gusmao
39209dbab3
Remove jQuery dependency and update theme version to 2.97.0
2026-01-26 20:36:32 -03:00
dependabot[bot]
2172b94fe6
💄 Rebuild CSS
2026-01-14 05:04:29 +00:00
Nuno C.
e5fc548eb5
Merge pull request #2714 from ZhenShuo2021/feat/compact
...
💄 Style(article-link): truncate long summary
2026-01-12 00:53:58 +00:00
Nuno C.
7a23e560c3
Merge pull request #2715 from ZhenShuo2021/stylee
...
💄 Style: multiple appearance improvements
2026-01-12 00:53:25 +00:00
ZhenShuo Leo
1d275134ad
style(list): see details
...
- Align list TOC wrapper with single TOC wrapper
- Adjust margin
2026-01-08 00:40:24 +08:00
ZhenShuo Leo
10083786cb
style(card-link): add line clamp and BEM classes
...
Add BEM class names for easier CSS targeting
2026-01-07 16:06:56 +08:00
ZhenShuo Leo
dbb7d3f7f2
feat(tabs): support group
2026-01-04 19:29:38 +08:00
ZhenShuo Leo
8c8a914fa9
style(admonition): tweak the dark bg
...
warning and caution are slightly different from the others to make them more distinguishable
2026-01-04 19:26:32 +08:00
ZhenShuo Leo
4a16b20d3f
style(header): tweak fixed-fill-blur
2026-01-04 19:25:56 +08:00
ZhenShuo Leo
0083e927c1
style(doc): remove opacity from homepage contributors
...
images look gray
2026-01-04 01:28:53 +08:00
ZhenShuo Leo
14a2ea0c80
style(doc): build css for the new homepage
2026-01-04 01:28:35 +08:00
ZhenShuo Leo
287e397b82
fix(mobile-menu): body not scrollable
2026-01-02 20:09:50 +08:00
Nuno Coração
e8d22f1f1b
release polish
2026-01-01 23:56:30 +00:00
Nuno C.
949e367a01
Merge pull request #2684 from RxChi1d/feat/add-video-shortcode
...
feat(shortcodes): add video shortcode
2026-01-01 23:26:38 +00:00
Nuno C.
1aba089483
Merge pull request #2683 from ZhenShuo2021/fix/header
...
✨ Feat: improve the appearance of the header
2026-01-01 23:24:20 +00:00
Nuno C.
45b6a073e0
Merge pull request #2692 from ZhenShuo2021/fix/bold
...
🐛 Fix: make bold text inherit parent color
2026-01-01 23:19:53 +00:00
Nuno C.
f408467bf5
Merge pull request #2673 from nunocoracao/dependabot/npm_and_yarn/dev/tailwindcss/cli-4.1.18
...
📌 bump @tailwindcss/cli from 4.1.17 to 4.1.18
2026-01-01 23:16:42 +00:00
ZhenShuo Leo
85a781a998
fix: make bold text inherit parent color
...
For example, given the following HTML:
<p class="text-primary-500"><strong>Hello</strong> world</p>
The rendered result shows `Hello` in the neutral color, while `world` is rendered in the primary color.
This change applies `color: inherit` to bold text so that both uses the primary color.
2025-12-31 17:42:29 +08:00
rxchi1d
ef9486f794
feat(shortcodes): add video shortcode
2025-12-27 18:42:04 +08:00
ZhenShuo Leo
c78b3a1e6a
fix: menu unreadable ( #1790 )
2025-12-27 17:33:20 +08:00
ZhenShuo Leo
230ee3ab16
feat: improve fixed-fill-blur
...
The original appearance is identical to `fixed-fill`
2025-12-27 17:32:04 +08:00
ZhenShuo Leo
8ab8807398
feat: better mobile menu
2025-12-27 17:32:00 +08:00
ZhenShuo Leo
522bdbe29e
fix: menu vertical overflow
2025-12-27 17:31:53 +08:00
dependabot[bot]
446cf9541c
💄 Rebuild CSS
2025-12-24 05:02:32 +00:00
dependabot[bot]
6804d068cc
💄 Rebuild CSS
2025-12-24 05:02:09 +00:00
ZhenShuo Leo
7a1cfbb75d
fix: overflow when the gallery is inside other containers [skip ci]
...
Fix the fix in #2653
This is a simple fix, hopefully it will be fully resolved in the future.
2025-12-23 02:23:21 +08:00
ZhenShuo Leo
81f2423d71
Merge branch 'dev' into feature/callout-tailwind
2025-12-23 01:21:40 +08:00
Nuno C.
4bab2b4e7e
Merge pull request #2644 from NSStudent/hotfix/copy-safari-issue
...
Fix: Copy fallback for safari
2025-12-22 17:17:41 +00:00
Nuno C.
b6c00249c6
Merge pull request #2656 from ZhenShuo2021/feat/codeblock-title
...
✨ Feat: support title in code block
2025-12-22 17:11:53 +00:00
Nuno C.
9719d7ac6f
Merge pull request #2653 from ZhenShuo2021/fix/gallery
...
🐛 Fix: gallery and carousel no width
2025-12-22 17:10:44 +00:00
Nuno C.
74650e4927
Merge pull request #2637 from ZhenShuo2021/feat/tabs
...
✨ Feat: add tabs shortcode
2025-12-22 17:09:40 +00:00
Nuno C.
0b54ddac94
Merge pull request #2630 from ZhenShuo2021/fix/contrast
...
🐛 Fix: improve contrast
2025-12-22 17:07:21 +00:00