multi-topic, publish from gh-pages branch
All checks were successful
Build and deploy static pages / build-and-push (push) Successful in 19s

This commit is contained in:
2026-08-17 18:10:49 +02:00
parent 1a9f822b56
commit d822cdaa6a
181 changed files with 1076 additions and 437 deletions

View File

@@ -2,6 +2,9 @@ baseURL = 'http://localhost:1313/'
languageCode = 'en-us'
title = 'Publish Assistant'
theme = 'PaperMod'
ignoreFiles = ['data/rankings/.*\.csv$']
[pagination]
pagerSize = 20
@@ -10,7 +13,7 @@ theme = 'PaperMod'
tag = 'tags'
[params]
description = "Research venues, submission deadlines, and paper digests for edge and cloud systems."
description = "Research venue tracker: conference rankings, deadlines, and paper digests."
author = "Publish Assistant"
ShowReadingTime = false
ShowShareButtons = false
@@ -19,21 +22,3 @@ theme = 'PaperMod'
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