This commit is contained in:
parent
7f0ce41633
commit
46abea065d
3 changed files with 11 additions and 6 deletions
4
assets/icons/forgejo.svg
Normal file
4
assets/icons/forgejo.svg
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="135" height="211" version="1.1" viewBox="0 0 135 211" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="m109.5 0c-9.4636 0-17.783 5.2654-22.182 13h-11.818c-34.37 0-62.5 28.13-62.5 62.5v87.818c-7.7346 4.3989-13 12.718-13 22.182 0 13.994 11.506 25.5 25.5 25.5s25.5-11.506 25.5-25.5c0-9.4636-5.2654-17.783-13-22.182v-19.818c0-20.859 16.641-37.5 37.5-37.5h11.818c4.3989 7.7346 12.718 13 22.182 13 13.994 0 25.5-11.506 25.5-25.5s-11.506-25.5-25.5-25.5c-9.4636 0-17.783 5.2654-22.182 13h-11.818c-14.039 0-27.035 4.6985-37.5 12.594v-18.094c0-20.859 16.641-37.5 37.5-37.5h11.818c4.3989 7.7346 12.718 13 22.182 13 13.994 0 25.5-11.506 25.5-25.5s-11.506-25.5-25.5-25.5zm0 15c5.8878 0 10.5 4.6122 10.5 10.5s-4.6122 10.5-10.5 10.5-10.5-4.6122-10.5-10.5 4.6122-10.5 10.5-10.5zm0 68c5.8878 0 10.5 4.6122 10.5 10.5 0 5.8878-4.6122 10.5-10.5 10.5s-10.5-4.6122-10.5-10.5c0-5.8878 4.6122-10.5 10.5-10.5zm-84 92c5.8878 0 10.5 4.6122 10.5 10.5s-4.6122 10.5-10.5 10.5-10.5-4.6122-10.5-10.5 4.6122-10.5 10.5-10.5z" fill="currentColor"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1 KiB |
|
@ -30,16 +30,17 @@ dateFormat = "2 January 2006"
|
||||||
# { facebook = "https://facebook.com/username" },
|
# { facebook = "https://facebook.com/username" },
|
||||||
# { flickr = "https://www.flickr.com/photos/username/" },
|
# { flickr = "https://www.flickr.com/photos/username/" },
|
||||||
# { foursquare = "https://foursquare.com/username" },
|
# { foursquare = "https://foursquare.com/username" },
|
||||||
{ github = "https://github.com/NoirNoble" },
|
{ forgejo = "https://git.oscar.blue/noble" },
|
||||||
{ gitlab = "https://gitlab.com/oscarpocock" },
|
{ gitlab = "https://gitlab.com/oscarpocock" },
|
||||||
|
{ github = "https://github.com/NoirNoble" },
|
||||||
# { google = "https://www.google.com/" },
|
# { google = "https://www.google.com/" },
|
||||||
# { hashnode = "https://username.hashnode.dev" },
|
# { hashnode = "https://username.hashnode.dev" },
|
||||||
# { instagram = "https://instagram.com/username" },
|
# { instagram = "https://instagram.com/username" },
|
||||||
# { keybase = "https://keybase.io/username" },
|
# { keybase = "https://keybase.io/username" },
|
||||||
# { kickstarter = "https://www.kickstarter.com/profile/username" },
|
# { kickstarter = "https://www.kickstarter.com/profile/username" },
|
||||||
# { lastfm = "https://lastfm.com/user/username" },
|
# { lastfm = "https://lastfm.com/user/username" },
|
||||||
{ linkedin = "https://linkedin.com/in/oscarpocock" },
|
|
||||||
{ mastodon = "https://mastodon.online/@oscar" },
|
{ mastodon = "https://mastodon.online/@oscar" },
|
||||||
|
{ linkedin = "https://linkedin.com/in/oscarpocock" },
|
||||||
# { medium = "https://medium.com/username" },
|
# { medium = "https://medium.com/username" },
|
||||||
# { microsoft = "https://www.microsoft.com/" },
|
# { microsoft = "https://www.microsoft.com/" },
|
||||||
# { orcid = "https://orcid.org/userid" },
|
# { orcid = "https://orcid.org/userid" },
|
||||||
|
|
|
@ -30,10 +30,10 @@
|
||||||
pageRef = "contact"
|
pageRef = "contact"
|
||||||
weight = 30
|
weight = 30
|
||||||
|
|
||||||
[[main]]
|
# [[main]]
|
||||||
name = "Git"
|
# name = "Git"
|
||||||
url = "https://oscar.blue/git"
|
# url = "https://oscar.blue/git"
|
||||||
weight = 40
|
# weight = 40
|
||||||
|
|
||||||
# [[main]]
|
# [[main]]
|
||||||
# name = "Categories"
|
# name = "Categories"
|
||||||
|
|
Loading…
Reference in a new issue