From 401f33626bf2347032d50156f3fa6425859212d7 Mon Sep 17 00:00:00 2001 From: Wojciech Kocjan Date: Thu, 12 Mar 2020 20:59:49 +0100 Subject: [PATCH] Add `gatsby-contentful-portfolio` starter --- .../templates/gatsby-contentful-portfolio.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/templates/gatsby-contentful-portfolio.md diff --git a/content/templates/gatsby-contentful-portfolio.md b/content/templates/gatsby-contentful-portfolio.md new file mode 100644 index 0000000..9b0d68c --- /dev/null +++ b/content/templates/gatsby-contentful-portfolio.md @@ -0,0 +1,21 @@ +--- +title: 'Portfolio theme for Gatsby' +description: Gatsby portfolio theme integrated with Contentful. +github: https://github.com/wkocjan/gatsby-contentful-portfolio +demo: https://gatsby-contentful-portfolio.netlify.com/ +author: Wojciech Kocjan +date: 2020-03-12 +ssg: + - Gatsby +gatsby: + version: 2 + type: starter +cms: + - Contentful +github_branch: master +css: + - TailwindCSS +archetype: + - Portfolio +license: MIT +---