mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-15 00:12:50 +08:00

* Upgrades Statiq.Web to which contains analyzer perf improvements * Dropping script front matter when not needed from blog archives * Trimming down the number of files tailwind examines when building the css file to only a subset of the docs. * Updates Playwright to latest version * Updates tailwind and asciienma to latest * Removes npm packages that are no longer required
11 lines
300 B
YAML
11 lines
300 B
YAML
Title: Recent Blog Posts
|
|
ArchiveSources: blog/posts/**/*
|
|
ArchiveDestination: >
|
|
=> GetInt("Index") <= 1 ? $"blog/index.html" : $"blog/{GetInt("Index")}.html"
|
|
ArchivePageSize: 5
|
|
ArchiveOrderKey: Published
|
|
ArchiveOrderDescending: true
|
|
Hidden: >
|
|
=> doc.GetInt("Index") == 1 ? false : true
|
|
Order: 25
|