Skip to content

Commit 5cb3a17

Browse files
authored
Go live (substratusai#15)
1 parent d5ed671 commit 5cb3a17

10 files changed

+1331
-1317
lines changed

blog/2019-05-28-first-blog-post.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

blog/2019-05-29-long-blog-post.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

blog/2021-08-01-mdx-blog-post.mdx

Lines changed: 0 additions & 20 deletions
This file was deleted.
Binary file not shown.

blog/2021-08-26-welcome/index.md

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
slug: introducing-substratus
3+
title: Introducing Substratus
4+
authors:
5+
name: Nick Stogner
6+
title: Engineer
7+
url: https://github.com/nstogner
8+
image_url: https://avatars.githubusercontent.com/u/10274189?v=4
9+
tags: [hola, introduction]
10+
---
11+
12+
TODO: Coming soon!

blog/authors.yml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
endi:
2-
name: Endilie Yacop Sucipto
3-
title: Maintainer of Docusaurus
4-
url: https://github.com/endiliey
5-
image_url: https://github.com/endiliey.png
6-
7-
yangshun:
8-
name: Yangshun Tay
9-
title: Front End Engineer @ Facebook
10-
url: https://github.com/yangshun
11-
image_url: https://github.com/yangshun.png
12-
13-
slorber:
14-
name: Sébastien Lorber
15-
title: Docusaurus maintainer
16-
url: https://sebastienlorber.com
17-
image_url: https://github.com/slorber.png
1+
nstogner:
2+
name: Nick Stogner
3+
title: Engineer
4+
url: https://github.com/nstogner
5+
image_url: https://avatars.githubusercontent.com/u/10274189?v=4

docusaurus.config.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const config = {
1111
favicon: "img/favicon.ico",
1212

1313
// Set the production url of your site here
14-
url: "https://substratusai.github.io",
14+
url: "https://www.substratus.ai",
1515
// Set the /<baseUrl>/ pathname under which your site is served
1616
// For GitHub pages deployment, it is often '/<projectName>/'
1717
baseUrl: "/",
@@ -43,14 +43,14 @@ const config = {
4343
// Please change this to your repo.
4444
// Remove this to remove the "edit this page" links.
4545
editUrl:
46-
"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/",
46+
"https://github.com/substratusai/substratusai.github.io/tree/main/",
4747
},
4848
blog: {
4949
showReadingTime: true,
5050
// Please change this to your repo.
5151
// Remove this to remove the "edit this page" links.
5252
editUrl:
53-
"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/",
53+
"https://github.com/substratusai/substratusai.github.io/tree/main/",
5454
},
5555
theme: {
5656
customCss: require.resolve("./src/css/custom.css"),
@@ -63,9 +63,9 @@ const config = {
6363
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
6464
({
6565
// Replace with your project's social card
66-
image: "img/docusaurus-social-card.jpg",
66+
image: "img/logo.png",
6767
navbar: {
68-
title: "substratus.ai",
68+
title: "Substratus.AI",
6969
logo: {
7070
alt: "Substratus",
7171
src: "img/logo.png",
@@ -95,6 +95,14 @@ const config = {
9595
label: "Introduction",
9696
to: "/docs/",
9797
},
98+
{
99+
label: "Quickstart",
100+
to: "/docs/quickstart",
101+
},
102+
{
103+
label: "Architecture",
104+
to: "/docs/architecture",
105+
},
98106
],
99107
},
100108
{
@@ -104,14 +112,6 @@ const config = {
104112
label: "Stack Overflow",
105113
href: "https://stackoverflow.com/questions/tagged/substratus",
106114
},
107-
{
108-
label: "Discord",
109-
href: "https://discord.gg/RcUShexGu8",
110-
},
111-
{
112-
label: "Twitter",
113-
href: "https://twitter.com/docusaurus",
114-
},
115115
],
116116
},
117117
{
@@ -123,12 +123,12 @@ const config = {
123123
},
124124
{
125125
label: "GitHub",
126-
href: "https://github.com/facebook/docusaurus",
126+
href: "https://github.com/substratusai/substratus",
127127
},
128128
],
129129
},
130130
],
131-
copyright: `Copyright © ${new Date().getFullYear()} SubstratusAI. Built with Docusaurus.`,
131+
copyright: `Copyright © ${new Date().getFullYear()} SubstratusAI.`,
132132
},
133133
prism: {
134134
theme: lightCodeTheme,

static/CNAME

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
substratus.ai
2+
www.substratus.ai

0 commit comments

Comments
 (0)