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

View file

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