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:
parent
02d203daf4
commit
5624615a73
3
.gitignore
vendored
3
.gitignore
vendored
@ -5,5 +5,4 @@ coverage.txt
|
||||
goreleaser
|
||||
debug.test
|
||||
snap.login
|
||||
card.png
|
||||
site
|
||||
site/
|
||||
|
2
Makefile
2
Makefile
@ -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
|
||||
|
@ -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>
|
||||
|
BIN
docs/static/apple-touch-icon.png
vendored
BIN
docs/static/apple-touch-icon.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
BIN
docs/static/card.png
vendored
Normal file
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
BIN
docs/static/logo.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 178 KiB |
Loading…
Reference in New Issue
Block a user