This commit is contained in:
parent
8f5425ac42
commit
09e7177980
3 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
* Yiyun Liu
|
* Yiyun Liu
|
||||||
- E-mail :: [[mailto:liuyiyun@seas.upenn.edu][liuyiyun@seas.upenn.edu]]
|
- E-mail :: [[mailto:liuyiyun@seas.upenn.edu][liuyiyun@seas.upenn.edu]]
|
||||||
- Bluesky :: [[https://bsky.app/profile/electriclam.com][Yiyun Liu@electriclam.com]]
|
- 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]]
|
- Blog :: [[https://blog.electriclam.com][blog.electriclam.com]]
|
||||||
- Git :: [[https://github.com/yiyunliu][yiyunliu@github]], [[https://git.electriclam.com/yiyunliu][forgejo]]
|
- 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
|
match "css/*.css" $ do
|
||||||
route idRoute
|
route idRoute
|
||||||
compile compressCssCompiler
|
compile compressCssCompiler
|
||||||
|
match "repl25-notes/*.pdf" $ do
|
||||||
|
route idRoute
|
||||||
|
compile copyFileCompiler
|
||||||
match "papers/*" $ do
|
match "papers/*" $ do
|
||||||
route idRoute
|
route idRoute
|
||||||
compile copyFileCompiler
|
compile copyFileCompiler
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue