2020-05-10 21:57:11 +02:00
|
|
|
site_name: GoReleaser
|
2021-04-09 16:34:39 +02:00
|
|
|
site_url: https://goreleaser.com
|
2020-05-10 21:57:11 +02:00
|
|
|
site_description: Deliver Go binaries as fast and easily as possible
|
|
|
|
copyright: Made with ❤️ by GoReleaser contributors.
|
|
|
|
repo_name: goreleaser/goreleaser
|
|
|
|
repo_url: https://github.com/goreleaser/goreleaser
|
2020-05-10 23:59:21 +02:00
|
|
|
edit_uri: edit/master/www/docs/
|
2020-05-10 21:57:11 +02:00
|
|
|
|
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
custom_dir: docs/overrides
|
|
|
|
language: en
|
|
|
|
logo: static/avatar.png
|
2020-05-10 22:20:59 +02:00
|
|
|
favicon: static/favicon.ico
|
2020-05-10 22:57:40 +02:00
|
|
|
include_search_page: false
|
|
|
|
search_index_only: true
|
2021-04-09 16:34:39 +02:00
|
|
|
palette:
|
|
|
|
- media: "(prefers-color-scheme: light)" # Light mode
|
|
|
|
scheme: default
|
|
|
|
toggle:
|
|
|
|
icon: material/lightbulb-outline
|
|
|
|
name: Switch to light mode
|
|
|
|
- media: "(prefers-color-scheme: dark)" # Dark mode
|
|
|
|
scheme: slate
|
2021-05-27 19:54:34 +02:00
|
|
|
primary: light blue
|
|
|
|
accent: indigo
|
2021-04-09 16:34:39 +02:00
|
|
|
toggle:
|
|
|
|
icon: material/lightbulb
|
|
|
|
name: Switch to dark mode
|
2021-10-30 14:43:54 +02:00
|
|
|
features:
|
|
|
|
- search.suggest
|
|
|
|
- search.highlight
|
|
|
|
- search.share
|
2020-05-10 21:57:11 +02:00
|
|
|
|
|
|
|
plugins:
|
2021-10-30 14:43:54 +02:00
|
|
|
- search
|
2020-05-10 23:59:21 +02:00
|
|
|
- minify:
|
|
|
|
minify_html: true
|
2020-05-10 22:50:33 +02:00
|
|
|
|
2020-05-10 21:57:11 +02:00
|
|
|
extra:
|
2020-05-10 22:48:55 +02:00
|
|
|
social:
|
|
|
|
- icon: fontawesome/brands/github-alt
|
|
|
|
link: https://github.com/goreleaser
|
|
|
|
- icon: fontawesome/brands/twitter
|
|
|
|
link: https://twitter.com/goreleaser
|
2020-05-10 22:57:40 +02:00
|
|
|
|
2020-05-10 21:57:11 +02:00
|
|
|
nav:
|
|
|
|
- Home: index.md
|
2020-05-10 23:59:21 +02:00
|
|
|
- intro.md
|
2020-05-10 21:57:11 +02:00
|
|
|
- install.md
|
|
|
|
- quick-start.md
|
|
|
|
- Limitations:
|
|
|
|
- limitations/cgo.md
|
2020-05-19 15:12:24 +02:00
|
|
|
- limitations/semver.md
|
2021-07-10 19:11:37 +02:00
|
|
|
- SCM:
|
|
|
|
- scm/github.md
|
|
|
|
- scm/gitlab.md
|
|
|
|
- scm/gitea.md
|
2020-05-10 21:57:11 +02:00
|
|
|
- Continuous Integration:
|
|
|
|
- About: ci/index.md
|
|
|
|
- ci/actions.md
|
2021-10-14 14:43:03 +02:00
|
|
|
- ci/azurepipelines.md
|
2020-05-10 21:57:11 +02:00
|
|
|
- ci/circle.md
|
2020-07-14 19:32:09 +02:00
|
|
|
- ci/cirrus.md
|
2020-05-10 21:57:11 +02:00
|
|
|
- ci/cloudbuild.md
|
|
|
|
- ci/codefresh.md
|
|
|
|
- ci/drone.md
|
2020-05-19 15:12:24 +02:00
|
|
|
- ci/gitlab.md
|
2020-05-19 03:15:47 +02:00
|
|
|
- ci/jenkins.md
|
2020-05-19 15:12:24 +02:00
|
|
|
- ci/semaphore.md
|
|
|
|
- ci/travis.md
|
2020-05-10 21:57:11 +02:00
|
|
|
- Customization:
|
|
|
|
- About: customization/index.md
|
2021-09-28 03:43:00 +02:00
|
|
|
- Basics:
|
|
|
|
- customization/includes.md
|
|
|
|
- customization/templates.md
|
|
|
|
- customization/env.md
|
|
|
|
- customization/hooks.md
|
|
|
|
- customization/dist.md
|
|
|
|
- customization/project.md
|
|
|
|
- Build:
|
|
|
|
- customization/build.md
|
|
|
|
- customization/gomod.md
|
|
|
|
- customization/monorepo.md
|
2021-10-12 19:55:43 +02:00
|
|
|
- customization/universalbinaries.md
|
2021-09-28 03:43:00 +02:00
|
|
|
- Packaging and Archiving:
|
|
|
|
- customization/archive.md
|
|
|
|
- customization/nfpm.md
|
|
|
|
- customization/checksum.md
|
|
|
|
- customization/snapcraft.md
|
|
|
|
- customization/docker.md
|
|
|
|
- customization/docker_manifest.md
|
|
|
|
- Signing:
|
|
|
|
- Checksums and artifacts: customization/sign.md
|
|
|
|
- Docker Images and Manifests: customization/docker_sign.md
|
|
|
|
- Publish:
|
|
|
|
- customization/blob.md
|
|
|
|
- customization/fury.md
|
|
|
|
- customization/homebrew.md
|
2021-09-29 01:16:39 +02:00
|
|
|
- customization/gofish.md
|
2021-09-28 03:43:00 +02:00
|
|
|
- customization/scoop.md
|
2021-10-04 14:32:30 +02:00
|
|
|
- customization/changelog.md
|
2021-09-28 03:43:00 +02:00
|
|
|
- customization/release.md
|
|
|
|
- customization/artifactory.md
|
|
|
|
- customization/publishers.md
|
|
|
|
- customization/upload.md
|
|
|
|
- customization/source.md
|
|
|
|
- customization/milestone.md
|
|
|
|
- customization/snapshots.md
|
|
|
|
- customization/nightly.md
|
|
|
|
- Announce:
|
|
|
|
- About: customization/announce/index.md
|
|
|
|
- customization/announce/discord.md
|
|
|
|
- customization/announce/reddit.md
|
|
|
|
- customization/announce/slack.md
|
|
|
|
- customization/announce/smtp.md
|
|
|
|
- customization/announce/teams.md
|
|
|
|
- customization/announce/twitter.md
|
2021-09-30 01:25:32 +02:00
|
|
|
- customization/announce/mattermost.md
|
2021-11-07 02:04:08 +02:00
|
|
|
- customization/announce/linkedin.md
|
2021-10-07 15:01:31 +02:00
|
|
|
- customization/announce/telegram.md
|
2021-04-22 15:45:36 +02:00
|
|
|
- Command Line Usage:
|
|
|
|
- goreleaser: cmd/goreleaser.md
|
|
|
|
- goreleaser init: cmd/goreleaser_init.md
|
|
|
|
- goreleaser check: cmd/goreleaser_check.md
|
|
|
|
- goreleaser build: cmd/goreleaser_build.md
|
|
|
|
- goreleaser release: cmd/goreleaser_release.md
|
|
|
|
- goreleaser completion: cmd/goreleaser_completion.md
|
2021-10-30 14:43:54 +02:00
|
|
|
- goreleaser jsonschema: cmd/goreleaser_jsonschema.md
|
2020-05-10 21:57:11 +02:00
|
|
|
- deprecations.md
|
2020-09-24 02:20:56 +02:00
|
|
|
- Cookbooks:
|
|
|
|
- About: cookbooks/index.md
|
2021-02-12 14:14:45 +02:00
|
|
|
- Blog Posts: cookbooks/blog-posts.md
|
2021-05-27 00:08:46 +02:00
|
|
|
- Add a new cookbook: cookbooks/contributing.md
|
2021-03-31 02:06:25 +02:00
|
|
|
- cookbooks//build-go-modules.md
|
2020-09-30 15:42:26 +02:00
|
|
|
- cookbooks/cgo-and-crosscompiling.md
|
2020-11-18 14:55:14 +02:00
|
|
|
- cookbooks/debconf-templates.md
|
2021-04-21 18:50:28 +02:00
|
|
|
- cookbooks/publish-to-nexus.md
|
|
|
|
- cookbooks/release-a-library.md
|
|
|
|
- cookbooks/semantic-release.md
|
2021-07-10 19:11:37 +02:00
|
|
|
- cookbooks/set-a-custom-git-tag.md
|
|
|
|
- cookbooks/using-main.version.md
|
2021-05-27 00:08:46 +02:00
|
|
|
- pro.md
|
2021-04-22 15:45:36 +02:00
|
|
|
- sponsors.md
|
2021-10-30 14:43:54 +02:00
|
|
|
- users.md
|
2021-04-22 15:45:36 +02:00
|
|
|
- contributing.md
|
2020-05-10 21:57:11 +02:00
|
|
|
- links.md
|
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- admonition
|
|
|
|
- codehilite
|
|
|
|
- meta
|
|
|
|
- toc:
|
|
|
|
permalink: true
|
2020-05-12 14:21:27 +02:00
|
|
|
- pymdownx.tabbed
|
|
|
|
- pymdownx.superfences
|
2021-09-23 03:29:58 +02:00
|
|
|
- pymdownx.tasklist:
|
|
|
|
custom_checkbox: true
|
2021-11-06 21:44:59 +02:00
|
|
|
- footnotes
|