New color theme

This commit is contained in:
2023-03-20 17:41:42 -04:00
parent 59f201872a
commit ce4d2e27b5
62 changed files with 735 additions and 904 deletions

View File

@@ -35,14 +35,20 @@ module.exports = async (config) => {
rowspan: true,
headerless: true,
multibody: true,
aotolabel: true,
autolabel: true,
})
.use(require("markdown-it-emoji"))
.use(require("markdown-it-mark"))
.use(require("markdown-it-auto-crosslinker"), {
dictionary,
})
.use(require("markdown-it-implicit-figures"), {
dataType: true,
figcaption: true,
tabindex: true,
lazyLoading: true,
link: true,
}),
// { readJsonIfExists } = require("./utils"),
{ build, isRebuild, logFunction: log = () => {} } = config || {},
{ outputPath, journalsPerPage = 5, srcPath } = build,
{ site } = config,