Add /incense
This commit is contained in:
@@ -40,6 +40,11 @@ export default {
|
||||
linkDisplay: "Guestbook",
|
||||
linkURL: "/guestbook/",
|
||||
},
|
||||
{
|
||||
iconURL: "/img/censer_short.svg",
|
||||
linkDisplay: "Incense",
|
||||
linkURL: "/incense/",
|
||||
},
|
||||
{
|
||||
iconURL: "/img/icons/breeze/news-subscribe.svg",
|
||||
linkDisplay: "Life Updates",
|
||||
@@ -76,9 +81,21 @@ export default {
|
||||
{
|
||||
title: "My Blog",
|
||||
linkURL: "https://nathanupchurch.com",
|
||||
linkDisplay: "My Blog",
|
||||
linkDisplay: "Blog",
|
||||
iconURL: "/img/logo.svg",
|
||||
},
|
||||
{
|
||||
title: "BookWyrm",
|
||||
linkURL: "https://ramblingreaders.org/user/NathanU",
|
||||
linkDisplay: "BookWyrm",
|
||||
iconURL: "/img/book.svg",
|
||||
},
|
||||
{
|
||||
title: "Email Me",
|
||||
linkURL: "Mailto:blog@upchur.ch",
|
||||
linkDisplay: "Email",
|
||||
iconURL: "/img/envelope.svg",
|
||||
},
|
||||
{
|
||||
title: "Friendica",
|
||||
linkURL: "https://friendica.world/profile/nathan",
|
||||
@@ -87,42 +104,10 @@ export default {
|
||||
iconURL: "/img/friendica.svg",
|
||||
},
|
||||
{
|
||||
title: "Mastodon",
|
||||
linkURL: "https://lounge.town/@nathanu",
|
||||
customAttribute: `rel="me"`,
|
||||
linkDisplay: "Mastodon",
|
||||
iconURL: "/img/mastodon.svg",
|
||||
},
|
||||
{
|
||||
title: "Email Me",
|
||||
linkURL: "Mailto:blog@upchur.ch",
|
||||
linkDisplay: "Email",
|
||||
iconURL: "/img/envelope.svg",
|
||||
},
|
||||
{
|
||||
title: "Matrix",
|
||||
linkURL: "https://matrix.to/#/@nathan:upchur.ch",
|
||||
linkDisplay: "Matrix",
|
||||
iconURL: "/img/matrix-org.svg",
|
||||
},
|
||||
{
|
||||
title: "Signal",
|
||||
linkURL:
|
||||
"https://signal.me/#eu/j-om4cfsGXtfKo0UX28EQfEL_Gd1KpJr8nQpI9Smhdsb-r98eT5F6obQ1BcYZCcW",
|
||||
linkDisplay: "Signal",
|
||||
iconURL: "/img/Signal-Logo-White.svg",
|
||||
},
|
||||
{
|
||||
title: "BookWyrm",
|
||||
linkURL: "https://ramblingreaders.org/user/NathanU",
|
||||
linkDisplay: "BookWyrm",
|
||||
iconURL: "/img/book.svg",
|
||||
},
|
||||
{
|
||||
title: "Pixelfed",
|
||||
linkURL: "https://pixelfed.social/@nathanu",
|
||||
linkDisplay: "Pixelfed",
|
||||
iconURL: "/img/pixelfed.svg",
|
||||
title: "Keyoxide Identity Profile",
|
||||
linkURL: "https://keyoxide.org/31E809FAEA1532AC91BBDCF1EC499D3513F69340",
|
||||
linkDisplay: "Keyoxidee",
|
||||
iconURL: "/img/keyoxide.svg",
|
||||
},
|
||||
{
|
||||
title: "Lemmy",
|
||||
@@ -130,6 +115,19 @@ export default {
|
||||
linkDisplay: "Lemmy",
|
||||
iconURL: "/img/Lemmy_logo.svg",
|
||||
},
|
||||
{
|
||||
title: "Mastodon",
|
||||
linkURL: "https://lounge.town/@nathanu",
|
||||
customAttribute: `rel="me"`,
|
||||
linkDisplay: "Mastodon",
|
||||
iconURL: "/img/mastodon.svg",
|
||||
},
|
||||
{
|
||||
title: "Matrix",
|
||||
linkURL: "https://matrix.to/#/@nathan:upchur.ch",
|
||||
linkDisplay: "Matrix",
|
||||
iconURL: "/img/matrix-org.svg",
|
||||
},
|
||||
{
|
||||
title: "PeerTube",
|
||||
linkURL: "https://makertube.net/a/nathan/video-channels",
|
||||
@@ -137,10 +135,17 @@ export default {
|
||||
iconURL: "/img/peertube.svg",
|
||||
},
|
||||
{
|
||||
title: "Keyoxide Identity Profile",
|
||||
linkURL: "https://keyoxide.org/31E809FAEA1532AC91BBDCF1EC499D3513F69340",
|
||||
linkDisplay: "Keyoxide Identity Profile",
|
||||
iconURL: "/img/keyoxide.svg",
|
||||
title: "Pixelfed",
|
||||
linkURL: "https://pixelfed.social/@nathanu",
|
||||
linkDisplay: "Pixelfed",
|
||||
iconURL: "/img/pixelfed.svg",
|
||||
},
|
||||
{
|
||||
title: "Signal",
|
||||
linkURL:
|
||||
"https://signal.me/#eu/j-om4cfsGXtfKo0UX28EQfEL_Gd1KpJr8nQpI9Smhdsb-r98eT5F6obQ1BcYZCcW",
|
||||
linkDisplay: "Signal",
|
||||
iconURL: "/img/Signal-Logo-White.svg",
|
||||
},
|
||||
],
|
||||
webrings: [
|
||||
|
Reference in New Issue
Block a user