Updated info.
This commit is contained in:
parent
6fa80c1ddb
commit
c6578c510b
2
src/info/cache/config.json
vendored
2
src/info/cache/config.json
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"telemetry": {
|
||||
"notifiedAt": "1633568733712",
|
||||
"notifiedAt": "1701219305706",
|
||||
"enabled": false
|
||||
}
|
||||
}
|
@ -6,15 +6,13 @@ export default function SupportButton({ title, alt, src, url }) {
|
||||
if (emptyTitle) {
|
||||
return (
|
||||
<div className="w-full justify-center flex">
|
||||
<Link href={url}>
|
||||
<a target="_blank">
|
||||
<p className="rounded-lg pt-2 pb-2 pl-4 pr-4 w-full w-max-60 ring-2 ring-alice-werefox-grey dark:ring-alice-werefox-grey-darker text-lg text-center text-alice-werefox-grey-darker dark:text-alice-werefox-grey-lightest bg-alice-werefox-red dark:bg-alice-werefox-red-dark transition hover:bg-alice-werefox-red-light dark:hover:bg-alice-werefox-red-darker">
|
||||
<span className="inline-block h-6">
|
||||
<img alt={alt} src={src} className="inline-block h-6"></img>
|
||||
</span>{" "}
|
||||
{title}
|
||||
</p>
|
||||
</a>
|
||||
<Link href={url} target="blank">
|
||||
<div className="rounded-lg pt-2 pb-2 pl-4 pr-4 w-full w-max-60 ring-2 ring-alice-werefox-grey dark:ring-alice-werefox-grey-darker text-lg text-center text-alice-werefox-grey-darker dark:text-alice-werefox-grey-lightest bg-alice-werefox-red dark:bg-alice-werefox-red-dark transition hover:bg-alice-werefox-red-light dark:hover:bg-alice-werefox-red-darker">
|
||||
<span className="inline-block h-6">
|
||||
<img alt={alt} src={src} className="inline-block h-6"></img>
|
||||
</span>{" "}
|
||||
{title}
|
||||
</div>
|
||||
</Link>
|
||||
</div>
|
||||
);
|
||||
@ -22,16 +20,13 @@ export default function SupportButton({ title, alt, src, url }) {
|
||||
return (
|
||||
<div className="w-full justify-center flex">
|
||||
<Link href={url}>
|
||||
<a
|
||||
target="_blank"
|
||||
className="rounded-lg ring-2 ring-alice-werefox-grey dark:ring-alice-werefox-grey-darker"
|
||||
>
|
||||
<div className="rounded-lg ring-2 ring-alice-werefox-grey dark:ring-alice-werefox-grey-darker">
|
||||
<img
|
||||
alt={alt}
|
||||
src={src}
|
||||
className="inline-flex h-10 filter transition hover:brightness-125"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</Link>
|
||||
</div>
|
||||
);
|
||||
|
@ -1,10 +1,10 @@
|
||||
--- # Contacts YAML
|
||||
|
||||
"Mastodon":
|
||||
url: "https://yiff.life/@werefox"
|
||||
url: "https://bark.lgbt/@alicew"
|
||||
src: "/emoji/mastodon-logo.png"
|
||||
alt: "The Mastodon logo"
|
||||
url_text: "@werefox@yiff.life"
|
||||
url_text: "@alice@bark.lgbt"
|
||||
|
||||
"My Twitch":
|
||||
url: "https://twitch.tv/alice_werefox"
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- # Identity YAML
|
||||
|
||||
"27":
|
||||
"29":
|
||||
url: ""
|
||||
images:
|
||||
- { src: "/emoji/18_plus.svg", alt: "Over 18 emoji" }
|
||||
@ -16,25 +16,12 @@
|
||||
- { src: "/emoji/female_symbol.svg", alt: "Female symbol emoji" }
|
||||
extra_classes: "xl:pt-1 xl:align-text-bottom xl:text-sm xl:min-h-full"
|
||||
|
||||
"She/Her":
|
||||
"She/It":
|
||||
url: "/identities/pronouns"
|
||||
images:
|
||||
- { src: "/emoji/speech_bubble_left.svg", alt: "A speech bubble emoji" }
|
||||
extra_classes: ""
|
||||
|
||||
# Queer:
|
||||
# url: "/identities/sexuality"
|
||||
# images:
|
||||
# - { src: "/emoji/rainbow_flag.svg", alt: "A gay pride flag" }
|
||||
# extra_classes: ""
|
||||
|
||||
# Polyam:
|
||||
# url: "/identities/sexuality"
|
||||
# locator: "Polyam"
|
||||
# images:
|
||||
# - { src: "/emoji/polyamory_flag.svg", alt: "Polyamory flag emoji" }
|
||||
# extra_classes: ""
|
||||
|
||||
Pansexual:
|
||||
url: "/identities/sexuality"
|
||||
locator: "Pansexual"
|
||||
@ -49,19 +36,7 @@ Lesbian:
|
||||
- { src: "/emoji/lesbian_flag.svg", alt: "Lesbian flag emoji" }
|
||||
extra_classes: ""
|
||||
|
||||
# Partners:
|
||||
# url: "/identities/partners"
|
||||
# images:
|
||||
# [{ src: "/emoji/:aliceheartblack:.png", alt: "Alice black heart emoji" }]
|
||||
# extra_classes: ""
|
||||
|
||||
# CPTSD:
|
||||
# url: "/identities/neuro"
|
||||
# images:
|
||||
# - { src: "/emoji/neurodiversity.svg", alt: "Neurodiversity symbol emoji" }
|
||||
# extra_classes: ""
|
||||
|
||||
"Dragon":
|
||||
Dragon:
|
||||
url: "/identities/fursona"
|
||||
images:
|
||||
- { src: "/emoji/:alicehappy:.png", alt: "Alice happy emoji" }
|
||||
|
@ -10,4 +10,4 @@ Gender:
|
||||
info: |
|
||||
This is a bit of a generalized term to mean someone who identifies primarily feminine.
|
||||
|
||||
I do personally identify as a girl, but this is a bit more of a P.C. term to use!
|
||||
I'm a girl, that's all ya need to know.
|
||||
|
@ -3,13 +3,13 @@
|
||||
Pronouns:
|
||||
page_title: "What are your pronouns?"
|
||||
card_title: "Pronouns! Important!"
|
||||
title: "She/Her"
|
||||
url: "https://pronoun.is/she"
|
||||
title: "She/It"
|
||||
url: "https://en.pronouns.page/are/she%26it"
|
||||
src: "/emoji/speech_bubble_left.svg"
|
||||
alt: "A speech bubble emoji"
|
||||
info: |
|
||||
When you're referring to me, please use the pronouns "She/Her".
|
||||
When you're referring to me, please use the pronouns "She/It".
|
||||
|
||||
If you need some examples, for whatever reason, here are some from the site you can visit by clicking on the link below!
|
||||
|
||||
"Today I met a new friend, and she is really nice. She has a wonderful personality. That smile of hers really makes me happy."
|
||||
"Today I met a new friend, and she is really nice. It has a wonderful personality. That smile of hers really makes me happy."
|
||||
|
@ -1,7 +1,9 @@
|
||||
--- # Introduction YAML
|
||||
|
||||
intro: |
|
||||
:alicecoolmlem: "A pop punk dragon on the Internet"
|
||||
:alicecoolmlem:
|
||||
"A pop punk dragon on the Internet"
|
||||
"Somewhere between a hot date and a hot mess"
|
||||
"A poetic disaster, and owns it"
|
||||
Feel free to click/tap any of the buttons above this to learn more about my different aspects of personality.
|
||||
Down below, I've got some more neat little pages and useful info you can look at.
|
||||
Please do look around and enjoy your stay!~ :aliceheartblack:
|
||||
Down below, I've got some more neat little pages and useful info you can look at. :aliceheartblack:
|
||||
|
@ -20,10 +20,10 @@ FAQ:
|
||||
images:
|
||||
- { src: "/emoji/red_question_mark.svg", alt: "Red question mark emoji" }
|
||||
|
||||
Servers:
|
||||
url: "/servers"
|
||||
images:
|
||||
- { src: "/emoji/computer.svg", alt: "Computer emoji" }
|
||||
# Servers:
|
||||
# url: "/servers"
|
||||
# images:
|
||||
# - { src: "/emoji/computer.svg", alt: "Computer emoji" }
|
||||
|
||||
"Support Me?":
|
||||
url: "/support"
|
||||
|
@ -2,15 +2,15 @@
|
||||
|
||||
"So is Werefox like a species or...?":
|
||||
answer: >
|
||||
That's a good question! No, my fursona's full name is Alice Werefox,
|
||||
so Werefox is just a last name. I am just a derg!
|
||||
That's a good question! No, my fursona's full name is Alice Icehart Werefox,
|
||||
Werefox is just a last name. I got it from playing Second Life back in the day.
|
||||
src: "/images/AliceDefault.png"
|
||||
alt: "Alice as an emoji"
|
||||
|
||||
"How can you be Pansexual and a Lesbian?":
|
||||
answer: >
|
||||
I believe I've been told the proper term is "sapphic",
|
||||
it just means I *am* Pansexual, but I prefer generally those who identify more femme."
|
||||
it just means I *am* Pansexual, but I tend to prefer those who identify more femme.
|
||||
src: "/images/AliceHeartRainbow.png"
|
||||
alt: "Alice with a gay pride heart"
|
||||
|
||||
@ -24,11 +24,9 @@
|
||||
|
||||
"What do you do?":
|
||||
answer: >
|
||||
Lots of things! Lately, though, I've been focusing on my mental health and my
|
||||
transition. I'm currently unemployed and my chosen family and I could use some
|
||||
financial support if you're feeling up to it and can afford it! If you want to
|
||||
know more about what I do, you can check out "Stuff I do!" from the main
|
||||
page, or "Support Me?" if you wanna toss us some funds!
|
||||
Lots of things! If you want to know more about what I do, you can check out
|
||||
"Stuff I do!" from the main page, or "Support Me?" if you wanna toss a donation!
|
||||
I'm currently still unemployed, so any extra funds would be appreciated!
|
||||
src: "/images/AliceEmojiAliceYay.png"
|
||||
alt: "Happy Alice emoji"
|
||||
|
||||
|
@ -16,15 +16,15 @@ Streaming:
|
||||
I stream regularly now! Mostly Beat Saber workouts.
|
||||
If you're interested in that, here are some associated links!
|
||||
|
||||
# Poetry:
|
||||
# url: "https://write.as/a-letter-to-the-void"
|
||||
# new_tab: true
|
||||
# src: "/emoji/pen.svg"
|
||||
# alt: "Pen emoji"
|
||||
# description: >
|
||||
# Sometimes, I write poetry. It's not always the
|
||||
# happiest, but I am proud of it. It would mean a lot to me if
|
||||
# you took a look!
|
||||
Poetry:
|
||||
url: "https://void.werefox.cafe"
|
||||
new_tab: true
|
||||
src: "/emoji/pen.svg"
|
||||
alt: "Pen emoji"
|
||||
description: >
|
||||
Sometimes, I write poetry. It's not always the
|
||||
happiest, but I am proud of it. It would mean a lot to me if
|
||||
you took a look!
|
||||
|
||||
Programming:
|
||||
url: "https://gitea.werefox.cafe/ada"
|
||||
|
@ -1,5 +1,11 @@
|
||||
--- # Testimonial YAML
|
||||
|
||||
shroomie:
|
||||
url: "https://0w0.is/users/shroomie"
|
||||
json: "https://0w0.is/users/shroomie.json"
|
||||
content: |
|
||||
"dragon woman play metroid good"
|
||||
|
||||
deejvalen:
|
||||
url: "https://plush.city/@deejvalen"
|
||||
json: "https://plush.city/@deejvalen.json"
|
||||
|
@ -16,7 +16,9 @@ module.exports = {
|
||||
"cdn.masto.host",
|
||||
"link.storjshare.io",
|
||||
"medias.meow.social",
|
||||
"eldritchcafe.files.fedi.monster"
|
||||
"eldritchcafe.files.fedi.monster",
|
||||
"media.0w0.is",
|
||||
"0w0.is"
|
||||
],
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user