Skip to content

Commit

Permalink
feat(starters): add gatsby-starter-i18n-blog (#9545)
Browse files Browse the repository at this point in the history
This is the same official blog-starter-kit but with with i18n support. It doesn't use any external libraries like rect-intl, instead it relies on getting translations for things like the bio or site title from .md files. The philosophy is that the source-content (the CMS or in this case .md files) is the one that provides translations.

The example site is here:
https://jackbravo.github.io/gatsby-starter-i18n-blog/
And the repo here: https://github.com/jackbravo/gatsby-starter-i18n-blog
  • Loading branch information
jackbravo authored and pieh committed Oct 30, 2018
1 parent b5b43d5 commit ea7bd6b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/starters.yml
Expand Up @@ -1061,3 +1061,12 @@
- Antd component library pre-installed
- Uses gatsby-plugin-antd for modular imports
- Customize the theme of Antd with `modifyVars`
- url: http://jackbravo.github.io/gatsby-starter-i18n-blog/
repo: https://github.com/jackbravo/gatsby-starter-i18n-blog
description: Same as official gatsby-starter-blog but with i18n support
tags:
- i18n
- Blog
features:
- Translates site name and bio using .md files
- No extra libraries needed

0 comments on commit ea7bd6b

Please sign in to comment.