Skip to content

Commit e725bdc

Browse files
committed
website: update branding and things
Signed-off-by: Joao Eduardo Luis <[email protected]>
1 parent adf658e commit e725bdc

File tree

102 files changed

+5813
-13480
lines changed

Some content is hidden

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

102 files changed

+5813
-13480
lines changed

.vscode/settings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"[typescriptreact]": {
3+
"editor.tabSize": 2,
4+
"editor.defaultFormatter": "esbenp.prettier-vscode"
5+
},
6+
"editor.formatOnPaste": true,
7+
"prettier.tabWidth": 2,
8+
"editor.defaultFormatter": "esbenp.prettier-vscode"
9+
}

LICENSE

Lines changed: 438 additions & 201 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 13 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,26 @@
1-
# s3gw Website
1+
# Website
22

3-
This repo contains the content of the s3gw landing page. Please open an issue if you have suggestions for new content or edits. We also gladly accept community PRs.
3+
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
44

5-
The website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
5+
## Installation
66

7-
### Installation
8-
9-
```
10-
$ yarn
7+
```shell
8+
# npm ci
119
```
1210

13-
### Local Development
11+
## Local Development
1412

15-
```
16-
$ yarn start
13+
```shell
14+
# npm start
1715
```
1816

1917
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
2018

21-
You can also use Docker to launch the website without needing to install and configure yarn:
22-
```
23-
docker run --rm -it -v $PWD:$PWD -w $PWD -p 3000:3000 node yarn start -h 0.0.0.0
24-
```
25-
26-
### Build
19+
## Build
2720

21+
```shell
22+
# npm run build
2823
```
29-
$ yarn build
30-
```
31-
32-
This command generates static content into the `build` directory and can be served using any static contents hosting service.
33-
34-
### Deployment
35-
36-
An automated GH action will deploy the website to GitHub Pages once a PR has been merged to `main`.
37-
38-
### Static Files
3924

40-
The `static` subdirectory contains static files both for this website as well as
41-
other parts of the project. In particular, image files containing the logo are
42-
hosted there, which are used in other parts of the project as well, e.g. the
43-
helm chart. Take extra care when moving or modifying the static content.
25+
This command generates static content into the `build` directory and can be
26+
served using any static contents hosting service.

blog/2022-07-22-sg3w-is-in-town.md

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

0 commit comments

Comments
 (0)