diff --git a/README.md b/README.md index 8a06b40..eb56fd5 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/content/_index.md b/content/_index.md index 81738fd..cf312d8 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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 {{
}} + diff --git a/content/blog/hello-world.md b/content/blog/hello-world.md index 1bd4b93..883ce34 100644 --- a/content/blog/hello-world.md +++ b/content/blog/hello-world.md @@ -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) diff --git a/resources/_gen/assets/css/css/template-styles.css_c2e18c145f3470d19843d012c882b388.content b/resources/_gen/assets/css/css/template-styles.css_c2e18c145f3470d19843d012c882b388.content index 115082a..c90f279 100644 --- a/resources/_gen/assets/css/css/template-styles.css_c2e18c145f3470d19843d012c882b388.content +++ b/resources/_gen/assets/css/css/template-styles.css_c2e18c145f3470d19843d012c882b388.content @@ -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; } @@ -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; } @@ -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;