Skip to content

Commit

Permalink
Add themes.md traduction
Browse files Browse the repository at this point in the history
  • Loading branch information
furlanf committed Jan 17, 2020
1 parent 6fb4e2f commit 62fdac9
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions docs/docs/themes.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
---
title: Themes
title: Temas
overview: true
disableTableOfContents: true
---

Using a Gatsby theme, all of your default configuration (shared functionality, data sourcing, design) is abstracted out of your site, and into an installable package.
Usando um tema Gatsby, toda a sua configuração padrão (funcionalidades compartilhadas, fonte de dados, design) é abstraída do seu site, e para dentro de um pacote instalável.

This means that the configuration and functionality isn’t directly written into your project, but rather versioned, centrally managed, and installed as a dependency. You can seamlessly update a theme, compose themes together, and even swap out one compatible theme for another.
Isto significa que a configuração e funcionalidade não são diretamente gravadas dentro de seu projeto, mas sim versionadas, gerenciadas centralmente, e instaladas como uma dependência. Você pode perfeitamente atualizar um tema, compor temas juntos, e até trocar um tema compatível por outro.

<GuideList slug={props.slug} />

### Other resources
## Procurar temas

- [Gatsby blog posts on themes](/blog/tags/themes)
- [Jason Lengstorf and Brent Jackson livestream building a theme](https://www.youtube.com/watch?v=6Z4p-qjnKCQ)
- [Jason Lengstorf and Emma Wedekind livestream building a theme](https://www.youtube.com/watch?v=W2uTfay3doo)
- [Temas na biblioteca de plugins](/plugins/?=gatsby-theme)
- [Theme Jam Showcase](https://themejam.gatsbyjs.org/showcase)

## Outros recursos

- [Tema Gatsby tutoriais](/tutorial/theme-tutorials/)
- [Postagens de blog sobre temas Gatsby](/blog/tags/themes)
- [Plugins, Temas, e Starters](/docs/plugins-themes-and-starters/)

0 comments on commit 62fdac9

Please sign in to comment.