fix: prism styles
This commit is contained in:
parent
b5d5424555
commit
b33034eec4
4 changed files with 81 additions and 66 deletions
14
.eleventy.js
14
.eleventy.js
|
@ -1,21 +1,22 @@
|
||||||
import syntaxHighlight from '@11ty/eleventy-plugin-syntaxhighlight'
|
import { createRequire } from 'module'
|
||||||
import tablerIcons from '@cdransf/eleventy-plugin-tabler-icons'
|
import dotenvFlow from 'dotenv-flow'
|
||||||
|
import filters from './config/filters/index.js'
|
||||||
|
import htmlmin from 'html-minifier-terser'
|
||||||
import markdownIt from 'markdown-it'
|
import markdownIt from 'markdown-it'
|
||||||
import markdownItAnchor from 'markdown-it-anchor'
|
import markdownItAnchor from 'markdown-it-anchor'
|
||||||
import markdownItFootnote from 'markdown-it-footnote'
|
import markdownItFootnote from 'markdown-it-footnote'
|
||||||
import htmlmin from 'html-minifier-terser'
|
import markdownItPrism from 'markdown-it-prism'
|
||||||
import filters from './config/filters/index.js'
|
import syntaxHighlight from '@11ty/eleventy-plugin-syntaxhighlight'
|
||||||
|
import tablerIcons from '@cdransf/eleventy-plugin-tabler-icons'
|
||||||
import { copyErrorPages, minifyJsComponents } from './config/events/index.js'
|
import { copyErrorPages, minifyJsComponents } from './config/events/index.js'
|
||||||
import { processContent, albumReleasesCalendar } from './config/collections/index.js'
|
import { processContent, albumReleasesCalendar } from './config/collections/index.js'
|
||||||
import { cssConfig } from './config/plugins/css-config.js'
|
import { cssConfig } from './config/plugins/css-config.js'
|
||||||
import { DateTime } from 'luxon'
|
import { DateTime } from 'luxon'
|
||||||
|
|
||||||
// load .env
|
// load .env
|
||||||
import dotenvFlow from 'dotenv-flow'
|
|
||||||
dotenvFlow.config()
|
dotenvFlow.config()
|
||||||
|
|
||||||
// get app version
|
// get app version
|
||||||
import { createRequire } from 'module'
|
|
||||||
const require = createRequire(import.meta.url)
|
const require = createRequire(import.meta.url)
|
||||||
const appVersion = require('./package.json').version
|
const appVersion = require('./package.json').version
|
||||||
|
|
||||||
|
@ -75,6 +76,7 @@ export default async function (eleventyConfig) {
|
||||||
}),
|
}),
|
||||||
})
|
})
|
||||||
md.use(markdownItFootnote)
|
md.use(markdownItFootnote)
|
||||||
|
md.use(markdownItPrism)
|
||||||
eleventyConfig.setLibrary('md', md)
|
eleventyConfig.setLibrary('md', md)
|
||||||
|
|
||||||
// filters
|
// filters
|
||||||
|
|
18
package-lock.json
generated
18
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "25.0.0",
|
"version": "1.0.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "25.0.0",
|
"version": "1.0.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.5.0",
|
"@cdransf/api-text": "^1.5.0",
|
||||||
|
@ -32,6 +32,7 @@
|
||||||
"markdown-it": "^14.1.0",
|
"markdown-it": "^14.1.0",
|
||||||
"markdown-it-anchor": "^9.2.0",
|
"markdown-it-anchor": "^9.2.0",
|
||||||
"markdown-it-footnote": "^4.0.0",
|
"markdown-it-footnote": "^4.0.0",
|
||||||
|
"markdown-it-prism": "^2.3.0",
|
||||||
"postcss": "^8.4.47",
|
"postcss": "^8.4.47",
|
||||||
"postcss-cli": "^11.0.0",
|
"postcss-cli": "^11.0.0",
|
||||||
"postcss-import": "^16.1.0",
|
"postcss-import": "^16.1.0",
|
||||||
|
@ -2863,6 +2864,19 @@
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
|
"node_modules/markdown-it-prism": {
|
||||||
|
"version": "2.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/markdown-it-prism/-/markdown-it-prism-2.3.0.tgz",
|
||||||
|
"integrity": "sha512-ePtHY80gZyeje4bn3R3SL0jpd1C9HFaYffJW2Ma0YD+tspqa2v9TuVwUyFwboFu4jnFNcO8oPQROgbcYJbmBvw==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"prismjs": "1.29.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=6.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/maximatch": {
|
"node_modules/maximatch": {
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/maximatch/-/maximatch-0.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/maximatch/-/maximatch-0.1.0.tgz",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "25.0.0",
|
"version": "1.0.1",
|
||||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -45,6 +45,7 @@
|
||||||
"markdown-it": "^14.1.0",
|
"markdown-it": "^14.1.0",
|
||||||
"markdown-it-anchor": "^9.2.0",
|
"markdown-it-anchor": "^9.2.0",
|
||||||
"markdown-it-footnote": "^4.0.0",
|
"markdown-it-footnote": "^4.0.0",
|
||||||
|
"markdown-it-prism": "^2.3.0",
|
||||||
"postcss": "^8.4.47",
|
"postcss": "^8.4.47",
|
||||||
"postcss-cli": "^11.0.0",
|
"postcss-cli": "^11.0.0",
|
||||||
"postcss-import": "^16.1.0",
|
"postcss-import": "^16.1.0",
|
||||||
|
|
|
@ -32,6 +32,10 @@ pre,
|
||||||
border: 1px solid var(--gray-300);
|
border: 1px solid var(--gray-300);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre > code {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.namespace {
|
.namespace {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
@ -42,72 +46,66 @@ pre,
|
||||||
}
|
}
|
||||||
|
|
||||||
.token {
|
.token {
|
||||||
&.comment,
|
|
||||||
&.prolog,
|
|
||||||
&.doctype,
|
|
||||||
&.cdata {
|
|
||||||
color: var(--gray-500);
|
|
||||||
}
|
|
||||||
|
|
||||||
&.punctuation {
|
|
||||||
color: var(--gray-300);
|
|
||||||
}
|
|
||||||
|
|
||||||
&.property,
|
|
||||||
&.tag,
|
|
||||||
&.constant,
|
|
||||||
&.symbol,
|
|
||||||
&.deleted {
|
|
||||||
color: var(--blue-200);
|
color: var(--blue-200);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.boolean,
|
.token.comment,
|
||||||
&.number {
|
.token.prolog,
|
||||||
color: var(--blue-400);
|
.token.doctype,
|
||||||
}
|
.token.cdata {
|
||||||
|
color: var(--gray-500);
|
||||||
&.selector,
|
}
|
||||||
&.attr-name,
|
|
||||||
&.string,
|
.token.punctuation {
|
||||||
&.char,
|
color: var(--gray-300);
|
||||||
&.builtin,
|
}
|
||||||
&.inserted {
|
|
||||||
color: #6fff6f;
|
.token.boolean,
|
||||||
}
|
.token.number {
|
||||||
|
color: var(--blue-400);
|
||||||
&.operator,
|
}
|
||||||
&.entity,
|
|
||||||
&.url,
|
.token.selector,
|
||||||
&.variable {
|
.token.attr-name,
|
||||||
color: #99ccff;
|
.token.string,
|
||||||
}
|
.token.char,
|
||||||
|
.token.builtin,
|
||||||
&.atrule,
|
.token.inserted {
|
||||||
&.attr-value,
|
color: #6fff6f;
|
||||||
&.function,
|
}
|
||||||
&.class-name {
|
|
||||||
color: #ff8f66;
|
.token.operator,
|
||||||
}
|
.token.entity,
|
||||||
|
.token.url,
|
||||||
&.keyword {
|
.token.variable {
|
||||||
color: #00ffff;
|
color: #99ccff;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.regex,
|
.token.atrule,
|
||||||
&.important {
|
.token.attr-value,
|
||||||
color: #ff7373;
|
.token.function,
|
||||||
}
|
.token.class-name {
|
||||||
|
color: #ff8f66;
|
||||||
&.italic {
|
}
|
||||||
font-style: italic;
|
|
||||||
}
|
.token.keyword {
|
||||||
|
color: #00ffff;
|
||||||
&.entity {
|
}
|
||||||
cursor: help;
|
|
||||||
}
|
.token.regex,
|
||||||
|
.token.important {
|
||||||
&.important,
|
color: #ff7373;
|
||||||
&.bold {
|
}
|
||||||
font-weight: var(--font-weight-bold);
|
|
||||||
}
|
.token.italic {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
.token.entity {
|
||||||
|
cursor: help;
|
||||||
|
}
|
||||||
|
|
||||||
|
.token.important,
|
||||||
|
.token.bold {
|
||||||
|
font-weight: var(--font-weight-bold);
|
||||||
}
|
}
|
Reference in a new issue