Compare commits
2 commits
5c3ed2c23b
...
0f46b18686
Author | SHA1 | Date | |
---|---|---|---|
0f46b18686 | |||
2b28e05be8 |
6 changed files with 17 additions and 2 deletions
|
@ -11,10 +11,13 @@ disableKinds = [ "taxonomy", "term" ]
|
||||||
[author]
|
[author]
|
||||||
name = "lila.network"
|
name = "lila.network"
|
||||||
headline = "A network of awesome people"
|
headline = "A network of awesome people"
|
||||||
# image = "img/author.jpg" # path relative to static directory
|
image = "img/purple-heart.png" # path relative to static directory
|
||||||
|
|
||||||
links = [
|
links = [
|
||||||
{ forgejo = { href = "https://code.lila.network", text = "Purple Forgejo Git Instance" } },
|
{ forgejo = { href = "https://code.lila.network", text = "Purple Forgejo Git Instance" } },
|
||||||
|
{ custom-ci = { href = "https://ci.lila.network", text = "lila.network Continuous Integration" } },
|
||||||
|
|
||||||
|
{ custom-status = { href = "https://status.lila.network", text = "lila.network Status Page" } },
|
||||||
]
|
]
|
||||||
|
|
||||||
[module.hugoVersion]
|
[module.hugoVersion]
|
||||||
|
|
BIN
static/img/purple-heart.png
Normal file
BIN
static/img/purple-heart.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
10
themes/lynx/assets/css/custom.css
Normal file
10
themes/lynx/assets/css/custom.css
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
.link-custom-status {
|
||||||
|
background: linear-gradient(45deg,
|
||||||
|
rgba(131, 58, 180, 1) 25%,
|
||||||
|
rgb(253, 29, 29) 100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.link-custom-ci {
|
||||||
|
background: green;
|
||||||
|
}
|
1
themes/lynx/assets/icons/lightning.svg
Normal file
1
themes/lynx/assets/icons/lightning.svg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="m24.5 31.9-4.9 16.2h12.5l-4.2 13.9 16.5-20.2h-11.9l2.9-9.9z" fill="#ffce31" transform="matrix(1.25 0 0 2 -6 -62)"/></svg>
|
After Width: | Height: | Size: 190 B |
1
themes/lynx/assets/icons/status.svg
Normal file
1
themes/lynx/assets/icons/status.svg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 384 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8C297 398 352 333.4 352 256V224c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z"/></svg>
|
After Width: | Height: | Size: 563 B |
|
@ -13,7 +13,7 @@
|
||||||
{{ $src = (.Fill "288x288").RelPermalink }}
|
{{ $src = (.Fill "288x288").RelPermalink }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<img
|
<img
|
||||||
class="mb-2 rounded-full h-36 w-36"
|
class="mb-2 h-36 w-36"
|
||||||
width="144"
|
width="144"
|
||||||
height="144"
|
height="144"
|
||||||
alt="{{ $.Site.Author.name | default "Author" }}"
|
alt="{{ $.Site.Author.name | default "Author" }}"
|
||||||
|
|
Loading…
Reference in a new issue