Initial commit

This commit is contained in:
isUnknown 2026-02-12 15:22:46 +01:00
commit 65e0da7e11
1397 changed files with 596542 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{
"name": "typography",
"version": "1.0.0-beta1",
"description": "This is a port of [wp-Typography](https://de.wordpress.org/plugins/wp-typography/) for Kirby CMS. Based on the `PHP_Typography` class, this plugin enhances the typography of you kirby-powered website. Think of it a more advanced alternative to the built-in `SmartyPants` parser.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "kirby-plugin",
"author": "Fabian Michael",
"license": "GPL-3.0",
"repository": "https://github.com/fabianmichael/kirby-typography",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-doctoc": "^0.1.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3"
}
}