Skip to content

Commit 5a9b701

Browse files
authored
Remove blog (#102)
1 parent 9bdc00f commit 5a9b701

File tree

4 files changed

+0
-42
lines changed

4 files changed

+0
-42
lines changed

blog/2024-09-13-first-documenation-iteration.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

blog/authors.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

blog/tags.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

docusaurus.config.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,6 @@ const config: Config = {
101101
);
102102
},
103103
},
104-
blog: {
105-
showReadingTime: true,
106-
feedOptions: {
107-
type: ["rss", "atom"],
108-
xslt: true,
109-
},
110-
editUrl: "https://github.com/fishjam-cloud/documentation/",
111-
onInlineTags: "warn",
112-
onInlineAuthors: "warn",
113-
onUntruncatedBlogPosts: "warn",
114-
},
115104
theme: {
116105
customCss: "./src/css/custom.css",
117106
},
@@ -121,7 +110,6 @@ const config: Config = {
121110
sitemap: {
122111
lastmod: "date",
123112
changefreq: "weekly",
124-
ignorePatterns: ["**/blog/**"],
125113
filename: "sitemap.xml",
126114
},
127115
} satisfies Preset.Options,

0 commit comments

Comments
 (0)