Files
publish-assistant/site/hugo.toml
khannurien 8484abea47 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.
2026-04-24 11:52:33 +00:00

39 lines
981 B
TOML

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