New color theme
This commit is contained in:
10
lib/build.js
10
lib/build.js
@@ -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,
|
||||
|
Reference in New Issue
Block a user