All Projects → kirby-deprecated-plugins → kirby-html-minifier

kirby-deprecated-plugins / kirby-html-minifier

Licence: MIT license
Minify the html output of a site built with Kirby CMS

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to kirby-html-minifier

kirby-blade
Enable Laravel Blade Template Engine for Kirby 3
Stars: ✭ 20 (+0%)
Mutual labels:  minify, kirby-cms, kirby-plugin
kirby3-many-to-many-field
This plugin allows you to create many-to-many relationships between pages in Kirby and synchronizes them on both sides.
Stars: ✭ 38 (+90%)
Mutual labels:  kirby-cms, kirby-plugin, kirby-3
kirby-ga
Kirby GA - Google Analytics
Stars: ✭ 16 (-20%)
Mutual labels:  kirby-cms, kirby-2, kirby-3
kirbyup
🆙 Zero-config bundler for Kirby Panel plugins
Stars: ✭ 33 (+65%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-boiler-field
Boilerplate for Kirby form fields
Stars: ✭ 15 (-25%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-highlight
Themeable server-side syntax highlighting for Kirby
Stars: ✭ 14 (-30%)
Mutual labels:  kirby-cms, kirby-plugin
content-viewer
A nifty little Kirby widget that allows you to show a block of Kirbytext or Markdown content in Kirby's panel.
Stars: ✭ 16 (-20%)
Mutual labels:  kirby-cms, kirby-plugin
MinifyAll
A 𝗩𝗦𝗖𝗼𝗱𝗲 𝗺𝗶𝗻𝗶𝗳𝗶𝗲𝗿 for JS, JSON/C, CSS, and HTML, you will love its simplicity! 🌟 𝘾𝙤𝙢𝙥𝙧𝙚𝙨𝙨 and 𝙜𝙯𝙞𝙥 files and folders 📦 Reduce your bundle and file sizes with lightning speed ⚡
Stars: ✭ 54 (+170%)
Mutual labels:  minify, minify-html
kirby-podcast
A KirbyCMS-Podcast-Plugin
Stars: ✭ 22 (+10%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-panel-brand
Possible to add a color and a text at the top of the Kirby Panel
Stars: ✭ 18 (-10%)
Mutual labels:  kirby-2, kirby-3
kirby-minify-html
Enable minify HTML output for Kirby 3
Stars: ✭ 27 (+35%)
Mutual labels:  kirby-cms, kirby-plugin
laravel-mix-kirby
Laravel Mix helper for Kirby
Stars: ✭ 23 (+15%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-markdown-field
Super-sophisticated markdown editor for Kirby 3, community built.
Stars: ✭ 143 (+615%)
Mutual labels:  kirby-cms, kirby-plugin
retour-for-kirby
Kirby 3 plugin to manage redirects and track 404s right from the Panel
Stars: ✭ 96 (+380%)
Mutual labels:  kirby-cms, kirby-plugin
field-engineer
A Kirby field for complex field structures.
Stars: ✭ 49 (+145%)
Mutual labels:  kirby-cms, kirby-plugin
MinifyAllCli
📦 A lightweight, simple and easy npm tool to 𝗺𝗶𝗻𝗶𝗳𝘆 JSON/C, HTML and CSS! Also known as MinifyAll core! ⭐ Usable as 𝑪𝑳𝑰 tool or 𝒊𝒎𝒑𝒐𝒓𝒕𝒂𝒃𝒍𝒆 in TS/JS as a 𝑴𝑶𝑫𝑼𝑳𝑬 🥰
Stars: ✭ 21 (+5%)
Mutual labels:  minify, minify-html
kirby-git
Kirby plugin for updating content in the panel via Git
Stars: ✭ 75 (+275%)
Mutual labels:  kirby-cms, kirby-3
search-for-kirby
Kirby 3 plugin for adding a search index (sqlite or Algolia).
Stars: ✭ 42 (+110%)
Mutual labels:  kirby-cms, kirby-plugin
murby
A plain Kirby 3 starterkit on steroids!
Stars: ✭ 41 (+105%)
Mutual labels:  kirby-cms, kirby-3
kirby-blade-template
⬢ Laravel Blade template component for Kirby CMS.
Stars: ✭ 26 (+30%)
Mutual labels:  kirby-cms, kirby-plugin

Kirby Html Minifier

Version 0.8 MIT license Donate

Compress/minify the html output of a site built with Kirby CMS. It's build upon Tiny HTML Minifier.

  1. Install the plugin and it should work out of the box.
  2. Options are also available.

Minified starterkit

Here is an example of the starterkit home page minified:

<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1.0"><title>Kirby Starterkit | Home</title><meta name="description" content="This is Kirby's Starterkit."><link rel="stylesheet" href="http://localhost/plugins/kirby-html-minifier/assets/css/index.css"></head><body><header class="header wrap wide" role="banner"> <div class="grid"> <div class="branding column"> <a href="http://localhost/plugins/kirby-html-minifier" rel="home">Kirby Starterkit</a> </div> <nav class="navigation column" role="navigation"> <ul class="menu"> <li class="menu-item"> <a href="http://localhost/plugins/kirby-html-minifier/projects">Projects</a> </li> <li class="menu-item"> <a href="http://localhost/plugins/kirby-html-minifier/blog">Blog</a> </li> <li class="menu-item"> <a href="http://localhost/plugins/kirby-html-minifier/about">About</a> </li> <li class="menu-item"> <a href="http://localhost/plugins/kirby-html-minifier/contact">Contact</a> </li> </ul> </nav> </div> </header> <main class="main" role="main"> <header class="wrap"> <h1>Home</h1> <div class="intro text"> <p>Yay! If you are seeing this, the installation of Kirby worked. :-)</p> </div> <hr /> </header> <div class="text wrap"> <h2>Get started</h2> <ul> <li>Go to the <a href="http://localhost/plugins/kirby-html-minifier/panel">Panel</a> to give Kirby's admin interface a try</li> <li>Check out the <a href="http://getkirby.com/docs">docs</a> and start building your own site</li> <li>Follow <a href="https://twitter.com/getkirby">@getkirby</a> on Twitter for updates</li> <li>Visit the <a href="http://forum.getkirby.com">forum</a> to connect with other Kirby users</li> <li>Sign up to <a href="https://getkirby.com/#kosmos">Kirby Kosmos</a>, our monthly newsletter</li> <li><a href="http://getkirby.com/support">Get in contact</a> if you need support.</li> </ul> <p><strong>Have fun with Kirby!</strong></p> </div> <section class="projects-section"> <div class="wrap wide"> <h2>Latest Projects</h2> <ul class="showcase grid gutter-1"> <li class="showcase-item column"> <a href="http://localhost/plugins/kirby-html-minifier/projects/project-a" class="showcase-link"> <img src="http://localhost/plugins/kirby-html-minifier/thumbs/projects/project-a/creative-tools-600x600.jpg" alt="Thumbnail for Project A" class="showcase-image" /> <div class="showcase-caption"> <h3 class="showcase-title">Project A</h3> </div> </a> </li> <li class="showcase-item column"> <a href="http://localhost/plugins/kirby-html-minifier/projects/project-b" class="showcase-link"> <img src="http://localhost/plugins/kirby-html-minifier/thumbs/projects/project-b/room-600x600.jpg" alt="Thumbnail for Project B" class="showcase-image" /> <div class="showcase-caption"> <h3 class="showcase-title">Project B</h3> </div> </a> </li> <li class="showcase-item column"> <a href="http://localhost/plugins/kirby-html-minifier/projects/project-c" class="showcase-link"> <img src="http://localhost/plugins/kirby-html-minifier/thumbs/projects/project-c/camera-600x600.jpg" alt="Thumbnail for Project C" class="showcase-image" /> <div class="showcase-caption"> <h3 class="showcase-title">Project C</h3> </div> </a> </li> </ul> <p class="projects-section-more"><a href="http://localhost/plugins/kirby-html-minifier/projects" class="btn">show all projects &hellip;</a></p> </div> </section> </main> <footer class="footer cf" role="contentinfo"> <div class="wrap wide"> <p class="footer-copyright">© 2009–2017 The Kirby Team</p> <P class="footer-madewithkirby"> <a href="http://getkirby.com/made-with-kirby-and-love">Made with Kirby and <b class="heart"></b></a> </p> </div> </footer> </body></html>

Changelog

Changelog

Troubleshooting

If it does not work, make sure you don't have some cache activated.

Requirements

Disclaimer

This plugin is provided "as is" with no guarantee. Use it at your own risk and always test it yourself before using it in a production environment. If you find any issues, please create a new issue.

License

MIT

It is discouraged to use this plugin in any project that promotes racism, sexism, homophobia, animal abuse, violence or any other form of hate speech.

Donate

If you want to make a donation, you can do that by sending any amount https://www.paypal.me/DevoneraAB

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].