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:
38
site/hugo.toml
Normal file
38
site/hugo.toml
Normal 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
|
||||
Reference in New Issue
Block a user