1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-14 03:51:24 +02:00

docs: fix images

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-05-10 17:14:38 -03:00
parent 02d203daf4
commit 5624615a73
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
6 changed files with 3 additions and 5 deletions

3
.gitignore vendored
View File

@ -5,5 +5,4 @@ coverage.txt
goreleaser
debug.test
snap.login
card.png
site
site/

View File

@ -55,7 +55,7 @@ imgs:
convert docs/static/avatar.png -resize x120 docs/static/apple-touch-icon.png
.PHONY: imgs
site: imgs
site:
pip install mkdocs-material
mkdocs build
.PHONY: site

View File

@ -117,8 +117,7 @@
<div class="md-grid md-typeset">
<div class="tx-hero">
<div class="tx-hero__image">
<img src="https://github.com/goreleaser/artwork/raw/master/goreleaserfundo.png" alt=""
draggable="false">
<img src="static/logo.png" alt="" draggable="false">
</div>
<div class="tx-hero__content">
<h1>GoReleaser is a release automation tool for Go projects.</h1>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

BIN
docs/static/card.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

BIN
docs/static/logo.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB