Skip to content

Commit 4e56ba7

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents e6787cd + cdb5113 commit 4e56ba7

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"private": true,
77
"engines": {
8-
"node": ">=18"
8+
"node": ">=22"
99
},
1010
"scripts": {
1111
"dev": "astro dev",
@@ -33,7 +33,7 @@
3333
"ezog": "^0.4.0",
3434
"katex": "^0.16.22",
3535
"mermaid": "^11.6.0",
36-
"notiondown": "^0.1.4",
36+
"notiondown": "^0.1.5",
3737
"prismjs": "^1.30.0",
3838
"sharp": "^0.34.2",
3939
"tailwindcss": "^4.1.8"

src/config-default.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,17 @@ const config: Config = {
8181
titleFontFamily: "Londrina Solid, sans-serif",
8282
},
8383
notiondown: {
84+
filter: {
85+
published: {
86+
enabled: true,
87+
value: true
88+
},
89+
date: {
90+
enabled: true,
91+
operator: "on_or_before",
92+
value: "now"
93+
}
94+
},
8495
properties: {
8596
title: "Page",
8697
}

0 commit comments

Comments
 (0)