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

Gatsby website tuning #1092

Merged
merged 1 commit into from May 1, 2019
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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