1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/www/config.toml

16 lines
487 B
TOML
Raw Normal View History

baseURL = "https://goreleaser.com/"
languageCode = "en-us"
title = "GoReleaser"
copyright = "Made with ❤️ by GoReleaser contributors."
2018-05-01 06:00:47 +02:00
googleAnalytics = "UA-106198408-1"
theme = "hugo-apex-theme"
pygmentsCodeFences = true
pygmentsStyle = "dracula"
[params]
2019-04-23 11:18:22 +02:00
name = "GoReleaser"
description = "Deliver Go binaries as fast and easily as possible"
twitter = "goreleaser"
2019-03-25 01:10:30 +02:00
logo = "https://github.com/goreleaser.png"
ghdocsrepo = "https://github.com/goreleaser/goreleaser/edit/master/www"