Skip to content

Commit 8bebf02

Browse files
Use the script yml-to-json.ts in /src/components/blog to produce a .json from the _config.yml including necessary modifications on the blog posts informations in particular on image widths.
1 parent 475c92d commit 8bebf02

20 files changed

+1878
-761
lines changed

.docusaurus/client-manifest.json

Lines changed: 549 additions & 199 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"metadata":{"permalink":"/quantstack.github.io/blog","page":1,"postsPerPage":10,"totalPages":1,"totalCount":1,"blogDescription":"Blog","blogTitle":"Blog"}}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"archive":{"blogPosts":[{"id":"/CondaForge","metadata":{"permalink":"/quantstack.github.io/blog/CondaForge","editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/CondaForge.mdx","source":"@site/blog/CondaForge.mdx","title":"CondaForge","description":"QuantStack is one of the key organizations supporting the","date":"2024-06-13T09:41:00.645Z","tags":[],"readingTime":0.435,"hasTruncateMarker":false,"authors":[],"frontMatter":{},"unlisted":false},"content":"QuantStack is one of the key organizations supporting the\nconda-forge project, a community-led collection of recipes, build\ninfrastructure and distributions for the conda/mamba package\nmanager.\n\nAdopted at the global scale, conda-forge has become the reference\nsource of build artifacts for the scientific computing ecosystem,\naccounting for over 150 million package downloads monthly.\n\nQuantStack developed key components of the conda-forge\ninfrastructure, including the mamba package manager and the\nmamba-build utility, which underlie the build system of conda-forge.\nQuantStack team members also maintain a large number of conda-forge\npackages."}]}}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"permalink": "/quantstack.github.io/blog/CondaForge",
3+
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/CondaForge.md",
4+
"source": "@site/blog/CondaForge.md",
5+
"title": "CondaForge",
6+
"description": "QuantStack is one of the key organizations supporting the",
7+
"date": "2024-06-13T09:41:00.645Z",
8+
"tags": [],
9+
"readingTime": 0.435,
10+
"hasTruncateMarker": false,
11+
"authors": [],
12+
"frontMatter": {},
13+
"unlisted": false
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"permalink": "/quantstack.github.io/blog/CondaForge",
3+
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/CondaForge.mdx",
4+
"source": "@site/blog/CondaForge.mdx",
5+
"title": "CondaForge",
6+
"description": "QuantStack is one of the key organizations supporting the",
7+
"date": "2024-06-13T09:41:00.645Z",
8+
"tags": [],
9+
"readingTime": 0.435,
10+
"hasTruncateMarker": false,
11+
"authors": [],
12+
"frontMatter": {},
13+
"unlisted": false
14+
}

.docusaurus/registry.js

Lines changed: 49 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.docusaurus/routes.js

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,6 @@ import React from 'react';
22
import ComponentCreator from '@docusaurus/ComponentCreator';
33

44
export default [
5-
{
6-
path: '/quantstack.github.io/__docusaurus/debug',
7-
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug', '55d'),
8-
exact: true
9-
},
10-
{
11-
path: '/quantstack.github.io/__docusaurus/debug/config',
12-
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/config', 'dae'),
13-
exact: true
14-
},
15-
{
16-
path: '/quantstack.github.io/__docusaurus/debug/content',
17-
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/content', '56c'),
18-
exact: true
19-
},
20-
{
21-
path: '/quantstack.github.io/__docusaurus/debug/globalData',
22-
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/globalData', '058'),
23-
exact: true
24-
},
25-
{
26-
path: '/quantstack.github.io/__docusaurus/debug/metadata',
27-
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/metadata', '5d1'),
28-
exact: true
29-
},
30-
{
31-
path: '/quantstack.github.io/__docusaurus/debug/registry',
32-
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/registry', 'dd5'),
33-
exact: true
34-
},
35-
{
36-
path: '/quantstack.github.io/__docusaurus/debug/routes',
37-
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/routes', 'f0e'),
38-
exact: true
39-
},
405
{
416
path: '/quantstack.github.io/about',
427
component: ComponentCreator('/quantstack.github.io/about', '231'),

0 commit comments

Comments
 (0)