Improve maintenance and performance of your CMS
Situation I am using PicoCMS1. It's not installed through the global package management: all its files, content & executables (except PHP itself) are located under a single directory. This is not ideal, but common practice; and it has the advantage that it makes maintenance easier. This article ...
Syntax highlighting plugin for PicoCMS
The README of the PicoPygments plugin (active in this blog) repository, which uses Python-Pygments and a variety of CSS styles for code block syntax highlighting.
Pico CMS TagBlog Theme
Symlink to README.md of the repository of the tagblog theme (as seen in this blog), with screenshots and instructions.
Updating PicoCMS with Composer
How it works composer is installed locally on the server (Debian oldstable) via apt. All I had to do is navigate to the folder including the PicoCMS installation execute composer update $ composer update Loading composer repositories with package information Updating dependencies (including requ...