Summary: This starts us transitioning the Yoga website off of an ancient version of Gatsby by initializing a new Docusaurus project. This commit adds a new stock project, to be filled in later, then fixes license lint errors. Note that this seems to have init'd using npm, but in the next diff I convert this to yarn workspaces anyway. Differential Revision: D46884434 fbshipit-source-id: 26e2ecba057ae99c4ef878e4cd21c8d21a25c2b5
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"permalink": "/blog/mdx-blog-post",
|
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/blog/2021-08-01-mdx-blog-post.mdx",
|
|
"source": "@site/blog/2021-08-01-mdx-blog-post.mdx",
|
|
"title": "MDX Blog Post",
|
|
"description": "Blog posts support Docusaurus Markdown features, such as MDX.",
|
|
"date": "2021-08-01T00:00:00.000Z",
|
|
"formattedDate": "August 1, 2021",
|
|
"tags": [
|
|
{
|
|
"label": "docusaurus",
|
|
"permalink": "/blog/tags/docusaurus"
|
|
}
|
|
],
|
|
"readingTime": 0.175,
|
|
"hasTruncateMarker": false,
|
|
"authors": [
|
|
{
|
|
"name": "Sébastien Lorber",
|
|
"title": "Docusaurus maintainer",
|
|
"url": "https://sebastienlorber.com",
|
|
"imageURL": "https://github.com/slorber.png",
|
|
"key": "slorber"
|
|
}
|
|
],
|
|
"frontMatter": {
|
|
"slug": "mdx-blog-post",
|
|
"title": "MDX Blog Post",
|
|
"authors": [
|
|
"slorber"
|
|
],
|
|
"tags": [
|
|
"docusaurus"
|
|
]
|
|
},
|
|
"prevItem": {
|
|
"title": "Welcome",
|
|
"permalink": "/blog/welcome"
|
|
},
|
|
"nextItem": {
|
|
"title": "Long Blog Post",
|
|
"permalink": "/blog/long-blog-post"
|
|
}
|
|
} |