Skip to content

Commit

Permalink
small corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardofg87 committed Jun 23, 2019
1 parent 4f8351e commit 17a5f05
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Site da comunidade Go de Belo Horizonte, tecnologias usadas: [Go](https://golang.org/), [Hugo](https://gohugo.io/), [Traefik](https://traefik.io/) e [Docker](https://www.docker.com/).

## [Traefik](https://traefik.io/)
É um proxy reverso feito em Go muito potente, possui balanceador de carga, integração com a API do Let's Encrypt](https://letsencrypt.org/) e é muito simples de expor containers Docker.
É um proxy reverso feito em Go muito potente, possui balanceador de carga, integração com a API do [Let's Encrypt](https://letsencrypt.org/) e é muito simples de expor containers Docker.

#### No diretório docker/dev
`docker-compose up -d`
Expand Down
5 changes: 3 additions & 2 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ date: "2017-06-26T18:27:58+01:00"
title: "Home"
---

Veja os próximos eventos:
### Próximos eventos:

Evento DITO 29/06/2019
1. Evento DITO 29/06/2019

{{<figure img="dito.jpeg" caption="Evento DITO 29/06/2019" command="Resize" options="700x">}}



2 changes: 1 addition & 1 deletion content/blog/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ date: 2019-06-20T13:15:40-03:00
draft: true
---
### Participe da comunidade com artigos sobre Go!
Escreve seu artigo e faça um PR no Github da comunidade, para dúvidas entre em contato com o Eduardo Gonçalves (eduardo at gobh.dev) ou Diego Santos (diego at gobh.dev)
Escreva seu artigo e faça um PR no Github da comunidade, para dúvidas entre em contato com o Eduardo Gonçalves (eduardo at gobh.dev) ou Diego Santos (diego at gobh.dev)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Fonts */
@font-face {
font-family: 'Miriam Libre';
src: url('//localhost:1313/css/fonts/miriamlibre-bold.woff2') format('woff2'), url('//localhost:1313/css/fonts/miriamlibre-bold.woff') format('woff');
src: url('http://localhost:1313/css/fonts/miriamlibre-bold.woff2') format('woff2'), url('http://localhost:1313/css/fonts/miriamlibre-bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
Expand Down Expand Up @@ -509,7 +509,7 @@ caption {
}
.note.warning {
border-left: 0;
background-image: url(//localhost:1313/css/images/stripe.svg);
background-image: url(http://localhost:1313/css/images/stripe.svg);
background-size: 0.5rem auto;
background-repeat: repeat-y;
}
Expand All @@ -528,7 +528,7 @@ caption {
width: 1rem;
height: 1rem;
margin-right: 0.25rem;
background-image: url(//localhost:1313/css/images/icon-tick.svg);
background-image: url(http://localhost:1313/css/images/icon-tick.svg);
background-size: 100% auto;
position: absolute;
left: -1.25rem;
Expand Down

0 comments on commit 17a5f05

Please sign in to comment.