add Forgejo instance

This commit is contained in:
Adora Laura Kalb 2023-08-01 07:32:36 +02:00
parent e5ed103f8c
commit 9909da14b0
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056
3 changed files with 62 additions and 57 deletions

22
hugo.toml Normal file
View file

@ -0,0 +1,22 @@
baseURL = "https://lila.network/"
languageCode = "en"
defaultContentLanguage = "en"
theme = "lynx"
title = "lila.network"
copyright = "Built by [@lauralani@chaos.social](https://chaos.social/@lauralani), hosted at [Codeberg](https://codeberg.org/lila-network/website)"
enableEmoji = true
disableKinds = [ "taxonomy", "term" ]
[author]
name = "lila.network"
headline = "A network of awesome people"
# image = "img/author.jpg" # path relative to static directory
links = [
{ forgejo = { href = "https://code.lila.network", text = "Purple Forgejo Git Instance" } },
]
[module.hugoVersion]
extended = false
min = "v0.86.1"

View file

@ -1,57 +0,0 @@
baseURL: https://lila.network/
languageCode: en
defaultContentLanguage: en
theme: lynx
title: lila.network
copyright: "Built by [@lauralani@chaos.social](https://chaos.social/@lauralani), hosted at [Codeberg](https://codeberg.org/lila-network/website)"
enableEmoji: true
disableKinds:
- taxonomy
- term
author:
name: lila.network
headline: A network of awesome people
# image: img/author.jpg
links:
#- email: mailto:hello@your_domain.com
#- link: https://link-to-some-website.com/
#- amazon: https://www.amazon.com/hz/wishlist/ls/wishlist-id
#- apple: https://www.apple.com
#- codepen: https://codepen.io/username
#- dev: https://dev.to/username
#- discord: https://discord.gg/invitecode
#- dribbble: https://dribbble.com/username
#- facebook: https://facebook.com/username
#- flickr: https://www.flickr.com/photos/username/
#- foursquare: https://foursquare.com/username
#- github: https://github.com/username
#- gitlab: https://gitlab.com/username
#- google: https://www.google.com/
#- instagram: https://instagram.com/username
#- keybase: https://keybase.io/username
#- kickstarter: https://www.kickstarter.com/profile/username
#- lastfm: https://lastfm.com/user/username
#- linkedin: https://linkedin.com/in/username
#- mastodon: https://mastodon.instance/@username
#- medium: https://medium.com/username
#- microsoft: https://www.microsoft.com/
#- patreon: https://www.patreon.com/username
#- pinterest: https://pinterest.com/username
#- reddit: https://reddit.com/user/username
#- slack: https://workspace.url/team/userid
#- snapchat: https://snapchat.com/add/username
#- soundcloud: https://soundcloud.com/username
#- stack-exchange: https://stackexchange.com/users/userid/username
#- stack-overflow: https://stackoverflow.com/users/userid/username
#- steam: https://steamcommunity.com/profiles/userid
#- telegram: https://t.me/username
#- tiktok: https://tiktok.com/@username
#- tumblr: https://username.tumblr.com
#- twitch: https://twitch.tv/username
#- twitter: https://twitter.com/username
#- whatsapp: https://wa.me/phone-number
#- youtube: https://youtube.com/username
module:
hugoVersion:
extended: false
min: "v0.86.1"

View file

@ -0,0 +1,40 @@
<svg viewBox="0 0 212 212" xmlns="http://www.w3.org/2000/svg">
<metadata
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<rdf:RDF>
<cc:Work rdf:about="https://codeberg.org/forgejo/meta/src/branch/readme/branding#logo">
<dc:title>Forgejo logo</dc:title>
<cc:creator rdf:resource="https://caesarschinas.com/"><cc:attributionName>Caesar Schinas</cc:attributionName></cc:creator>
<cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
</cc:Work>
</rdf:RDF>
</metadata>
<style type="text/css">
circle {
fill: none;
stroke: #000;
stroke-width: 15;
}
path {
fill: none;
stroke: #000;
stroke-width: 25;
}
.orange {
stroke:#ff6600;
}
.red {
stroke:#d40000;
}
</style>
<g transform="translate(6,6)">
<path d="M58 168 v-98 a50 50 0 0 1 50-50 h20" class="orange" />
<path d="M58 168 v-30 a50 50 0 0 1 50-50 h20" class="red" />
<circle cx="142" cy="20" r="18" class="orange" />
<circle cx="142" cy="88" r="18" class="red" />
<circle cx="58" cy="180" r="18" class="red" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB