@docusaurus/plugin-content-blog 3.1.0 → 3.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/package.json +9 -9
  2. package/.docusaurus/DONT-EDIT-THIS-FOLDER +0 -5
  3. package/.docusaurus/client-modules.js +0 -5
  4. package/.docusaurus/codeTranslations.json +0 -1
  5. package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-aeb.json +0 -10
  6. package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-archive-245.json +0 -312
  7. package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-page-2-d48.json +0 -11
  8. package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-page-3-8b6.json +0 -10
  9. package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-tags-birthday-c96-list.json +0 -9
  10. package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-tags-birthday-c96.json +0 -7
  11. package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-tags-complex-cf3-list.json +0 -9
  12. package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-tags-complex-cf3.json +0 -7
  13. package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-tags-date-c24-list.json +0 -9
  14. package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-tags-date-c24.json +0 -7
  15. package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-tags-tags-344.json +0 -17
  16. package/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json +0 -30
  17. package/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json +0 -4
  18. package/.docusaurus/docusaurus-plugin-content-blog/default/site-src-tests-fixtures-website-blog-2018-12-14-happy-first-birthday-slash-md-d1e.json +0 -46
  19. package/.docusaurus/docusaurus-plugin-content-blog/default/site-src-tests-fixtures-website-blog-blog-with-links-mdx-fe5.json +0 -22
  20. package/.docusaurus/docusaurus-plugin-content-blog/default/site-src-tests-fixtures-website-blog-complex-slug-md-314.json +0 -40
  21. package/.docusaurus/docusaurus-plugin-content-blog/default/site-src-tests-fixtures-website-blog-date-matter-md-191.json +0 -33
  22. package/.docusaurus/docusaurus-plugin-content-blog/default/site-src-tests-fixtures-website-blog-heading-as-title-md-10c.json +0 -25
  23. package/.docusaurus/docusaurus-plugin-content-blog/default/site-src-tests-fixtures-website-blog-mdx-blog-post-mdx-025.json +0 -26
  24. package/.docusaurus/docusaurus-plugin-content-blog/default/site-src-tests-fixtures-website-blog-mdx-require-blog-post-mdx-4ba.json +0 -26
  25. package/.docusaurus/docusaurus-plugin-content-blog/default/site-src-tests-fixtures-website-blog-simple-slug-md-324.json +0 -36
  26. package/.docusaurus/docusaurus-plugin-content-blog/default/site-src-tests-fixtures-website-blog-unlisted-md-5cb.json +0 -18
  27. package/.docusaurus/docusaurus-theme-search-algolia/default/plugin-route-context-module-100.json +0 -4
  28. package/.docusaurus/docusaurus.config.mjs +0 -246
  29. package/.docusaurus/globalData.json +0 -1
  30. package/.docusaurus/i18n.json +0 -17
  31. package/.docusaurus/registry.js +0 -38
  32. package/.docusaurus/routes.js +0 -99
  33. package/.docusaurus/routesChunkNames.json +0 -194
  34. package/.docusaurus/site-metadata.json +0 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/plugin-content-blog",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Blog plugin for Docusaurus.",
5
5
  "main": "lib/index.js",
6
6
  "types": "src/plugin-content-blog.d.ts",
@@ -19,13 +19,13 @@
19
19
  },
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
- "@docusaurus/core": "3.1.0",
23
- "@docusaurus/logger": "3.1.0",
24
- "@docusaurus/mdx-loader": "3.1.0",
25
- "@docusaurus/types": "3.1.0",
26
- "@docusaurus/utils": "3.1.0",
27
- "@docusaurus/utils-common": "3.1.0",
28
- "@docusaurus/utils-validation": "3.1.0",
22
+ "@docusaurus/core": "3.1.1",
23
+ "@docusaurus/logger": "3.1.1",
24
+ "@docusaurus/mdx-loader": "3.1.1",
25
+ "@docusaurus/types": "3.1.1",
26
+ "@docusaurus/utils": "3.1.1",
27
+ "@docusaurus/utils-common": "3.1.1",
28
+ "@docusaurus/utils-validation": "3.1.1",
29
29
  "cheerio": "^1.0.0-rc.12",
30
30
  "feed": "^4.2.2",
31
31
  "fs-extra": "^11.1.1",
@@ -44,5 +44,5 @@
44
44
  "engines": {
45
45
  "node": ">=18.0"
46
46
  },
47
- "gitHead": "a5e675821f0e8b70b591fcebf19fd60a70d55548"
47
+ "gitHead": "8017f6a6776ba1bd7065e630a52fe2c2654e2f1b"
48
48
  }
@@ -1,5 +0,0 @@
1
- This folder stores temp files that Docusaurus' client bundler accesses.
2
-
3
- DO NOT hand-modify files in this folder because they will be overwritten in the
4
- next build. You can clear all build artifacts (including this folder) with the
5
- `docusaurus clear` command.
@@ -1,5 +0,0 @@
1
- export default [
2
- require("/Users/sebastienlorber/Desktop/projects/docusaurus/node_modules/infima/dist/css/default/default.css"),
3
- require("/Users/sebastienlorber/Desktop/projects/docusaurus/packages/docusaurus-theme-classic/lib/prism-include-languages"),
4
- require("/Users/sebastienlorber/Desktop/projects/docusaurus/packages/docusaurus-theme-classic/lib/nprogress"),
5
- ];
@@ -1 +0,0 @@
1
- {}
@@ -1,10 +0,0 @@
1
- {
2
- "permalink": "/blog-only/",
3
- "page": 1,
4
- "postsPerPage": 3,
5
- "totalPages": 3,
6
- "totalCount": 8,
7
- "nextPage": "/blog-only/page/2",
8
- "blogDescription": "Blog",
9
- "blogTitle": "Blog"
10
- }
@@ -1,312 +0,0 @@
1
- {
2
- "blogPosts": [
3
- {
4
- "id": "/blog-with-links",
5
- "metadata": {
6
- "permalink": "/blog-only/blog-with-links",
7
- "editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/blog-with-links.mdx",
8
- "source": "@site/src/__tests__/__fixtures__/website/blog/blog-with-links.mdx",
9
- "title": "test links",
10
- "description": "absolute full url",
11
- "date": "2023-07-23T00:00:00.000Z",
12
- "formattedDate": "July 23, 2023",
13
- "tags": [],
14
- "readingTime": 0.145,
15
- "hasTruncateMarker": false,
16
- "authors": [],
17
- "frontMatter": {
18
- "title": "test links",
19
- "date": "2023-07-23T00:00:00.000Z"
20
- },
21
- "unlisted": false,
22
- "nextItem": {
23
- "title": "MDX Blog Sample with require calls",
24
- "permalink": "/blog-only/mdx-require-blog-post"
25
- }
26
- },
27
- "content": "import useBaseUrl from '@docusaurus/useBaseUrl';\n\n[absolute full url](https://github.com/facebook/docusaurus)\n\n[absolute url with implicit domain name](/blog/2017/12/14/introducing-docusaurus)\n\n[relative url](2017-12-14-introducing-docusaurus.mdx)\n\n[anchor](#title)\n\n![](/img/docusaurus-social-card.png)\n\n![](https://docusaurus.io/assets/images/slash-introducing-411a16dd05086935b8e9ddae38ae9b45.svg)\n\n<img\n srcSet={`${useBaseUrl(\n '/img/docusaurus-social-card.png 300w',\n )}, ${useBaseUrl('/img/docusaurus-social-card.png 500w')}`}\n/>\n\n<img src={useBaseUrl('/img/docusaurus-social-card.png')} />"
28
- },
29
- {
30
- "id": "/mdx-require-blog-post",
31
- "metadata": {
32
- "permalink": "/blog-only/mdx-require-blog-post",
33
- "editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/mdx-require-blog-post.mdx",
34
- "source": "@site/src/__tests__/__fixtures__/website/blog/mdx-require-blog-post.mdx",
35
- "title": "MDX Blog Sample with require calls",
36
- "description": "Test MDX with require calls",
37
- "date": "2021-03-06T00:00:00.000Z",
38
- "formattedDate": "March 6, 2021",
39
- "tags": [],
40
- "readingTime": 0.09,
41
- "hasTruncateMarker": false,
42
- "authors": [],
43
- "frontMatter": {
44
- "title": "MDX Blog Sample with require calls",
45
- "date": "2021-03-06T00:00:00.000Z"
46
- },
47
- "unlisted": false,
48
- "prevItem": {
49
- "title": "test links",
50
- "permalink": "/blog-only/blog-with-links"
51
- },
52
- "nextItem": {
53
- "title": "Full Blog Sample",
54
- "permalink": "/blog-only/mdx-blog-post"
55
- }
56
- },
57
- "content": "Test MDX with require calls\n\nimport useBaseUrl from '@docusaurus/useBaseUrl';\n\n<img src={useBaseUrl('/img/docusaurus-social-card.png')} />\n\n<img src={require('../static/img/docusaurus-social-card.png').default} />\n\n<img src={require('@site/static/img/docusaurus-social-card.png').default} />"
58
- },
59
- {
60
- "id": "/mdx-blog-post",
61
- "metadata": {
62
- "permalink": "/blog-only/mdx-blog-post",
63
- "editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/mdx-blog-post.mdx",
64
- "source": "@site/src/__tests__/__fixtures__/website/blog/mdx-blog-post.mdx",
65
- "title": "Full Blog Sample",
66
- "description": "HTML Heading 1",
67
- "date": "2021-03-05T00:00:00.000Z",
68
- "formattedDate": "March 5, 2021",
69
- "tags": [],
70
- "readingTime": 0.245,
71
- "hasTruncateMarker": false,
72
- "authors": [],
73
- "frontMatter": {
74
- "title": "Full Blog Sample",
75
- "date": "2021-03-05T00:00:00.000Z"
76
- },
77
- "unlisted": false,
78
- "prevItem": {
79
- "title": "MDX Blog Sample with require calls",
80
- "permalink": "/blog-only/mdx-require-blog-post"
81
- },
82
- "nextItem": {
83
- "title": "Complex Slug",
84
- "permalink": "/blog-only/hey/my super path/héllô"
85
- }
86
- },
87
- "content": "<h1>HTML Heading 1</h1>\n<h2>HTML Heading 2</h2>\n<p>HTML Paragraph</p>\n\nimport Typography from '@site/../component/Typography';\n\n<Typography>Import DOM</Typography>\n\n# Heading 1\n\n## Heading 2\n\n### Heading 3\n\n#### Heading 4\n\n##### Heading 5\n\n- list1\n- list2\n- list3\n\n* list1\n* list2\n* list3\n\nNormal Text _Italics Text_ **Bold Text**\n\n[link](https://v2.docusaurus.io/) ![image](https://v2.docusaurus.io/)"
88
- },
89
- {
90
- "id": "/hey/my super path/héllô",
91
- "metadata": {
92
- "permalink": "/blog-only/hey/my super path/héllô",
93
- "editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/complex-slug.md",
94
- "source": "@site/src/__tests__/__fixtures__/website/blog/complex-slug.md",
95
- "title": "Complex Slug",
96
- "description": "complex url slug",
97
- "date": "2020-08-16T00:00:00.000Z",
98
- "formattedDate": "August 16, 2020",
99
- "tags": [
100
- {
101
- "label": "date",
102
- "permalink": "/blog-only/tags/date"
103
- },
104
- {
105
- "label": "complex",
106
- "permalink": "/blog-only/tags/complex"
107
- }
108
- ],
109
- "readingTime": 0.015,
110
- "hasTruncateMarker": false,
111
- "authors": [],
112
- "frontMatter": {
113
- "slug": "/hey/my super path/héllô",
114
- "title": "Complex Slug",
115
- "date": "2020/08/16",
116
- "tags": [
117
- "date",
118
- "complex"
119
- ]
120
- },
121
- "unlisted": false,
122
- "prevItem": {
123
- "title": "Full Blog Sample",
124
- "permalink": "/blog-only/mdx-blog-post"
125
- },
126
- "nextItem": {
127
- "title": "Simple Slug",
128
- "permalink": "/blog-only/simple/slug"
129
- }
130
- },
131
- "content": "complex url slug"
132
- },
133
- {
134
- "id": "/simple/slug",
135
- "metadata": {
136
- "permalink": "/blog-only/simple/slug",
137
- "editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/simple-slug.md",
138
- "source": "@site/src/__tests__/__fixtures__/website/blog/simple-slug.md",
139
- "title": "Simple Slug",
140
- "description": "simple url slug",
141
- "date": "2020-08-15T00:00:00.000Z",
142
- "formattedDate": "August 15, 2020",
143
- "tags": [],
144
- "readingTime": 0.015,
145
- "hasTruncateMarker": false,
146
- "authors": [
147
- {
148
- "name": "Sébastien Lorber",
149
- "title": "Docusaurus maintainer",
150
- "url": "https://sebastienlorber.com"
151
- }
152
- ],
153
- "frontMatter": {
154
- "slug": "/simple/slug",
155
- "title": "Simple Slug",
156
- "date": "2020-08-15T00:00:00.000Z",
157
- "author": "Sébastien Lorber",
158
- "author_title": "Docusaurus maintainer",
159
- "author_url": "https://sebastienlorber.com"
160
- },
161
- "unlisted": false,
162
- "prevItem": {
163
- "title": "Complex Slug",
164
- "permalink": "/blog-only/hey/my super path/héllô"
165
- },
166
- "nextItem": {
167
- "title": "some heading",
168
- "permalink": "/blog-only/heading-as-title"
169
- }
170
- },
171
- "content": "simple url slug"
172
- },
173
- {
174
- "id": "/unlisted",
175
- "metadata": {
176
- "permalink": "/blog-only/unlisted",
177
- "editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/unlisted.md",
178
- "source": "@site/src/__tests__/__fixtures__/website/blog/unlisted.md",
179
- "title": "unlisted",
180
- "description": "this post is unlisted",
181
- "date": "2020-02-27T00:00:00.000Z",
182
- "formattedDate": "February 27, 2020",
183
- "tags": [],
184
- "readingTime": 0.02,
185
- "hasTruncateMarker": false,
186
- "authors": [],
187
- "frontMatter": {
188
- "date": "2020-02-27T00:00:00.000Z",
189
- "unlisted": true
190
- },
191
- "unlisted": true
192
- },
193
- "content": "this post is unlisted"
194
- },
195
- {
196
- "id": "/heading-as-title",
197
- "metadata": {
198
- "permalink": "/blog-only/heading-as-title",
199
- "editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/heading-as-title.md",
200
- "source": "@site/src/__tests__/__fixtures__/website/blog/heading-as-title.md",
201
- "title": "some heading",
202
- "description": "",
203
- "date": "2019-01-02T00:00:00.000Z",
204
- "formattedDate": "January 2, 2019",
205
- "tags": [],
206
- "readingTime": 0,
207
- "hasTruncateMarker": false,
208
- "authors": [],
209
- "frontMatter": {
210
- "date": "2019-01-02T00:00:00.000Z"
211
- },
212
- "unlisted": false,
213
- "prevItem": {
214
- "title": "Simple Slug",
215
- "permalink": "/blog-only/simple/slug"
216
- },
217
- "nextItem": {
218
- "title": "date-matter",
219
- "permalink": "/blog-only/date-matter"
220
- }
221
- },
222
- "content": ""
223
- },
224
- {
225
- "id": "/date-matter",
226
- "metadata": {
227
- "permalink": "/blog-only/date-matter",
228
- "editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/date-matter.md",
229
- "source": "@site/src/__tests__/__fixtures__/website/blog/date-matter.md",
230
- "title": "date-matter",
231
- "description": "date inside front matter",
232
- "date": "2019-01-01T00:00:00.000Z",
233
- "formattedDate": "January 1, 2019",
234
- "tags": [
235
- {
236
- "label": "date",
237
- "permalink": "/blog-only/tags/date"
238
- }
239
- ],
240
- "readingTime": 0.02,
241
- "hasTruncateMarker": false,
242
- "authors": [],
243
- "frontMatter": {
244
- "date": "2019-01-01T00:00:00.000Z",
245
- "tags": [
246
- "date"
247
- ]
248
- },
249
- "unlisted": false,
250
- "prevItem": {
251
- "title": "some heading",
252
- "permalink": "/blog-only/heading-as-title"
253
- },
254
- "nextItem": {
255
- "title": "Happy 1st Birthday Slash!",
256
- "permalink": "/blog-only/2018/12/14/Happy-First-Birthday-Slash"
257
- }
258
- },
259
- "content": "date inside front matter"
260
- },
261
- {
262
- "id": "/2018/12/14/Happy-First-Birthday-Slash",
263
- "metadata": {
264
- "permalink": "/blog-only/2018/12/14/Happy-First-Birthday-Slash",
265
- "editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/2018-12-14-Happy-First-Birthday-Slash.md",
266
- "source": "@site/src/__tests__/__fixtures__/website/blog/2018-12-14-Happy-First-Birthday-Slash.md",
267
- "title": "Happy 1st Birthday Slash!",
268
- "description": "Happy birthday!",
269
- "date": "2018-12-14T00:00:00.000Z",
270
- "formattedDate": "December 14, 2018",
271
- "tags": [
272
- {
273
- "label": "birthday",
274
- "permalink": "/blog-only/tags/birthday"
275
- }
276
- ],
277
- "readingTime": 0.01,
278
- "hasTruncateMarker": false,
279
- "authors": [
280
- {
281
- "name": "Yangshun Tay"
282
- },
283
- {
284
- "name": "Sébastien Lorber",
285
- "title": "Docusaurus maintainer",
286
- "email": "lorber.sebastien@gmail.com",
287
- "url": "https://sebastienlorber.com",
288
- "key": "slorber"
289
- }
290
- ],
291
- "frontMatter": {
292
- "title": "Happy 1st Birthday Slash!",
293
- "authors": [
294
- {
295
- "name": "Yangshun Tay"
296
- },
297
- "slorber"
298
- ],
299
- "tags": [
300
- "birthday"
301
- ]
302
- },
303
- "unlisted": false,
304
- "prevItem": {
305
- "title": "date-matter",
306
- "permalink": "/blog-only/date-matter"
307
- }
308
- },
309
- "content": "Happy birthday!"
310
- }
311
- ]
312
- }
@@ -1,11 +0,0 @@
1
- {
2
- "permalink": "/blog-only/page/2",
3
- "page": 2,
4
- "postsPerPage": 3,
5
- "totalPages": 3,
6
- "totalCount": 8,
7
- "previousPage": "/blog-only/",
8
- "nextPage": "/blog-only/page/3",
9
- "blogDescription": "Blog",
10
- "blogTitle": "Blog"
11
- }
@@ -1,10 +0,0 @@
1
- {
2
- "permalink": "/blog-only/page/3",
3
- "page": 3,
4
- "postsPerPage": 3,
5
- "totalPages": 3,
6
- "totalCount": 8,
7
- "previousPage": "/blog-only/page/2",
8
- "blogDescription": "Blog",
9
- "blogTitle": "Blog"
10
- }
@@ -1,9 +0,0 @@
1
- {
2
- "permalink": "/blog-only/tags/birthday",
3
- "page": 1,
4
- "postsPerPage": 3,
5
- "totalPages": 1,
6
- "totalCount": 1,
7
- "blogDescription": "Blog",
8
- "blogTitle": "Blog"
9
- }
@@ -1,7 +0,0 @@
1
- {
2
- "label": "birthday",
3
- "permalink": "/blog-only/tags/birthday",
4
- "allTagsPath": "/blog-only/tags",
5
- "count": 1,
6
- "unlisted": false
7
- }
@@ -1,9 +0,0 @@
1
- {
2
- "permalink": "/blog-only/tags/complex",
3
- "page": 1,
4
- "postsPerPage": 3,
5
- "totalPages": 1,
6
- "totalCount": 1,
7
- "blogDescription": "Blog",
8
- "blogTitle": "Blog"
9
- }
@@ -1,7 +0,0 @@
1
- {
2
- "label": "complex",
3
- "permalink": "/blog-only/tags/complex",
4
- "allTagsPath": "/blog-only/tags",
5
- "count": 1,
6
- "unlisted": false
7
- }
@@ -1,9 +0,0 @@
1
- {
2
- "permalink": "/blog-only/tags/date",
3
- "page": 1,
4
- "postsPerPage": 3,
5
- "totalPages": 1,
6
- "totalCount": 2,
7
- "blogDescription": "Blog",
8
- "blogTitle": "Blog"
9
- }
@@ -1,7 +0,0 @@
1
- {
2
- "label": "date",
3
- "permalink": "/blog-only/tags/date",
4
- "allTagsPath": "/blog-only/tags",
5
- "count": 2,
6
- "unlisted": false
7
- }
@@ -1,17 +0,0 @@
1
- [
2
- {
3
- "label": "date",
4
- "permalink": "/blog-only/tags/date",
5
- "count": 2
6
- },
7
- {
8
- "label": "complex",
9
- "permalink": "/blog-only/tags/complex",
10
- "count": 1
11
- },
12
- {
13
- "label": "birthday",
14
- "permalink": "/blog-only/tags/birthday",
15
- "count": 1
16
- }
17
- ]
@@ -1,30 +0,0 @@
1
- {
2
- "title": "Recent posts",
3
- "items": [
4
- {
5
- "title": "test links",
6
- "permalink": "/blog-only/blog-with-links",
7
- "unlisted": false
8
- },
9
- {
10
- "title": "MDX Blog Sample with require calls",
11
- "permalink": "/blog-only/mdx-require-blog-post",
12
- "unlisted": false
13
- },
14
- {
15
- "title": "Full Blog Sample",
16
- "permalink": "/blog-only/mdx-blog-post",
17
- "unlisted": false
18
- },
19
- {
20
- "title": "Complex Slug",
21
- "permalink": "/blog-only/hey/my super path/héllô",
22
- "unlisted": false
23
- },
24
- {
25
- "title": "Simple Slug",
26
- "permalink": "/blog-only/simple/slug",
27
- "unlisted": false
28
- }
29
- ]
30
- }
@@ -1,4 +0,0 @@
1
- {
2
- "name": "docusaurus-plugin-content-blog",
3
- "id": "default"
4
- }
@@ -1,46 +0,0 @@
1
- {
2
- "permalink": "/blog-only/2018/12/14/Happy-First-Birthday-Slash",
3
- "editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/2018-12-14-Happy-First-Birthday-Slash.md",
4
- "source": "@site/src/__tests__/__fixtures__/website/blog/2018-12-14-Happy-First-Birthday-Slash.md",
5
- "title": "Happy 1st Birthday Slash!",
6
- "description": "Happy birthday!",
7
- "date": "2018-12-14T00:00:00.000Z",
8
- "formattedDate": "December 14, 2018",
9
- "tags": [
10
- {
11
- "label": "birthday",
12
- "permalink": "/blog-only/tags/birthday"
13
- }
14
- ],
15
- "readingTime": 0.01,
16
- "hasTruncateMarker": false,
17
- "authors": [
18
- {
19
- "name": "Yangshun Tay"
20
- },
21
- {
22
- "name": "Sébastien Lorber",
23
- "title": "Docusaurus maintainer",
24
- "email": "lorber.sebastien@gmail.com",
25
- "url": "https://sebastienlorber.com",
26
- "key": "slorber"
27
- }
28
- ],
29
- "frontMatter": {
30
- "title": "Happy 1st Birthday Slash!",
31
- "authors": [
32
- {
33
- "name": "Yangshun Tay"
34
- },
35
- "slorber"
36
- ],
37
- "tags": [
38
- "birthday"
39
- ]
40
- },
41
- "unlisted": false,
42
- "prevItem": {
43
- "title": "date-matter",
44
- "permalink": "/blog-only/date-matter"
45
- }
46
- }
@@ -1,22 +0,0 @@
1
- {
2
- "permalink": "/blog-only/blog-with-links",
3
- "editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/blog-with-links.mdx",
4
- "source": "@site/src/__tests__/__fixtures__/website/blog/blog-with-links.mdx",
5
- "title": "test links",
6
- "description": "absolute full url",
7
- "date": "2023-07-23T00:00:00.000Z",
8
- "formattedDate": "July 23, 2023",
9
- "tags": [],
10
- "readingTime": 0.145,
11
- "hasTruncateMarker": false,
12
- "authors": [],
13
- "frontMatter": {
14
- "title": "test links",
15
- "date": "2023-07-23T00:00:00.000Z"
16
- },
17
- "unlisted": false,
18
- "nextItem": {
19
- "title": "MDX Blog Sample with require calls",
20
- "permalink": "/blog-only/mdx-require-blog-post"
21
- }
22
- }
@@ -1,40 +0,0 @@
1
- {
2
- "permalink": "/blog-only/hey/my super path/héllô",
3
- "editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/complex-slug.md",
4
- "source": "@site/src/__tests__/__fixtures__/website/blog/complex-slug.md",
5
- "title": "Complex Slug",
6
- "description": "complex url slug",
7
- "date": "2020-08-16T00:00:00.000Z",
8
- "formattedDate": "August 16, 2020",
9
- "tags": [
10
- {
11
- "label": "date",
12
- "permalink": "/blog-only/tags/date"
13
- },
14
- {
15
- "label": "complex",
16
- "permalink": "/blog-only/tags/complex"
17
- }
18
- ],
19
- "readingTime": 0.015,
20
- "hasTruncateMarker": false,
21
- "authors": [],
22
- "frontMatter": {
23
- "slug": "/hey/my super path/héllô",
24
- "title": "Complex Slug",
25
- "date": "2020/08/16",
26
- "tags": [
27
- "date",
28
- "complex"
29
- ]
30
- },
31
- "unlisted": false,
32
- "prevItem": {
33
- "title": "Full Blog Sample",
34
- "permalink": "/blog-only/mdx-blog-post"
35
- },
36
- "nextItem": {
37
- "title": "Simple Slug",
38
- "permalink": "/blog-only/simple/slug"
39
- }
40
- }
@@ -1,33 +0,0 @@
1
- {
2
- "permalink": "/blog-only/date-matter",
3
- "editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/date-matter.md",
4
- "source": "@site/src/__tests__/__fixtures__/website/blog/date-matter.md",
5
- "title": "date-matter",
6
- "description": "date inside front matter",
7
- "date": "2019-01-01T00:00:00.000Z",
8
- "formattedDate": "January 1, 2019",
9
- "tags": [
10
- {
11
- "label": "date",
12
- "permalink": "/blog-only/tags/date"
13
- }
14
- ],
15
- "readingTime": 0.02,
16
- "hasTruncateMarker": false,
17
- "authors": [],
18
- "frontMatter": {
19
- "date": "2019-01-01T00:00:00.000Z",
20
- "tags": [
21
- "date"
22
- ]
23
- },
24
- "unlisted": false,
25
- "prevItem": {
26
- "title": "some heading",
27
- "permalink": "/blog-only/heading-as-title"
28
- },
29
- "nextItem": {
30
- "title": "Happy 1st Birthday Slash!",
31
- "permalink": "/blog-only/2018/12/14/Happy-First-Birthday-Slash"
32
- }
33
- }