Files
yoga/website-next/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-05-28-first-blog-post-md-e27.json
Nick Gerleman 6e44197645 Docusarus: Init Project
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
2023-06-23 13:43:52 -07:00

49 lines
1.4 KiB
JSON

{
"permalink": "/blog/first-blog-post",
"editUrl": "https://github.com/facebook/yoga/tree/main/website/blog/2019-05-28-first-blog-post.md",
"source": "@site/blog/2019-05-28-first-blog-post.md",
"title": "First Blog Post",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet",
"date": "2019-05-28T00:00:00.000Z",
"formattedDate": "May 28, 2019",
"tags": [
{
"label": "hola",
"permalink": "/blog/tags/hola"
},
{
"label": "docusaurus",
"permalink": "/blog/tags/docusaurus"
}
],
"readingTime": 0.12,
"hasTruncateMarker": false,
"authors": [
{
"name": "Gao Wei",
"title": "Docusaurus Core Team",
"url": "https://github.com/wgao19",
"image_url": "https://github.com/wgao19.png",
"imageURL": "https://github.com/wgao19.png"
}
],
"frontMatter": {
"slug": "first-blog-post",
"title": "First Blog Post",
"authors": {
"name": "Gao Wei",
"title": "Docusaurus Core Team",
"url": "https://github.com/wgao19",
"image_url": "https://github.com/wgao19.png",
"imageURL": "https://github.com/wgao19.png"
},
"tags": [
"hola",
"docusaurus"
]
},
"prevItem": {
"title": "Long Blog Post",
"permalink": "/blog/long-blog-post"
}
}