Added gatsby netlify plugin, changed file structure and config

This commit is contained in:
Moris Zen
2018-06-27 14:20:54 +02:00
parent ac2f3c0197
commit 797339b644
7 changed files with 44 additions and 16 deletions

View File

@@ -3,17 +3,11 @@ import Link from 'gatsby-link'
const Header = ({ siteTitle }) => (
<header>
<h1 style={{ margin: 0 }}>
<Link
to="/"
style={{
color: 'white',
textDecoration: 'none',
}}
>
<nav>
<Link to="/">
{siteTitle}
</Link>
</h1>
</nav>
</header>
)