My personal website
Go to file
Simon Reinsperger a1cee07124 refactor: fixing linting error in pages/_template.jsx
adds react/forbid-prop-types to be ignored in eslintrc
could be added in an additional refactoring round
right now, I'm not sure what to choose as proptypes...
2017-03-08 17:08:19 +01:00
components (fix) use mailto: in email link 2017-03-04 15:15:02 -08:00
pages refactor: fixing linting error in pages/_template.jsx 2017-03-08 17:08:19 +01:00
static Update 2017-02-05 18:45:57 +03:00
wrappers refactor: fixing linting error in pages/_template.jsx 2017-03-08 17:08:19 +01:00
.eslintrc refactor: fixing linting error in pages/_template.jsx 2017-03-08 17:08:19 +01:00
.gitattributes Update .gitattributes 2017-02-05 18:51:24 +03:00
.gitignore refactor: gatsby-browser, gatsby-node 2017-03-08 16:53:50 +01:00
.project upgrade to Gatsby 0.11 2016-06-03 02:32:38 +03:00
browserslist Update gatsby-node 2016-06-07 21:44:26 +03:00
config.toml Adds Google Analytics Support 2016-10-02 15:06:54 +02:00
gatsby-browser.js refactor: gatsby-browser, gatsby-node 2017-03-08 16:53:50 +01:00
gatsby-node.js refactor: gatsby-browser, gatsby-node 2017-03-08 16:53:50 +01:00
html.js refactor: linting html.js 2017-03-07 16:46:07 +01:00
LICENSE Update 2017-02-05 18:45:57 +03:00
package.json feat: eslint config (airbnb), adds cache option for lint npm script 2017-03-07 16:12:39 +01:00
README.md Update 2017-02-05 18:45:57 +03:00
travis.yml upgrade to Gatsby 0.11 2016-06-03 02:32:38 +03:00

Lumen

Gatsby starter for creating a blog.

Features

Installing

Install this starter (assuming Gatsby is installed) by running from your CLI: gatsby new lumen https://github.com/wpioneer/gatsby-starter-lumen

Running in development

gatsby develop

Ports

Statinamic port by Khoa Nguyen

License

The MIT License (MIT)

Copyright (c) 2016-2017 Alexander Shelepenok

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.