Skip to content

Commit

Permalink
feat(starters): add mhadaily/gatsby-starter-typescript-power-blog (#9519
Browse files Browse the repository at this point in the history
)

<!--
  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/
-->
Starter Repo: https://github.com/mhadaily/gatsby-starter-typescript-power-blog
Starter Demo : https://gatsby-starter-typescript-power-blog.majidhajian.com
  • Loading branch information
mhadaily authored and pieh committed Oct 30, 2018
1 parent 795988b commit 886840c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/starters.yml
Expand Up @@ -1090,3 +1090,24 @@
- Styled using SCSS
- Page pagination
- Netlify optimization
- url: https://gatsby-starter-typescript-power-blog.majidhajian.com/
repo: https://github.com/mhadaily/gatsby-starter-typescript-power-blog
description: Minimal Personal Blog with Gatsby and Typescript
tags:
- PWA
- Blog
- TypeScript
- Markdown
features:
- Mobile-First approach in development
- TSLint & Prettier
- Offline support
- Category and Tag for post
- Type Safe by TypeScript
- Format Safe by TSLint, StyleLint and Prettier with Lint-Staged(Husky)
- Blog page
- Syntax highlighting in code blocks
- Pagination Ready
- Ready to deploy to Github pages
- Automatic RSS generation
- Automatic Sitemap generation

0 comments on commit 886840c

Please sign in to comment.