Home

jolheiser.com @8688b5305c8cb7dde824fd62f0e677f6e9a40874 - refs - log -
-
https://git.jolheiser.com/jolheiser.com.git
my website
jolheiser.com / links.jsonnet
- raw -
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
local Link(name, url, icon=std.asciiLower(name)) = {
  icon: icon,
  name: name,
  url: url,
};

{
  links: [
    Link('Git', 'https://git.jolheiser.com'),
    Link('GitHub', 'https://github.com/jolheiser'),
    Link('Gitea', 'https://gitea.com/jolheiser'),
    Link('Gitea', 'https://gitea.com/jolheiser'),
    Link('Tangled', 'https://tangled.sh/@jolheiser.com', 'git'),
    Link('LinkedIn', 'https://linkedin.com/in/jolheiser'),
  ],
}