17 lines
963 B
TOML
17 lines
963 B
TOML
[buttons]
|
|
people = [
|
|
{ image = "soniweb", name = "soniweb [en]", link = "https://soni.nekoweb.org/" },
|
|
{ image = "https://vanityruins.neocities.org/8831/8831.gif", name = "vanityruins [en]", link = "https://vanityruins.neocities.org" },
|
|
{ image = "https://saint-images.neocities.org/images/buttons/me-zanarkand.png", name = "saint-images [en]", link = "https://saint-images.neocities.org"},
|
|
{ image = "cidoku", name = "Cidoku [es] [en]", link = "https://cidoku.net" },
|
|
{ image = "eyeorb", name = "eyeorb [en]", link = "https://eyeorb.net" }
|
|
]
|
|
|
|
misc = [
|
|
{ image = "puyopuyo2", alt = "puyo puyo witch!!", author = "Cidoku" },
|
|
{ image = "blink", alt = "blinking eyes" },
|
|
{ image = "parentaladvisory", alt = "PARENTAL ADVISORY: i say FUCK a lot" },
|
|
{ image = "bookmarkme", alt = "bookmark this page NOW!" },
|
|
{ image = "4everfriend", alt = "4everfriend!!" },
|
|
{ image = "cssisdifficult", alt = "CSS is very difficult..." }
|
|
]
|