We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9755908 commit b871934Copy full SHA for b871934
1 file changed
docusaurus.config.ts
@@ -68,6 +68,8 @@ const config: Config = {
68
editUrl:
69
"https://github.com/iNavFlight/iNavFlight.github.io/tree/main/",
70
},
71
+ blog: false,
72
+ /*
73
blog: {
74
showReadingTime: true,
75
feedOptions: {
@@ -83,6 +85,7 @@ const config: Config = {
83
85
onInlineAuthors: "warn",
84
86
onUntruncatedBlogPosts: "warn",
87
88
+ */
89
theme: {
90
customCss: "./src/css/custom.css",
91
0 commit comments