From e456a3fef6e43d6e8418e9b30ea48a676385f7c7 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Wed, 31 Oct 2018 00:02:22 -0300 Subject: [PATCH] clean: depgraph doesnt work anymore --- Makefile | 10 ++-------- www/content/contrib.md | 7 ++----- www/content/tutorials.md | 5 +++++ www/static/.gitignore | 1 - 4 files changed, 9 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index df1ff4fb0..ed5b62afd 100644 --- a/Makefile +++ b/Makefile @@ -45,23 +45,17 @@ build: .PHONY: build # Generate the static documentation -static: depgraph favicon +static: favicon @hugo --enableGitInfo --source www .PHONY: static -# Generate the dependencies graph -depgraph: - GO111MODULE=off go get github.com/kisielk/godepgraph - godepgraph -horizontal -s -o github.com/goreleaser/goreleaser . | dot -Tsvg -o www/static/deps.svg -.PHONY: depgraph - favicon: wget -O www/static/avatar.png https://avatars2.githubusercontent.com/u/24697112 convert www/static/avatar.png -define icon:auto-resize=64,48,32,16 www/static/favicon.ico convert www/static/avatar.png -resize x120 www/static/apple-touch-icon.png .PHONY: favicon -serve: depgraph favicon +serve: favicon @hugo server --enableGitInfo --watch --source www .PHONY: serve diff --git a/www/content/contrib.md b/www/content/contrib.md index 7a69793e1..5b3a62bb1 100644 --- a/www/content/contrib.md +++ b/www/content/contrib.md @@ -7,8 +7,5 @@ weight: 998 This page will eventually have information for those who want to contribute to the project. -Also check [CONTRIBUTING.md](https://github.com/goreleaser/goreleaser/blob/master/CONTRIBUTING.md). - -## Package graph - -[![](/deps.svg)](/deps.svg) +Also check the [CONTRIBUTING.md](https://github.com/goreleaser/goreleaser/blob/master/CONTRIBUTING.md) +file on the root of our repository. diff --git a/www/content/tutorials.md b/www/content/tutorials.md index 419428c80..d0f46c285 100644 --- a/www/content/tutorials.md +++ b/www/content/tutorials.md @@ -8,3 +8,8 @@ Tutorials made by the community. - [GoReleaser: build and push Snapcraft packages from TravisCI](https://carlosbecker.com/posts/goreleaser-snap-travis/) + +Want to add your tutorial here? Please do! Edit [this file][tutorials] and open +a Pull Request! Thanks! + +[tutorials]: https://github.com/goreleaser/goreleaser/blob/master/www/content/tutorials.md diff --git a/www/static/.gitignore b/www/static/.gitignore index e0da510b5..6e190020b 100644 --- a/www/static/.gitignore +++ b/www/static/.gitignore @@ -1,4 +1,3 @@ -deps.svg avatar.png apple-touch-icon.png favicon.ico