Initial commit

Hugo/PaperMod static site tracking 13 conferences and 7 journals for
  edge and cloud systems research. Includes FullCalendar deadline view,
  ICORE/SCImago rankings, DBLP paper digest pipeline, and Python
  fetch/generate scripts. PaperMod added as a git submodule.
This commit is contained in:
khannurien
2026-04-24 11:52:33 +00:00
commit 8484abea47
57 changed files with 20183 additions and 0 deletions

38
site/hugo.toml Normal file
View File

@@ -0,0 +1,38 @@
baseURL = 'http://localhost:1313/'
languageCode = 'en-us'
title = 'Publish Assistant'
theme = 'PaperMod'
paginate = 20
[taxonomies]
domain = 'domain'
tag = 'tags'
[params]
description = "Curated research venues, submission deadlines, and paper digests for edge and cloud systems."
author = "Publish Assistant"
ShowReadingTime = false
ShowShareButtons = false
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = false
ShowToc = false
disableSpecial1stPost = true
[params.homeInfoParams]
Title = "Publish Assistant"
Content = "Curated conferences and journals for **edge and cloud systems** — rankings, submission deadlines, and paper digests."
[menu]
[[menu.main]]
name = "Venues"
url = "/venues/"
weight = 10
[[menu.main]]
name = "Calendar"
url = "/calendar/"
weight = 20
[[menu.main]]
name = "Digests"
url = "/digests/"
weight = 30