Files
publish-assistant/site/hugo.toml
2026-04-26 12:57:40 +00:00

40 lines
900 B
TOML

baseURL = 'http://localhost:1313/'
languageCode = 'en-us'
title = 'Publish Assistant'
theme = 'PaperMod'
[pagination]
pagerSize = 20
[taxonomies]
domain = 'domain'
tag = 'tags'
[params]
description = "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 = "Edge and Cloud Systems"
Content = "Conferences and journals"
[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