Skip to content

Commit cdb5113

Browse files
committed
chore: update notiondown to v0.1.5
1 parent c9ad3e4 commit cdb5113

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)