about summary refs log tree commit diff
path: root/users/grfn
diff options
context:
space:
mode:
authorAspen Smith <root@gws.fyi>2023-11-06T15·41-0500
committerclbot <clbot@tvl.fyi>2023-11-06T15·46+0000
commit1027754b866e9489b6db0ed18a5c736f128aadcc (patch)
tree46bf05b3e411d9b53807494363544db147f33bbf /users/grfn
parentf3dea2ffbc4255c64d01a80e2668b2060b676e9e (diff)
refactor(users/grfn): Rename gws.fyi -> web r/6966
Change-Id: Icdee0caa3a053958750d4b81853dbc3eee5b193a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9973
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: grfn <grfn@gws.fyi>
Diffstat (limited to 'users/grfn')
-rw-r--r--users/grfn/web/.envrc (renamed from users/grfn/gws.fyi/.envrc)0
-rw-r--r--users/grfn/web/.gitignore (renamed from users/grfn/gws.fyi/.gitignore)0
-rw-r--r--users/grfn/web/Makefile (renamed from users/grfn/gws.fyi/Makefile)2
-rw-r--r--users/grfn/web/config.el (renamed from users/grfn/gws.fyi/config.el)0
-rw-r--r--users/grfn/web/default.nix (renamed from users/grfn/gws.fyi/default.nix)0
-rw-r--r--users/grfn/web/index.org (renamed from users/grfn/gws.fyi/index.org)10
-rw-r--r--users/grfn/web/main.css (renamed from users/grfn/gws.fyi/main.css)0
-rw-r--r--users/grfn/web/orgExportHTML.nix (renamed from users/grfn/gws.fyi/orgExportHTML.nix)0
-rw-r--r--users/grfn/web/recipes/tomato-sauce.org (renamed from users/grfn/gws.fyi/recipes/tomato-sauce.org)4
-rw-r--r--users/grfn/web/shell.nix (renamed from users/grfn/gws.fyi/shell.nix)0
-rw-r--r--users/grfn/web/site.nix (renamed from users/grfn/gws.fyi/site.nix)0
11 files changed, 7 insertions, 9 deletions
diff --git a/users/grfn/gws.fyi/.envrc b/users/grfn/web/.envrc
index be81feddb1..be81feddb1 100644
--- a/users/grfn/gws.fyi/.envrc
+++ b/users/grfn/web/.envrc
diff --git a/users/grfn/gws.fyi/.gitignore b/users/grfn/web/.gitignore
index 2b72eaed29..2b72eaed29 100644
--- a/users/grfn/gws.fyi/.gitignore
+++ b/users/grfn/web/.gitignore
diff --git a/users/grfn/gws.fyi/Makefile b/users/grfn/web/Makefile
index d6c9f40c95..9da503fa26 100644
--- a/users/grfn/gws.fyi/Makefile
+++ b/users/grfn/web/Makefile
@@ -1,7 +1,7 @@
 .PHONY: deploy
 
 deploy:
-	@$(shell nix-build `git rev-parse --show-toplevel` -A 'users.grfn."gws.fyi"')
+	@$(shell nix-build `git rev-parse --show-toplevel` -A 'users.grfn.web')
 
 renew:
 	@echo Renewing...
diff --git a/users/grfn/gws.fyi/config.el b/users/grfn/web/config.el
index b05d897d3d..b05d897d3d 100644
--- a/users/grfn/gws.fyi/config.el
+++ b/users/grfn/web/config.el
diff --git a/users/grfn/gws.fyi/default.nix b/users/grfn/web/default.nix
index 5ab3614d79..5ab3614d79 100644
--- a/users/grfn/gws.fyi/default.nix
+++ b/users/grfn/web/default.nix
diff --git a/users/grfn/gws.fyi/index.org b/users/grfn/web/index.org
index 5dade68a98..b595ef5cc9 100644
--- a/users/grfn/gws.fyi/index.org
+++ b/users/grfn/web/index.org
@@ -1,10 +1,8 @@
 #+OPTIONS: title:nil toc:nil num:nil
-#+HTML_HEAD: <title>griffin smith</title>
+#+HTML_HEAD: <title>aspen smith</title>
 #+HTML_HEAD: <link rel="stylesheet" href="./main.css">
 
-my name is griffin ward smith (they/them)  and i'm a software engineer and musician.
-
-you might know me from elsewhere as grfn, glittershark, or gws
+my name is aspen smith and i'm a software engineer and musician.
 
 * code
 
@@ -15,8 +13,8 @@ you might know me from elsewhere as grfn, glittershark, or gws
 
 i work on database internals at [[https://readyset.io/][readyset]], an incrementally maintained, partially
 stateful materialized view maintenance system for sql that's wire-compatible
-with postgresql and mysql, based on [[https://github.com/mit-pdos/noria][noria]]. readyset is hiring - if you're
-interested, send me an email
+with postgresql and mysql, based on [[https://github.com/mit-pdos/noria][noria]]. readyset is currently looking for
+early users - if you're interested, check out the ~README~ or send me an email
 
 * projects
 
diff --git a/users/grfn/gws.fyi/main.css b/users/grfn/web/main.css
index cdcd440766..cdcd440766 100644
--- a/users/grfn/gws.fyi/main.css
+++ b/users/grfn/web/main.css
diff --git a/users/grfn/gws.fyi/orgExportHTML.nix b/users/grfn/web/orgExportHTML.nix
index aac4e32e7a..aac4e32e7a 100644
--- a/users/grfn/gws.fyi/orgExportHTML.nix
+++ b/users/grfn/web/orgExportHTML.nix
diff --git a/users/grfn/gws.fyi/recipes/tomato-sauce.org b/users/grfn/web/recipes/tomato-sauce.org
index 74e9b103c6..dec7468ac2 100644
--- a/users/grfn/gws.fyi/recipes/tomato-sauce.org
+++ b/users/grfn/web/recipes/tomato-sauce.org
@@ -34,8 +34,8 @@ some kind of fat (I prefer butter).
      sauce, it's added whole later (so ignore this bullet point).
    - If you feel like it (sometimes I do, usually I don't) you can also mince
      garlic here and sauté that in with everything else. Add a little after the
-     onion, as garlic cooks slower than onion unless you want something roastier
-     (usually you don't for tomato sauce)
+     onion, as garlic cooks faster than onion, unless you want something
+     roastier (usually you don't for tomato sauce)
    - The traditional (so I'm told) thing to do with amatriciana, but also nice
      with all variations, is to add in a little crushed red pepper with the
      fat to flavor it slightly, but do this late so it doesn't burn
diff --git a/users/grfn/gws.fyi/shell.nix b/users/grfn/web/shell.nix
index 846bdb6677..846bdb6677 100644
--- a/users/grfn/gws.fyi/shell.nix
+++ b/users/grfn/web/shell.nix
diff --git a/users/grfn/gws.fyi/site.nix b/users/grfn/web/site.nix
index 057c4d3ee6..057c4d3ee6 100644
--- a/users/grfn/gws.fyi/site.nix
+++ b/users/grfn/web/site.nix