This commit is contained in:
parent
8f5425ac42
commit
09e7177980
3 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
* Yiyun Liu
|
||||
- E-mail :: [[mailto:liuyiyun@seas.upenn.edu][liuyiyun@seas.upenn.edu]]
|
||||
- Bluesky :: [[https://bsky.app/profile/electriclam.com][Yiyun Liu@electriclam.com]]
|
||||
- Mastodon :: [[https://mastodon.electriclam.com/@yiyunliu][yiyunliu@mastodon.electriclam.com]] (temporarily down)
|
||||
# - Mastodon :: [[https://mastodon.electriclam.com/@yiyunliu][yiyunliu@mastodon.electriclam.com]] (temporarily down)
|
||||
- Blog :: [[https://blog.electriclam.com][blog.electriclam.com]]
|
||||
- Git :: [[https://github.com/yiyunliu][yiyunliu@github]], [[https://git.electriclam.com/yiyunliu][forgejo]]
|
||||
|
||||
|
|
BIN
repl25-notes/inductive.pdf
Normal file
BIN
repl25-notes/inductive.pdf
Normal file
Binary file not shown.
3
site.hs
3
site.hs
|
@ -21,6 +21,9 @@ main =
|
|||
match "css/*.css" $ do
|
||||
route idRoute
|
||||
compile compressCssCompiler
|
||||
match "repl25-notes/*.pdf" $ do
|
||||
route idRoute
|
||||
compile copyFileCompiler
|
||||
match "papers/*" $ do
|
||||
route idRoute
|
||||
compile copyFileCompiler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue