diff options
author | Alan Pearce | 2024-07-01 16:46:55 +0200 |
---|---|---|
committer | Alan Pearce | 2024-07-01 16:48:16 +0200 |
commit | 2b4604d343b2df4289ef1295221c3e2a2a5c1532 (patch) | |
tree | c6bb3a94d4fcdbdf8b13b1f04fef87d52218ce08 /vanity.toml | |
parent | 54b0fd19e0c9c68c5d415c8d5cab1e04935f7fd6 (diff) | |
download | gopkgs-main.tar.lz gopkgs-main.tar.zst gopkgs-main.zip |
Diffstat (limited to 'vanity.toml')
-rwxr-xr-x | vanity.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vanity.toml b/vanity.toml new file mode 100755 index 0000000..bfe1250 --- /dev/null +++ b/vanity.toml @@ -0,0 +1,20 @@ +title = "Alan's go packages" +domain = "go.alanpearce.eu" +forge = "https://git.alanpearce.eu" + +[[menu]] +name = "Home" +URL = "https://alanpearce.eu" + +[[menu]] +name = "Repositories" +URL = "https://git.alanpearce.eu" + +[[packages]] +name = "website" + +[[packages]] +name = "searchix" + +[[packages]] +name = "x" |