feat: change name
Some checks failed
CI / build-nix (push) Has been cancelled
CI / deploy (push) Has been cancelled

This commit is contained in:
Youwen Wu 2025-02-07 22:31:37 -08:00
parent 1ba909eb8e
commit b2e690ec5c
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
<!doctype html>
<html lang="$lang$">
<head>
<title>$title$ | conditional finality</title>
<title>$title$ | involution</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
@ -116,7 +116,7 @@
<a
href="/"
class="dark:hover:text-muted-dark hover:text-muted-light transition-all duration-500 text-nowrap tracking-wide"
><em>Conditional Finality.</em></a
><em>The Involution.</em></a
>
</h1>
<div

View file

@ -28,16 +28,16 @@ import Text.Pandoc.Options (
-- PERSONALIZATION
mySiteName :: String
mySiteName = "conditional finality"
mySiteName = "involution"
mySiteRoot :: String
mySiteRoot = "https://blog.youwen.dev"
myFeedTitle :: String
myFeedTitle = "conditional finality"
myFeedTitle = "involution"
myFeedDescription :: String
myFeedDescription = "on computers, hacks, math, and life"
myFeedDescription = "on computers, hacks, and math"
myFeedAuthorName :: String
myFeedAuthorName = "Youwen Wu"