All checks were successful
Build and deploy static pages / build-and-push (push) Successful in 19s
25 lines
578 B
TOML
25 lines
578 B
TOML
baseURL = 'http://localhost:1313/'
|
|
languageCode = 'en-us'
|
|
title = 'Publish Assistant'
|
|
theme = 'PaperMod'
|
|
|
|
ignoreFiles = ['data/rankings/.*\.csv$']
|
|
|
|
[pagination]
|
|
pagerSize = 20
|
|
|
|
[taxonomies]
|
|
domain = 'domain'
|
|
tag = 'tags'
|
|
|
|
[params]
|
|
description = "Research venue tracker: conference rankings, deadlines, and paper digests."
|
|
author = "Publish Assistant"
|
|
ShowReadingTime = false
|
|
ShowShareButtons = false
|
|
ShowPostNavLinks = true
|
|
ShowBreadCrumbs = true
|
|
ShowCodeCopyButtons = false
|
|
ShowToc = false
|
|
disableSpecial1stPost = true
|