jordan0day / hollow-go-vanity

Static site for golang vanity imports for the hollow ecosystem

Home Page:https://go.hollow.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hollow Go Vanity URLs

This repo facilitates the import of go packages via the go.hollow.sh domain.

Adding new projects

This repo uses hugo which is installed with brew on Mac OS.

To create a new project run:

hugo new code/PROJECT_NAME.md

You will then need to provide the required fields for the project.

Here is an example of the required fields for a project:

repoURL: "https://github.com/metal-toolbox/hollow-app"
branch: main

You may generate the new static HTML by running

make

Then commit your changes and submit a PR.

About

Static site for golang vanity imports for the hollow ecosystem

https://go.hollow.sh/

License:Apache License 2.0


Languages

Language:HTML 91.0%Language:Makefile 9.0%