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
49 lines
1.4 KiB
JSON
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"
|
|
}
|
|
} |