diff --git a/Makefile b/Makefile index 334700ad7..0a27fd9c0 100644 --- a/Makefile +++ b/Makefile @@ -74,6 +74,11 @@ serve: @hugo server --enableGitInfo --watch --source www --disableFastRender .PHONY: serve +depgraph: + go get github.com/kisielk/godepgraph + godepgraph -horizontal -s -o github.com/goreleaser github.com/goreleaser/goreleaser | dot -Tpng -o www/static/deps.png +.PHONY: depgraph + # Show to-do items per file. todo: @grep \ diff --git a/internal/pipeline/sign/testdata/gnupg/.#lk0x00007fe1ed700a00.Carloss-MacBook-Pro.local.15963 b/internal/pipeline/sign/testdata/gnupg/.#lk0x00007fe1ed700a00.Carloss-MacBook-Pro.local.15963 new file mode 100644 index 000000000..7466cb6cd --- /dev/null +++ b/internal/pipeline/sign/testdata/gnupg/.#lk0x00007fe1ed700a00.Carloss-MacBook-Pro.local.15963 @@ -0,0 +1,2 @@ + 15963 +Carloss-MacBook-Pro.local diff --git a/www/content/contrib.md b/www/content/contrib.md new file mode 100644 index 000000000..7183f0a19 --- /dev/null +++ b/www/content/contrib.md @@ -0,0 +1,12 @@ +--- +title: Contributing +menu: true +weight: 998 +--- + +This page will eventually have information for those who want to contribute +to the project. + +## Package graph + +[![](/deps.png)](/deps.png) diff --git a/www/static/deps.png b/www/static/deps.png new file mode 100644 index 000000000..05aef2a91 Binary files /dev/null and b/www/static/deps.png differ