feat: holy fuck

This commit is contained in:
Nick 2024-12-21 15:17:48 -06:00
parent 277ba17421
commit 4686c14667
184 changed files with 411 additions and 22 deletions

View file

@ -161,6 +161,8 @@ debateHeader =
"Debate"
in
{ headerTitle = String.toUpper name
, hasImage = False
, hasLink = False
, headerBody = "Here you will find links to various pages relevant to debate, such as formal arguments, a list of debate-dodging cucks, and an inventory of nonsensical terminology."
}
@ -238,6 +240,8 @@ debateArguments =
, debateLink = Path.toString Path.Debate_Arguments
, debateCount = List.length argumentList
, debateImage = formatName name
, hasLink = True
, hasImage = True
, isNewTabLink = False
, debateDescription = "This page features arguments that I hold to be sound, though with varying degrees of confidence. I'm open to hearing all challenges, as I am ready to engage with any substantive critiques and defend any argument listed. I have additionally included a confidence meter with each argument to give readers a clearer understanding of how strongly I hold to the argument."
}
@ -253,6 +257,8 @@ debateCuckList =
, debateLink = Path.toString Path.Debate_Cucklist
, debateCount = List.length cuckList
, debateImage = formatName name
, hasLink = True
, hasImage = True
, isNewTabLink = False
, debateDescription = "This page features a list of complete fucking morons who wrote cheques with their mouths that their asses ultimately couldn't cash. Each person included in this list has dodged debating me in some way, shape, or form. Whether it's simply ignoring invitations, or outright refusing to engage, or agreeing to debate and then subsequently withdrawing. All such instances are catalogued here."
}
@ -268,6 +274,8 @@ debateGibberish =
, debateLink = Path.toString Path.Debate_Gibberish
, debateCount = List.length gibberishList
, debateImage = formatName name
, hasLink = True
, hasImage = True
, isNewTabLink = False
, debateDescription = "This page is specifically for terms and ostensible concepts that I don't have a good reason to believe are understandable from at least one viewpoint. If the clarification of a philosophical term is unsatisfying or unsuccessful, and my interlocutor has exhausted all means of rendering the concept to me, the term ends up here until someone explains to me what the fuck it even means."
}