diff options
| author | qugalet <qugalet@m0e.space> | 2023-12-07 15:32:09 +0200 |
|---|---|---|
| committer | qugalet <qugalet@m0e.space> | 2023-12-07 15:32:09 +0200 |
| commit | f5b5049cf6011f6a3b099319dad33e37d1ccbe38 (patch) | |
| tree | ac6912b32fac6352525a89d7823d58093dd6f7e1 /config.toml | |
| parent | 1c636cefa4830437d3e4e1f7f3cc85c1cc497c10 (diff) | |
| download | quga.m0e.space-f5b5049cf6011f6a3b099319dad33e37d1ccbe38.tar.gz quga.m0e.space-f5b5049cf6011f6a3b099319dad33e37d1ccbe38.zip | |
fix buttons
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/config.toml b/config.toml index aa66ed0..8615b0a 100644 --- a/config.toml +++ b/config.toml @@ -16,3 +16,38 @@ theme = 'qugo' nextprev = true taglist = true showrss = true + showbuttons = true + + [[params.buttons]] + img = "/buttons/m0espace.png" + url = "https://m0e.space" + alt = "praise me sometimes" + + [[params.buttons]] + img = "/buttons/udongein.png" + url = "https://udongein.xyz" + alt = "praise naiji" + + [[params.buttons]] + img = "/buttons/opsp.png" + url = "https://opulus.space" + alt = "praise foresle" + + [[params.buttons]] + img = "/buttons/fedora.gif" + url = "https://fedoraproject.org" + alt = "powered by fedora" + + [[params.buttons]] + img = "/buttons/archlinux.gif" + url = "https://archlinux.org" + alt = "i use arch btw" + + [[params.buttons]] + img = "/buttons/beekeeping_in_ukraine.gif" + alt = "Бджільництво України" + + [[params.buttons]] + img = "/buttons/neo-fedi.gif" + url = "https://joinfediverse.wiki" + alt = "join fediverse pls, it's cool" |
