Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalwalt/gatsby-starter-i18n-bulma
A gatsby multilanguage template with bulma and i18n: it is a work in progress...
https://github.com/kalwalt/gatsby-starter-i18n-bulma
bulma bulma-css gatsby gatsby-starter gatsbyjs react reactjs
Last synced: 2 months ago
JSON representation
A gatsby multilanguage template with bulma and i18n: it is a work in progress...
- Host: GitHub
- URL: https://github.com/kalwalt/gatsby-starter-i18n-bulma
- Owner: kalwalt
- License: mit
- Created: 2019-03-07T16:16:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T01:04:30.000Z (over 1 year ago)
- Last Synced: 2024-10-01T01:41:46.660Z (2 months ago)
- Topics: bulma, bulma-css, gatsby, gatsby-starter, gatsbyjs, react, reactjs
- Language: JavaScript
- Homepage: https://gatsby-starter-i18n-bulma.netlify.app/
- Size: 30.4 MB
- Stars: 23
- Watchers: 4
- Forks: 17
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-bulma - gatsby-starter-i18n-bulma - A gatsby multilanguage template with bulma and i18n (Resources / Starters)
README
# A Gatsby template: gatsby-starter-i18n-bulma
[![Netlify Status](https://api.netlify.com/api/v1/badges/cb8de327-5514-42c9-8eda-d93c4df41768/deploy-status)](https://app.netlify.com/sites/gatsby-starter-i18n-bulma/deploys)
You can view the starter at this link: https://gatsby-starter-i18n-bulma.netlify.com
## Introduction
A gatsby multilanguage template with bulma and i18n. This project is under heavy development, consider that frequent changes can break compatibility.
If you want to try it, you can run this command:
```
gatsby new https://github.com/kalwalt/gatsby-starter-i18n-bulma
```Then you need to run the yarn installer to install all the packages and dependencies:
```
yarn install
```As yarn has finished to install all the packages then you can run:
```
gatsby develop
```## Features
A simple website with multilanguage support, blogging, bulma css, i18n, netlify-cms
and much more...## Gatsby.js
It support Gatsby.js v.5 !!### Language switcher
With this starter you can switch between different languages pages with different names for example:
`en/artworks/`
to
`/it/opere/`
## Plugins
This starter use these Gatsby.js Plugins:
- gatsby-plugin-google-analytics
- gatsby-plugin-i18n
- gatsby-plugin-i18n-tags
- gatsby-plugin-manifest
- gatsby-plugin-netlify
- gatsby-plugin-netlify-cms
- gatsby-plugin-offline
- gatsby-plugin-purgecss
- gatsby-plugin-react-helmet
- gatsby-plugin-remove-trailing-slashes
- gatsby-plugin-robots-txt
- gatsby-plugin-sass
- gatsby-plugin-sharp
- gatsby-plugin-sitemap
- gatsby-remark-copy-linked-files
- gatsby-remark-images
- gatsby-remark-relative-images
- gatsby-source-filesystem
- gatsby-transformer-javascript-frontmatter
- gatsby-transformer-json
- gatsby-transformer-remark
- gatsby-transformer-sharp## Inspired by
This project in part is based on the Netify template: [gatsby-starter-netlify-cms](https://github.com/netlify-templates/gatsby-starter-netlify-cms)
and the [gatsby-starter-contentful-i18n](https://github.com/mccrodp/gatsby-starter-contentful-i18n)
But a special mention i reserved to [gatsby-plugin-i18n](https://github.com/angeloocana/gatsby-plugin-i18n)## Documentation
For more information, see the [wiki page][4509389d]
[4509389d]: https://github.com/kalwalt/gatsby-starter-i18n-bulma/wiki 'wiki'
## Copyright
@kalwalt