Skip to content

Commit

Permalink
feat(starters): add gatsby-starter-calpa-blog (#9541)
Browse files Browse the repository at this point in the history
I have turned my blog from static bundled project to a starter project, and it may suitable for those using contentful, or facebook-twitter fans. 馃憤 

Please use master branch, and this starter is using v2.

Starter repo: https://github.com/calpa/gatsby-starter-calpa-blog
Demo site (in Chinese): https://calpa.me

<!--
  Q. Which branch should I use for my pull request?
  A. Use `master` branch (probably).

  Q. Which branch if my change is a bug fix for Gatsby v1?
  A. In this case, you should use the `v1` branch

  Q. Which branch if I'm still not sure?
  A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)

  Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.

  Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
-->
  • Loading branch information
calpa authored and pieh committed Oct 30, 2018
1 parent ea7bd6b commit c62556e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/starters.yml
Expand Up @@ -1070,3 +1070,23 @@
features:
- Translates site name and bio using .md files
- No extra libraries needed
- url: https://calpa.me/
repo: https://github.com/calpa/gatsby-starter-calpa-blog
description: Blog Template X Contentful, Twitter and Facebook style
tags:
- Blog
- Tags
features:
- GatsbyJS v2, faster than faster
- Not just Contentful content source, you can use any database
- Custom style
- Google Analytics
- Gitalk
- sitemap
- React FontAwesome
- SEO
- Offline support
- Web App Manifest
- Styled using SCSS
- Page pagination
- Netlify optimization

0 comments on commit c62556e

Please sign in to comment.