20 lines
521 B
TOML
20 lines
521 B
TOML
|
|
name = "Ludwig"
|
||
|
|
description = "Theme for https://ludwig.dog."
|
||
|
|
license = "GPL 3.0"
|
||
|
|
homepage = "https://ludwig.dog"
|
||
|
|
min_version = "0.4.0"
|
||
|
|
demo = "ludwig.dog"
|
||
|
|
|
||
|
|
[extra]
|
||
|
|
author = "Hallo"
|
||
|
|
links = [
|
||
|
|
{ title = "E-Mail", url = "mailto:mail@example.org", iconset = "fas", icon = "envelope" },
|
||
|
|
{ title = "Codeberg", url = "https://codeberg.org", icon = "git-square" },
|
||
|
|
{ title = "Mastodon", url = "https://mastodon.social", icon = "mastodon" }
|
||
|
|
]
|
||
|
|
|
||
|
|
[author]
|
||
|
|
name = "Felipe Contreras Salinas"
|
||
|
|
homepage = "https://bstr.cl"
|
||
|
|
|