Skip to content

Commit

Permalink
Add organizers data
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsimper committed Aug 18, 2019
1 parent 37e4812 commit 7becc88
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions data/organizers.js
@@ -0,0 +1,11 @@
export const organizers = [
{
name: 'Kevin Simper',
twitter: 'kevinsimper',
github: 'kevinsimper'
},
{
name: 'Zoey Zou',
github: 'zoeyzou'
}
]
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -8,8 +8,8 @@
"build": "npm run prepare && next build && next export",
"deploy": "npm run build && firebase deploy",
"dev": "npm run prepare && next",
"fix-lint": "npx prettier --write --single-quote --no-semi next.config.js 'components/**/*.js' 'pages/*.js' '_posts/*.json' 'utils/*.js'",
"lint": "npx prettier -l --single-quote --no-semi next.config.js 'components/**/*.js' 'pages/*.js' '_posts/*.json' 'utils/*.js'",
"fix-lint": "npx prettier --write --single-quote --no-semi next.config.js 'components/**/*.js' 'pages/*.js' '_posts/*.json' 'utils/*.js' 'data/*.js'",
"lint": "npx prettier -l --single-quote --no-semi next.config.js 'components/**/*.js' 'pages/*.js' '_posts/*.json' 'utils/*.js' 'data/*.js'",
"prepare": "npm run process-archive && cp -R _posts/ static/posts && npm run speakers",
"process-archive": "mkdirp pages/archive && node utils/processmd",
"speakers": "node utils/pull-speakers.js",
Expand Down

0 comments on commit 7becc88

Please sign in to comment.