-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
traduz a documentação do blog e complementa alguma coisas
- Loading branch information
Showing
1 changed file
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,40 @@ | ||
# My blog | ||
# Blog do Kauê | ||
|
||
> Here you'll find all articles wrote by me, including their images and code samples. | ||
> Aqui você vai achar os artigos escritos por mim, incluindo suas imagens e trechos de código. | ||
I also post articles in [dev.to](https://dev.to/kauefraga) and [tabnews](http://tabnews.com.br/kauefraga). | ||
Eu também posto meus artigos no [dev.to](https://dev.to/kauefraga) e no [tabnews](http://tabnews.com.br/kauefraga). | ||
|
||
It's built with [hugo SSG](https://gohugo.io/) and [PaperMod theme](https://github.com/adityatelange/hugo-PaperMod). The articles can be found in [`content/posts`](content/posts/). | ||
Para construir este blog eu escolhi o [hugo](https://gohugo.io/) (um gerador de site estático) e o tema [papermod](https://github.com/adityatelange/hugo-PaperMod). Os artigos estão no diretório [`content/posts`](content/posts/), você pode ler artigos que ainda são rascunhos... 👀 | ||
|
||
## Usage | ||
O site está hospedado no GitHub Pages e você pode ver ele clicando [aqui](https://kauefraga.github.io/blog/). | ||
|
||
Pre-requisites: [hugo](https://gohugo.io/installation/). | ||
## Como rodar localmente | ||
|
||
Get the PaperMod theme locally: | ||
É necessário ter o [hugo](https://gohugo.io/installation/) instalado na sua máquina. | ||
|
||
Agora instale o tema papermod: | ||
|
||
```bash | ||
git submodule update --init --recursive | ||
``` | ||
|
||
Run the following command to start the development server: | ||
Execute o seguinte comando para iniciar o servidor de desenvolvimento (inclui os rascunhos): | ||
|
||
```bash | ||
hugo server -D | ||
``` | ||
|
||
With this [hugo GitHub action](.github/workflows/hugo.yml), deploy on push to branch main. | ||
Vale ressaltar que alterações na branch main disparam uma [GitHub Action](.github/workflows/hugo.yml), que faz o deploy do site. | ||
|
||
## Contributing | ||
## Contribuindo | ||
|
||
Wanna suggest a different approach? See a typo, a failing link or any kind of error? File [an issue](https://github.com/kauefraga/blog/issues/new/choose). | ||
Você pode sugerir diferentes abordagens, apontar um erro de escrita, um link que não está funcionando ou qualquer tipo de erro, sinta-se à vontade para abrir [uma issue](https://github.com/kauefraga/blog/issues/new/choose). | ||
|
||
Wanna show your gratitude? Consider a star on this repository. | ||
Te ajudei em um tópico específico? Considere uma estrela aqui nesse repositório. | ||
|
||
I appreciate it! Thank you very much in advance. | ||
Obrigado pela atenção ❤ | ||
|
||
--- | ||
|
||
Wrote with ❤ by Kauê Fraga Rodrigues. | ||
[![Twitter/X: @rkauefraga](https://img.shields.io/badge/twitter%2Fx-%40rkauefraga-blue)](https://x.com/rkauefraga) | ||
![Discord: rustykaue](https://img.shields.io/badge/discord-rustykaue-5865F2) |