From e1e0be517cc16eb803dfdbb44a5c742256848ea7 Mon Sep 17 00:00:00 2001 From: Ybzhang2001 <148748624+yiboz2001@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:16:03 +0800 Subject: [PATCH] Update config.toml --- config.toml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/config.toml b/config.toml index 41e2203..dfc9f8d 100644 --- a/config.toml +++ b/config.toml @@ -1,32 +1,12 @@ site_title = "MyArxiv" -limit_days = 7 +limit_days = 365 cache_url = "https://mlnlp-world.github.io/MyArxiv/cache.json" -[[sources]] -limit = 150 -category = "cs.CL" -title = "Computation and Language" - [[sources]] limit = 150 category = "cs.CV" title = "Computer Vision and Pattern Recognition" -[[sources]] -limit = 150 -category = "cs.IR" -title = "Information Retrieval" - -[[sources]] -limit = 150 -category = "cs.LG" -title = "Machine Learning" - -[[sources]] -limit = 150 -category = "cs.MM" -title = "Multimedia" - [scripts] highlight_title = "scripts/highlight_title.rhai" highlight_author = "scripts/highlight_author.rhai"