feat: refactored and added some stuff

This commit is contained in:
Nick 2024-12-13 00:12:56 -06:00
parent 9f1a7fe872
commit 38892eb748
5 changed files with 5 additions and 5 deletions

View file

@ -23,5 +23,5 @@ debateArguments =
, debateCount = argumentListNumber
, debateImage = formatName name
, isNewTabLink = False
, debateDescription = "This page features arguments that I hold to be sound. I'm open to hearing all challenges, as I am ready to engage with and defend any argument listed."
, 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."
}

View file

@ -21,5 +21,5 @@ debateCuckList =
, debateCount = cuckListNumber
, debateImage = formatName name
, isNewTabLink = False
, debateDescription = "This page features a list of morons who wrote cheques with their mouths that their asses couldn't cash. Each person included in this list has dodged debating me."
, 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."
}

View file

@ -21,5 +21,5 @@ debateGibberish =
, debateCount = gibberishListNumber
, debateImage = formatName name
, isNewTabLink = False
, debateDescription = "This page is specifically for terms and ostensible concepts that I think are either nonsensical or so practically useless that its intelligiblity is irrelevant."
, 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."
}

View file

@ -10,5 +10,5 @@ debateHeader =
"Debate"
in
{ headerTitle = String.toUpper name
, headerBody = "fill me senpai"
, 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."
}

View file

@ -189,7 +189,7 @@ nixCodeRenderer =
|> el [ F.color syntaxTheme.key ]
, text " = "
|> el [ F.color syntaxTheme.operator ]
, text "\"Elm Environment\""
, text "\"Elm/Haskell Environment\""
|> el [ F.color syntaxTheme.string ]
, text ";"
|> el [ F.color syntaxTheme.punctuation ]