Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Commit

Permalink
Small fixes + version
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Mar 25, 2018
1 parent 53db611 commit 3a3b443
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
8 changes: 4 additions & 4 deletions content/designSystem.md
@@ -1,10 +1,10 @@
# Gatsby Design System
# Design System created with Gatsby
Use the specimens of [gatsby-remark-design-system](https://github.com/LeKoArts/gatsby-remark-design-system) to build your own styleguide or design system!
Read the complete [README](https://github.com/LeKoArts/gatsby-remark-design-system) to see all options & examples in detail.

[![GitHub license](https://img.shields.io/github/license/LeKoArts/gatsby-remark-design-system.svg?style=flat-square)](https://github.com/LeKoArts/gatsby-remark-design-system/blob/master/LICENSE)
[![npm package](https://img.shields.io/npm/v/gatsby-remark-design-system.svg?style=flat-square)](https://www.npmjs.org/package/gatsby-remark-design-system)
[![Twitter Follow](https://img.shields.io/twitter/follow/lekoarts_de.svg?style=flat-square)](https://twitter.com/lekoarts_de)
[![LekoArts Homepage](https://img.shields.io/badge/lekoarts-homepage-blue.svg)](https://www.lekoarts.de)

## Audio

Expand Down Expand Up @@ -92,7 +92,7 @@ To link your logos and other resources you can use the **Download** specimen. Yo
**Live Example**

```download
title: Design Logo (.svg)
title: Avatar Social
subtitle: 8 KB
src: "/logo.png"
span: 3
Expand All @@ -117,7 +117,7 @@ Make it so!
```

```hint
Neutrale Meldung
Neutral Hint
```

```hint|warning
Expand Down
11 changes: 4 additions & 7 deletions package.json
@@ -1,6 +1,7 @@
{
"name": "gatsby-remark-design-system-example",
"description": "Example project to showcase the gatsby-remark-design-sytem plugin",
"description":
"Example project to showcase the gatsby-remark-design-sytem plugin",
"version": "1.0.0",
"author": "LekoArts <hello@lekoarts.de>",
"dependencies": {
Expand All @@ -10,18 +11,14 @@
"gatsby-plugin-react-helmet": "^2.0.8",
"gatsby-plugin-typography": "^1.7.18",
"gatsby-remark-autolink-headers": "^1.4.13",
"gatsby-remark-design-system": "^1.0.0",
"gatsby-remark-design-system": "^1.0.5",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-prismjs": "^1.2.21",
"gatsby-source-filesystem": "^1.5.27",
"gatsby-transformer-remark": "^1.7.37",
"react-helmet": "^5.2.0"
},
"keywords": [
"gatsby",
"gatsby-starter",
"gatsby-example"
],
"keywords": ["gatsby", "gatsby-starter", "gatsby-example"],
"license": "MIT",
"scripts": {
"build": "gatsby build",
Expand Down
1 change: 0 additions & 1 deletion src/layouts/index.js
Expand Up @@ -22,7 +22,6 @@ const TemplateWrapper = ({ children }) => (
margin: '0 auto',
maxWidth: 1000,
padding: '2rem 1.0875rem 1.45rem 2rem',
paddingTop: 0,
}}
>
{children()}
Expand Down

0 comments on commit 3a3b443

Please sign in to comment.