My personal website
Go to file
Axel Clark eb9274ae92 Update required prop for SitePost and Site Page
* Changed required prop from post to route
* Removed propType for pages
* These are objects on route prop and not passed in individually
* Closes #25
2016-12-10 15:18:43 -05:00
components Update required prop for SitePost and Site Page 2016-12-10 15:18:43 -05:00
pages Add key to pageLinks within SiteIndex 2016-12-10 07:44:42 -05:00
static Upgrade to Gatsby 0.12.0 2016-07-30 02:05:32 +03:00
wrappers replace react-document-title with react-helmet 2016-11-23 16:41:17 -05:00
.babelrc upgrade to Gatsby 0.11 2016-06-03 02:32:38 +03:00
.eslintrc upgrade to Gatsby 0.11 2016-06-03 02:32:38 +03:00
.gitignore Update .gitignore 2016-07-30 02:02:55 +03: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 Adds Google Analytics Support 2016-10-02 15:06:54 +02:00
gatsby-node.js Upgrade to Gatsby 0.12.0 2016-07-30 02:05:32 +03:00
html.js Correct the usage of title as a component 2016-11-24 00:10:23 -05:00
LICENSE Update license 2016-12-09 17:41:12 +03:00
package.json replace react-document-title with react-helmet 2016-11-23 16:41:17 -05:00
README.md Update license 2016-12-09 17:41:12 +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

  • Inline CSS.
  • Clean and extensible code.
  • Six simple components: SiteSidebar, SiteNav, SiteLinks, SitePost, SitePage, ReadNext.
  • peterramsing/lost as a base for Grid.
  • matejlatin/Gutenberg as a base for Typography.

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

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.