Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Add new Argo website #58

Merged
merged 18 commits into from
Jul 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 10.x
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 12.x
- uses: actions/cache@v1
with:
path: node_modules
Expand Down
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Project dependencies
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
.cache/
# Build directory
public/
.DS_Store
yarn-error.log
.tmp
.vscode/
.cache/
public
.DS_Store
11 changes: 11 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"tabWidth": 2,
"semi": false,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"arrowParens": "avoid",
"jsxSingleQuote": false,
"endOfLine": "lf",
"singleQuote": false
}
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@ Repository for argo website: http://argoproj.io/ .

## Run and deploy

* install nodejs, yarn and run `yarn install`
* clone repositories which contains markdown documents. Following location relative to `./argo-site` are expected:
* https://github.com/argoproj/argo - ../go/src/github.com/argoproj/argo
* https://github.com/argoproj/argo-cd - ../go/src/github.com/argoproj/argo-cd
* https://github.com/argoproj/argo-events - ../go/src/github.com/argoproj/argo-events
* https://github.com/argoproj/argo-ci - ../argo-ci

* start local dev server using `yarn start` and check web site at http://localhost:8000
* Install nodejs, yarn, npm
* Run `npm install`
* Start local dev server using `yarn start` and check web site at http://localhost:8000

* To push changes to http://argoproj.io/ make sure you have write access to `https://github.com/argoproj/argo-site.git`
repo and run: `yarn build && yarn deploy`
1 change: 1 addition & 0 deletions content/members/127labs/127labs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions content/members/127labs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: 127 Labs
site: https://127labs.com
logo: 127labs.svg
---
1 change: 1 addition & 0 deletions content/members/23mofang/23mofang.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions content/members/23mofang/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: 23 Mofang
site: https://23mofang.com
logo: 23mofang.svg
---
1 change: 1 addition & 0 deletions content/members/3rein/3rein.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions content/members/3rein/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: 3 Rein
site: https://3rein.com
logo: 3rein.svg
---
1 change: 1 addition & 0 deletions content/members/7shifts/7shifts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions content/members/7shifts/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: 7 shifts
site: https://7shifts.com
logo: 7shifts.svg
---
1 change: 1 addition & 0 deletions content/members/acquia/acquia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions content/members/acquia/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Acquia
site: https://acquia.com
logo: acquia.svg
---
Loading