Added some faqs, updated the README a bit, moved some files around.
This commit is contained in:
parent
8060916bb7
commit
7c30fac009
@ -6,7 +6,7 @@ export default function FAQBlock({ faqs }) {
|
||||
{Object.keys(faqs).map((faq) => (
|
||||
<FCard
|
||||
key={faq}
|
||||
question={faqs[faq].question}
|
||||
question={faq}
|
||||
answer={faqs[faq].answer}
|
||||
src={faqs[faq].src}
|
||||
alt={faqs[faq].alt}
|
||||
|
@ -1,37 +0,0 @@
|
||||
--- # FAQ YAML
|
||||
|
||||
q1:
|
||||
question: "So is Werefox like a species or...?"
|
||||
answer: >
|
||||
That's a good question! No, my fursona's full name is Alexis Werefox,
|
||||
so Werefox is just a last name. I am just a fox!
|
||||
src: "/images/alexis_heart.png"
|
||||
alt: "Alexis giving a heart emoji"
|
||||
|
||||
q2:
|
||||
question: "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 those who identify more femme."
|
||||
src: "/images/alexis_wink.png"
|
||||
alt: "Alexis winking and giving a peace sign"
|
||||
|
||||
q3:
|
||||
question: "How do I get those Xenia stickers?"
|
||||
answer: >
|
||||
Yeah, about that. So, I've made a few posts about this, but when
|
||||
I first started giving those out, I was in a good financial position, among
|
||||
other things. Now I'm not! I will get to it when I do.
|
||||
src: "/images/alexis_annoyed.png"
|
||||
alt: "Alexis looking annoyed and crossing her arms"
|
||||
|
||||
q4:
|
||||
question: "What do you do?"
|
||||
answer: >
|
||||
Lots of things! Lately, though, I've been focusing on myself and my
|
||||
transition. I could use some financial support (since I'm currently
|
||||
unemployed) 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, and "Support Me?" if you wanna toss me some funds!
|
||||
src: "/images/alexis_shrug.png"
|
||||
alt: "Alexis shrugging"
|
68
src/info/data/pages/faq.yml
Normal file
68
src/info/data/pages/faq.yml
Normal file
@ -0,0 +1,68 @@
|
||||
--- # FAQ YAML
|
||||
|
||||
"So is Werefox like a species or...?":
|
||||
answer: >
|
||||
That's a good question! No, my fursona's full name is Alexis Werefox,
|
||||
so Werefox is just a last name. I am just a fox!
|
||||
src: "/images/alexis_heart.png"
|
||||
alt: "Alexis giving a heart 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 those who identify more femme."
|
||||
src: "/images/alexis_wink.png"
|
||||
alt: "Alexis winking and giving a peace sign"
|
||||
|
||||
"How do I get those Xenia stickers?":
|
||||
answer: >
|
||||
Yeah, about that. So, I've made a few posts about this, but when
|
||||
I first started giving those out, I was in a good financial position, among
|
||||
other things. Now I'm not! I will get to it when I do.
|
||||
src: "/images/alexis_annoyed.png"
|
||||
alt: "Alexis looking annoyed and crossing her arms"
|
||||
|
||||
"Where are you, anyway?":
|
||||
answer: >
|
||||
I'm somewhere in Austin, Texas. I'm not gonna be any more specific than that,
|
||||
for obvious reasons. If you're in the area, consider hitting me up! I might
|
||||
not want to meet up right away, but I'm always looking for more friendos. 💙
|
||||
src: "/images/alexis_coffee.png"
|
||||
alt: "Alexis sipping on some coffee"
|
||||
|
||||
'What is "Werefox Isekai"?':
|
||||
answer: >
|
||||
"Werefox Isekai" is just a silly term I've been using to refer to a series of
|
||||
trips I've been planning in order to visit the folks I've met online over the
|
||||
past few months/years. I believe my original post on this was "A hot, cute
|
||||
girl from a foreign land falls from the sky and moves in with you temporarily,
|
||||
and there's potentially a ton of sexual tension the entire time."
|
||||
src: "/images/alexis_wink.png"
|
||||
alt: "Alexis winking and giving a peace sign"
|
||||
|
||||
"What do you do?":
|
||||
answer: >
|
||||
Lots of things! Lately, though, I've been focusing on myself and my
|
||||
transition. I could use some financial support (since I'm currently
|
||||
unemployed) 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, and "Support Me?" if you wanna toss me some funds!
|
||||
src: "/images/alexis_shrug.png"
|
||||
alt: "Alexis shrugging"
|
||||
|
||||
"Are you accepting more partners?":
|
||||
answer: >
|
||||
Hhaaa,,, Uhh, not at the moment? Anything can happen, though! Just don't
|
||||
make it your main goal to try and date me, yeah? 💙
|
||||
src: "images/alexis_coffee.png"
|
||||
alt: "Alexis sipping on some coffee"
|
||||
|
||||
"... Wait, don't I know you?":
|
||||
answer: >
|
||||
Hey hey, if you're here from knowing me pre-transition, that's cool too.
|
||||
It's likely that a lot has changed in my life and I'm a much different
|
||||
person than the one you knew before. Regardless, if you feel like
|
||||
reaching out, in most cases I'm willing to catch up. If that's the case,
|
||||
your best bets are Twitter DM, e-mail, or a text if you still have my number.
|
||||
src: "images/alexis_wink.png"
|
||||
alt: "Alexis winking and giving a peace sign"
|
@ -8,7 +8,7 @@ export async function getStaticProps() {
|
||||
let FAQ = {};
|
||||
|
||||
try {
|
||||
let fileContent = fs.readFileSync("./data/faq.yml", "utf8");
|
||||
let fileContent = fs.readFileSync("./data/pages/faq.yml", "utf8");
|
||||
FAQ = yaml.load(fileContent);
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
|
@ -8,7 +8,7 @@ export async function getStaticProps() {
|
||||
let PROJECTS = {};
|
||||
|
||||
try {
|
||||
let fileContent = fs.readFileSync("./data/projects.yml", "utf8");
|
||||
let fileContent = fs.readFileSync("./data/pages/projects.yml", "utf8");
|
||||
PROJECTS = yaml.load(fileContent);
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
|
@ -8,7 +8,7 @@ export async function getStaticProps() {
|
||||
let OTHER = {};
|
||||
|
||||
try {
|
||||
let fileContent = fs.readFileSync("./data/projects/other.yml", "utf8");
|
||||
let fileContent = fs.readFileSync("./data/pages/projects/other.yml", "utf8");
|
||||
OTHER = yaml.load(fileContent);
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
|
@ -8,7 +8,7 @@ export async function getStaticProps() {
|
||||
let PRIVATE = {};
|
||||
|
||||
try {
|
||||
let fileContent = fs.readFileSync("./data/projects/private.yml", "utf8");
|
||||
let fileContent = fs.readFileSync("./data/pages/projects/private.yml", "utf8");
|
||||
PRIVATE = yaml.load(fileContent);
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
|
@ -8,7 +8,7 @@ export async function getStaticProps() {
|
||||
let SERVICES = {};
|
||||
|
||||
try {
|
||||
let fileContent = fs.readFileSync("./data/projects/services.yml", "utf8");
|
||||
let fileContent = fs.readFileSync("./data/pages/projects/services.yml", "utf8");
|
||||
SERVICES = yaml.load(fileContent);
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
|
@ -8,7 +8,7 @@ export async function getStaticProps() {
|
||||
let STREAMING = {};
|
||||
|
||||
try {
|
||||
let fileContent = fs.readFileSync("./data/projects/streaming.yml", "utf8");
|
||||
let fileContent = fs.readFileSync("./data/pages/projects/streaming.yml", "utf8");
|
||||
STREAMING = yaml.load(fileContent);
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
|
@ -9,7 +9,7 @@ export async function getStaticProps() {
|
||||
let SERVERS = {};
|
||||
|
||||
try {
|
||||
let fileContent = fs.readFileSync("./data/servers.yml", "utf8");
|
||||
let fileContent = fs.readFileSync("./data/pages/servers.yml", "utf8");
|
||||
SERVERS = yaml.load(fileContent);
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
|
@ -7,7 +7,7 @@ export async function getStaticProps() {
|
||||
const yaml = require("js-yaml");
|
||||
let SUPPORT = {};
|
||||
try {
|
||||
let fileContent = fs.readFileSync("./data/support.yml", "utf8");
|
||||
let fileContent = fs.readFileSync("./data/pages/support.yml", "utf8");
|
||||
SUPPORT = yaml.load(fileContent);
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
|
@ -20,7 +20,7 @@ export const getStaticProps = async () => {
|
||||
let TESTIMONIALS = {};
|
||||
|
||||
try {
|
||||
let fileContent = fs.readFileSync("./data/testimonials.yml", "utf8");
|
||||
let fileContent = fs.readFileSync("./data/pages/testimonials.yml", "utf8");
|
||||
TESTIMONIALS = yaml.load(fileContent);
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
|
Loading…
Reference in New Issue
Block a user