From cf942bc3c88e6d4482b6f99c1a31b5c13efe8e69 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 29 Jun 2024 17:36:24 +0200 Subject: initial commit --- vanity-imports.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 vanity-imports.toml (limited to 'vanity-imports.toml') diff --git a/vanity-imports.toml b/vanity-imports.toml new file mode 100755 index 0000000..abaa87b --- /dev/null +++ b/vanity-imports.toml @@ -0,0 +1,17 @@ +domain = "go.alanpearce.eu" +output = "/srv/http/go/" + +[index] +description = "" +extra_head = "" +title = "Alan's go packages" + +[repos] + +[repos."/website"] +repo = "https://git.alanpearce.eu/website/" +vcs = "git" + +[repos."/searchix"] +repo = "https://git.alanpearce.eu/searchix/" +vcs = "git" -- cgit 1.4.1