Skip to content

Commit 94042b9

Browse files
HaudinFlorenceSylvainCorlay
authored andcommitted
Update existing pages, complete the contact page, work on a first version of the footer and of the blog page.
1 parent 4959028 commit 94042b9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1046
-11799
lines changed
Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,4 @@
11
{
22
"title": "Recent posts",
3-
"items": [
4-
{
5-
"title": "Welcome",
6-
"permalink": "/blog/welcome",
7-
"unlisted": false
8-
},
9-
{
10-
"title": "MDX Blog Post",
11-
"permalink": "/blog/mdx-blog-post",
12-
"unlisted": false
13-
},
14-
{
15-
"title": "Long Blog Post",
16-
"permalink": "/blog/long-blog-post",
17-
"unlisted": false
18-
},
19-
{
20-
"title": "First Blog Post",
21-
"permalink": "/blog/first-blog-post",
22-
"unlisted": false
23-
}
24-
]
3+
"items": []
254
}

.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json

Lines changed: 10 additions & 346 deletions
Large diffs are not rendered by default.

.docusaurus/docusaurus.config.mjs

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default {
9898
},
9999
{
100100
"to": "https://twitter.com/QuantStack",
101-
"title": "Twitter",
101+
"title": "X",
102102
"position": "right",
103103
"target": "_blank",
104104
"className": "x-icon"
@@ -107,9 +107,40 @@ export default {
107107
"hideOnScroll": false
108108
},
109109
"footer": {
110-
"style": "light",
111-
"links": [],
112-
"copyright": "Copyright © 2024 QuantStack's website, Inc. Built with Docusaurus."
110+
"links": [
111+
{
112+
"html": "\n <div class=\"footer-astronaut\">\n <img src=\"img/astronaut.svg\" alt=\"QuantStack logo\" />\n </div>\n "
113+
},
114+
{
115+
"label": "Home",
116+
"href": "/index"
117+
},
118+
{
119+
"label": "Projects",
120+
"href": "/projects"
121+
},
122+
{
123+
"label": "Services",
124+
"href": "/services"
125+
},
126+
{
127+
"label": "About Us",
128+
"href": "/about"
129+
},
130+
{
131+
"label": "Careers",
132+
"href": "/careers"
133+
},
134+
{
135+
"label": "Blog",
136+
"href": "/Blog"
137+
},
138+
{
139+
"html": "\n <div>\n <div class=\"social-media-links\">\n <a href=\"https://github.com/QuantStack\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Visit our Github page\">\n <img src=\"img/socialmedias/GH.svg\" alt=\"Visit our GitHub page\" width=\"36\" height=\"36\" />\n </a>\n <a href=\"https://www.linkedin.com/company/quantstack/mycompany/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Visit our LinkedIn page\">\n <img src=\"img/socialmedias/LinkedIn.svg\" alt=\"Visit our LinkedIn page\" width=\"36\" height=\"36\" />\n </a>\n <a href=\"https://twitter.com/QuantStack\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Visit our X page\">\n <img src=\"img/socialmedias/X.svg\" alt=\"Visit our X page\" width=\"36\" height=\"36\" />\n </a>\n </div>\n <div class=\"office-address\">\n <b>QuantStack </b><br/>\n 16 avenue Curti <br/>\n 94 100 Saint Maur des Fossés <br/>\n France\n </div>\n </div>\n "
140+
}
141+
],
142+
"copyright": "Copyright © 2024 QuantStack's website, Inc. Built with Docusaurus.",
143+
"style": "light"
113144
},
114145
"prism": {
115146
"theme": {

.docusaurus/registry.js

Lines changed: 1 addition & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.docusaurus/routes.js

Lines changed: 1 addition & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -174,57 +174,7 @@ export default [
174174
},
175175
{
176176
path: '/blog',
177-
component: ComponentCreator('/blog', '0a0'),
178-
exact: true
179-
},
180-
{
181-
path: '/blog/archive',
182-
component: ComponentCreator('/blog/archive', '247'),
183-
exact: true
184-
},
185-
{
186-
path: '/blog/first-blog-post',
187-
component: ComponentCreator('/blog/first-blog-post', 'eb5'),
188-
exact: true
189-
},
190-
{
191-
path: '/blog/long-blog-post',
192-
component: ComponentCreator('/blog/long-blog-post', 'dcc'),
193-
exact: true
194-
},
195-
{
196-
path: '/blog/mdx-blog-post',
197-
component: ComponentCreator('/blog/mdx-blog-post', 'bda'),
198-
exact: true
199-
},
200-
{
201-
path: '/blog/tags',
202-
component: ComponentCreator('/blog/tags', 'fb6'),
203-
exact: true
204-
},
205-
{
206-
path: '/blog/tags/docusaurus',
207-
component: ComponentCreator('/blog/tags/docusaurus', 'a9a'),
208-
exact: true
209-
},
210-
{
211-
path: '/blog/tags/facebook',
212-
component: ComponentCreator('/blog/tags/facebook', '40c'),
213-
exact: true
214-
},
215-
{
216-
path: '/blog/tags/hello',
217-
component: ComponentCreator('/blog/tags/hello', 'ad8'),
218-
exact: true
219-
},
220-
{
221-
path: '/blog/tags/hola',
222-
component: ComponentCreator('/blog/tags/hola', '18d'),
223-
exact: true
224-
},
225-
{
226-
path: '/blog/welcome',
227-
component: ComponentCreator('/blog/welcome', 'a80'),
177+
component: ComponentCreator('/blog', '0f9'),
228178
exact: true
229179
},
230180
{

0 commit comments

Comments
 (0)