Homepage bookmarks configuration.
See https://gethomepage.dev/latest/configs/bookmarks/.
Declarations
Type
YAML value
Default
[ ]
Example
[
{
Developer = [
{
Github = [
{
abbr = "GH";
href = "https://github.com/";
}
];
}
];
}
{
Entertainment = [
{
YouTube = [
{
abbr = "YT";
href = "https://youtube.com/";
}
];
}
];
}
]