flatpress-plugin-syntaxhigh.../config.php

24 lines
708 B
PHP
Raw Normal View History

<?php
/*
* size: tiny, small, full
2023-06-22 00:17:46 +02:00
*
* tiny: 21KB (Markup, HTML, XML, SVG, MathML, SSML, Atom, RSS, CSS, C-like, JavaScript)
*
* small: 95KB (Markup, HTML, XML,SVG, MathML, SSML, Atom, RSS, CSS, C-Linke, JavaScript
* Apache, Bash, Batch, BBCode, C, C#, C++, CSV, Diff, Go, HTTP, ini, Java
* JSON, Makefile, Markdown, nginx, Perl, PHP, PowerShell, Python, Ruby
* Shell session, SQL, VB.Net, Wiki markup, YML)
* full: 567KB (see https://prismjs.com/index.html#supported-languages for list of supported languages)
*
2023-06-22 00:17:46 +02:00
* theme: coy, dark, default, funky, okaidia, solarizedlight, tomorrow, twilight
*
*/
return [
// change here
2023-06-22 00:17:46 +02:00
'size' => 'small',
'theme' => 'okaidia',
]
?>