0
fork

Configure Feed

Select the types of activity you want to include in your feed.

link

+71
+71
link.gv
··· 1 + digraph { 2 + 3 + graph [ 4 + rankdir="LR" 5 + ] 6 + node [ 7 + #shape="record" 8 + ] 9 + 10 + subgraph cluster_git { 11 + "bitbucket" [label="Bit\nBucket",href="https://bitbucket.org/marc_beninca"] 12 + "github" [label="Git\nHub",href="https://github.com/marc-beninca"] 13 + "gitlab" [label="Git\nLab",href="https://gitlab.com/marc.beninca"] 14 + } 15 + 16 + "facebook" [label="Face\nBook",href="https://facebook.com/marc.beninca.page"] 17 + "hackernews" [label="Hacker\nNews",href="https://news.ycombinator.com/user?id=marc_beninca"] 18 + "instagram" [label="Insta\nGram",href="https://instagram.com/marc.beninca"] 19 + "linuxfr" [label="Linux\nFR",href="https://linuxfr.org/users/marc-beninca"] 20 + "lobsters" [label="Lobsters",href="https://lobste.rs/u/marc_beninca"] 21 + "mastodon" [label="Mastodon",href="https://social.tchncs.de/@marc_beninca"] 22 + "omglol" [label="OMG\nLOL",href="https://omg.lol/marc-beninca"] 23 + "openstreetmap" [label="Open\nStreet\nMap",href="https://openstreetmap.org/user/Marc Beninca"] 24 + "pleroma" [label="Pleroma",href="https://poa.st/@marc_beninca"] 25 + "reddit" [label="Reddit",href="https://reddit.com/user/marc_beninca"] 26 + "twitch" [label="Twitch",href="https://twitch.tv/marc_beninca"] 27 + "twitter" [label="Twitter",href="https://twitter.com/marc_beninca"] 28 + "youtube" [label="You\nTube",href="https://youtube.com/channel/UC4uk_6OKRke2soVah-Tf2Lw"] 29 + 30 + "keybase" [label="Key\nBase",href="https://keybase.io/marc_beninca"] 31 + "liberapay" [label="Libera\nPay",href="https://liberapay.com/marc.beninca"] 32 + "patreon" [label="Patreon",href="https://patreon.com/marc_beninca"] 33 + "utip" [label="U\ntip",href="https://utip.io/marc_beninca"] 34 + 35 + 36 + "instagram" -> "facebook" 37 + 38 + "keybase" -> { 39 + "github" 40 + "hackernews" 41 + "lobsters" 42 + "omglol" 43 + "reddit" 44 + "twitter" 45 + } 46 + "liberapay" -> { 47 + "bitbucket" 48 + "github" 49 + "gitlab" 50 + "linuxfr" 51 + "mastodon" 52 + "openstreetmap" 53 + "pleroma" 54 + "twitch" 55 + "twitter" 56 + } 57 + "patreon" -> { 58 + "facebook" 59 + "instagram" 60 + "twitter" 61 + "youtube" 62 + } 63 + "utip" -> { 64 + "facebook" 65 + "instagram" 66 + "twitch" 67 + "twitter" 68 + "youtube" 69 + } 70 + 71 + }