Skip to content

Commit

Permalink
Gatsby website tuning (#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed May 1, 2019
1 parent 4b1c996 commit acdc107
Show file tree
Hide file tree
Showing 51 changed files with 17 additions and 10 deletions.
20 changes: 13 additions & 7 deletions website-gatsby/ocular-config.js
Expand Up @@ -31,7 +31,7 @@ module.exports = {
PROJECT_NAME: 'luma.gl',
PROJECT_ORG: 'uber',
PROJECT_URL: `https://luma.gl`,
PROJECT_DESC: 'WebGL2 Components',
PROJECT_DESC: 'High-performance WebGL2 components for GPU-powered data visualization and computation.',

PATH_PREFIX: '/',

Expand All @@ -45,19 +45,25 @@ module.exports = {

HOME_PATH: '/',

HOME_HEADING: 'Framework agnostic loaders for visualization assets',
HOME_HEADING: 'High-performance WebGL2 components for GPU-powered data visualization and computation.',

HOME_RIGHT: null,

HOME_BULLETS: [
{
text: 'Designed for Interoperability',
desc: 'Seamless integration.',
img: 'images/icon-react.svg'
text: 'Advanced GPU Usage',
desc: 'luma.gl facilitates use of advanced GPU techniques, such as Instanced Rendering, Transform Feedback and WebGL2 features.',
img: 'images/icon-high-precision.svg'
},
{
text: 'Totally ready for production',
img: 'images/icon-layers.svg'
text: 'Shader Programming Power',
desc: 'Modularized shader code, classes for controlling GPU inputs and outputs, and support for debugging and profiling GLSL shaders.',
img: 'images/icon-high-precision.svg'
},
{
text: 'Performance Focus',
desc: 'Strong focus on performance enables visualization and GPU processing of very large data sets.',
img: 'images/icon-high-precision.svg'
}
],

Expand Down
6 changes: 3 additions & 3 deletions website-gatsby/package.json
Expand Up @@ -11,9 +11,9 @@
"start": "yarn copy-examples && yarn clean && yarn develop",
"clean": "rm -rf ./.cache ./public",
"develop": "gatsby develop --port=8001",
"build": "yarn copy-examples && gatsby build --prefix-paths",
"serve": "gatsby serve --prefix-paths",
"publish-docs": "yarn build && mkdir -p ../../docs && rm -rf ../../docs/* && mv public/* ../../docs",
"build": "yarn copy-examples && gatsby build",
"serve": "gatsby serve",
"deploy": "gh-pages -d public",
"copy-examples": "rm -rf examples ; find ../examples -name node_modules -exec rm -r {} \\; ; cp -r ../examples . "
},
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions website-gatsby/static/CNAME
@@ -0,0 +1 @@
luma.gl
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit acdc107

Please sign in to comment.