Skip to content

Quartz-1915a19 #111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Feb 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f6a7fc4
chore(deps): bump the production-dependencies group with 5 updates (#…
dependabot[bot] Oct 30, 2024
07c18e8
feat(i18n): add turkish language (#1554)
OsmanTunahan Oct 30, 2024
70325d6
feat(transformer): allow inline CSS styling (#1551)
saberzero1 Oct 30, 2024
e14223e
feat(build): add support for parsing inline sass (#1558)
aarnphm Nov 1, 2024
fa5e250
fix: reset z-index instead of inherited unset (#1528)
Stephen-X Nov 5, 2024
aad590d
chore(deps): bump the production-dependencies group with 4 updates (#…
dependabot[bot] Nov 5, 2024
31c1aeb
fix(style): remove flex end to fix tag alignment in content meta
jackyzha0 Nov 7, 2024
efb6072
fix: account for chokidar v4 glob deprecation in source watching
jackyzha0 Nov 8, 2024
a0d153f
feat(comments): conditional display via frontmatter (#1566)
konstfish Nov 9, 2024
3d4464e
ci(dependabot): update GA periodically (#1577)
rlespinasse Nov 10, 2024
e76e0b8
chore(deps-dev): bump @types/node from 22.8.7 to 22.9.0 in the produc…
dependabot[bot] Nov 10, 2024
70c5c7f
chore(deps): bump rlespinasse/github-slug-action from 4.4.1 to 5.0.0 …
dependabot[bot] Nov 10, 2024
e133761
feat(mermaid): improvement navigation (#1575)
aarnphm Nov 10, 2024
260210a
chore(deps): bump rehype-citation from 2.2.1 to 2.2.2 in the producti…
dependabot[bot] Nov 12, 2024
1aa61b5
feat(ofm): support parsing footnotes in table (#1581)
aarnphm Nov 12, 2024
f182487
feat(math): typst support(closes #1568) (#1569)
kimhanm Nov 12, 2024
f543e66
feat(open-graph): generate OG images + further OG support (#740)
benschlegel Nov 12, 2024
6b54238
fix(comment): negate check (closes #1582) (#1586)
aarnphm Nov 14, 2024
0c4feab
docs: add the pond (#1598)
jackyzha0 Nov 18, 2024
aea8e71
chore(deps): bump the production-dependencies group with 3 updates (#…
dependabot[bot] Nov 19, 2024
0bf177c
docs(hosting): add apache config example (#1608)
not-a-feature Nov 21, 2024
71fe917
Update showcase.md (#1611)
plyght Nov 22, 2024
2e48e97
fix(comments): properly check if comments is in frontmatter (#1627)
saberzero1 Dec 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 1
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4.4.1
uses: rlespinasse/github-slug-action@v5.0.0
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down
Loading